Permalink
Please sign in to comment.
Browse files
Merge pull request #16 from charmasaur/NeuralNetA
Get NN working a bit better on the tests
- Loading branch information...
Showing
with
1,407 additions
and 464 deletions.
- +1 −1 mloop/__init__.py
- +270 −184 mloop/controllers.py
- +820 −275 mloop/learners.py
- +130 −0 mloop/nnlearner.py
- +16 −0 mloop/utilities.py
- +170 −4 mloop/visualizations.py
0 comments on commit
df56ca1