Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 678 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 678 Bytes

kalmaNN

Extended Kalman Filter for Training Neural-Networks

An implementation of chapter two from Kalman Filtering and Neural Networks by Haykin.

The file knn.py contains a class for creating and training a multilayer perceptron by either extended Kalman filter (Newton-Raphson) or stochastic gradient descent. Enjoy!

alt text

alt text

alt text

alt text

alt text

alt text