Joe Barrow

Results 2 issues of Joe Barrow

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.

enhancement

Views (`.keys()`, `.items()`, etc.) are generators in Python 3, so we need to explicitly cast them as lists to be able to concatenate.