@Houshalter indeed, it is a supervised learning algorithm. the first part of the video shows how the examples/training data was made, controlling the predator robot "manually" and storing the camera input and engine speed as output. This was used to train the network.
Hows it working?
Houshalter 1 year ago
@Houshalter The predator robot is controlled by an artificial neural network that is trained using the backprog algorithm.
Check out the wikipedia articles about Artificial_neural_network and Backprop
vegardokland 1 year ago
@vegardokland, but I thought back prop only worked if you had examples for it.
Houshalter 1 year ago
@Houshalter indeed, it is a supervised learning algorithm. the first part of the video shows how the examples/training data was made, controlling the predator robot "manually" and storing the camera input and engine speed as output. This was used to train the network.
vegardokland 1 year ago