You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This contains an explorational implementation of learning in neural networks, as well as some simple helper classes (automatic differentation, statistics, timing). It covers the RProp algoritm and an experiment to extend the gradient descent idea with using the second derivation to automatically select a good step width.