Back to search
Implementation of some classic Machine Learning model from scratch and benchmarking against popular ML library
Stars
595
Forks
165
Watchers
595
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
6
commits
add more info on exploding grad. Remove some training outputs
b701c59View on GitHubadd tanh + dropout and applying dropout to partly fix exploding gradients problem
403f51fView on GitHubfix minor bug in gradient calculation + Add note for big weight error
0db2a77View on GitHubadd activation classes module, adding more stuff to NN module
97ed183View on GitHub