jbarrow / LambdaNet

Purely functional artificial neural network library implemented in Haskell.
MIT License
377 stars 38 forks source link

Implement Momentum and Regularization #4

Open jbarrow opened 9 years ago

jbarrow commented 9 years ago

In an effort to make the standard feedforward networks more useful, we need to implement momentum and regularization (with an arbitrary regularization function -- l1, l2), which should improve learning.

alexbiehl commented 9 years ago

Any progress on this? I am looking for an implementation of a neural network supporting momentum, do you know any alternatives?