Build convolutional neural network (CNN) accelerator based on FPGA
Stars
9
Forks
2
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
41
commits
Add C++ and update SoC
bbd1a51
Merge pull request #5 from ielecer/clang
905570a
Merge pull request #4 from ielecer/numpy
3565f8d
Finish building mnist using numpy
be2c169
Add class TwoLayerNet
95afcbf
Add layers with FP and BP to build NN
71323c0
Correct numerical gradient algorithm
1318a90
Crate workspace for building MNIST neural network with Numpy library
45ef6a6
Train nn using numerical gradient method
29057fb
Add test procedure for class TwoLayerNet
363cd70
Combine array tranformation into matrix multiplication
d38627c
Transform 1D array to 2D array
cf31f06
Add simple matrix multiplication
190c72e
Create C workspace and test gcc compiler
828faca
Create Pytorch learning course by Morvan
ba0138a