[Research Week 5] / Q-Learning and Artificial Neural Networks

What is Q-Leaning?

It is a type of reinforcement learning technique that is used in machine learning. The goal of Q-learning is to learn a policy which tells an agent what to do under different circumstances.

What is artificial neural networks?

what is an artificial neural network 1

This is a main tool in machine learning and as the name suggests is heavily inspired around how the brain works and the goal is to have active AI that learns exactly how a human learns and acts based off what it learns.

Neural networks consists of input and output layers and also hidden layers that consist of units that convert the input into something the output layer can use.

They are often used as a tool for finding patterns that are far too complex for a human to figure out.


https://en.wikipedia.org/wiki/Q-learning


Comments