Deep learning library in plain Numpy.
Stars
322
Forks
82
Watchers
Open Issues
6
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
18
commits
1
Merge pull request #4 from qiaoD/master
51a9e61
Merge pull request #7 from echatzidaki/master
5c9ae02
Fixed some layers problems
2760cd5
Update solver.py
1b82e38
Running rnn with large corpora
9b92fdf
added vanilla RNN and RNN sgd
5ebd282
implemented RNN class
4af1972
implemented forward and backward for v-rnn
7c2379d
formatted using autopep8
ae3cdd5
implemented batch accuracy testing in sgd_momentum
28c2731
added readme and licence. added l1 reg
2ccde25
project diretory structure changed
5cc479e
Performed numerical gradient check of layers
1d9d76d
Added regularization and momentum SGD
8799bbf
refactored sgd and var names in layers
fee2fa4