Simple stb-style header-only library for Neural Networks
Stars
407
Forks
41
Watchers
Open Issues
14
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
90
commits
Remove the stride from Matrix representation
ae88a4e
Remove mat_save and mat_load for now
5b4a71e
Swap the order of the parameters of canvas_to_row
7070d0e
Move gym_fit_square() to gym.h
d85d20a
Move gym_root() to gym.h
2a04882
Implement Shape Classifier Demo
b742552
Get rid of separate ti and to in the API of nn.h
3d42ec9
Introduce type for Row Vectors
1ba44c5
Introduce GYM_BACKGROUND
967c821
TODO: allow a single slot to take up several slots
888a4e0
Introduce a bunch of compatibility TODOs
8385996
TODO: make nn_forward signature more natural
84cf8ae
TODO: introduce separate types for Row Vectors
bb3e844
Make Region word-aligned
e240599
Refactor nn_finite_diff() to return NN, just like nn_backprop()
aaf8e02