Header-only C library for Binary Neural Network Feedforward Inference (targeting small devices)
Stars
49
Forks
17
Watchers
49
Open Issues
8
Overall repository health assessment
No package.json found
This might not be a Node.js project
Change examples presentation of results and add a shell script to compile then
04d6f4fView on GitHubCloses #4, #5. Added a simple binary version of MNIST, and corresponding BinaryConvNet. If the first layer in a network contains 'Binary', then the model assumes the input takes binary input data, and generates the C file accordingly.
e482281View on GitHubCloses #3. Fixed cifar-10 simple example. Error was due to hardcoded input channel in model.
97df9eeView on GitHubAdded alexnet example (except for two fully connected layers before final softmax).
c0439c4View on GitHub