Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 269 Bytes

File metadata and controls

8 lines (6 loc) · 269 Bytes

Backpropagation

This example shows how to implement the backpropagation learning method in the BiMDP framework. It uses this to implement a multi layer perceptron. The example code is available in the MDP examples repository.