使用HLS实现的能进行手写识别的CNN网络,使用的是MNIST数据集
资源文件列表
code/CNN.cpp , 1132
code/CNN.h , 498
code/Convolution_layer.cpp , 3064
code/Convolution_layer.h , 1388
code/FullyConnected_layer.cpp , 1959
code/FullyConnected_layer.h , 706
code/MaxPool_layer.cpp , 1116
code/MaxPool_layer.h , 458
code/Reshape_layer.cpp , 582
code/Reshape_layer.h , 448
code/Softplus_layer.cpp , 1253
code/Softplus_layer.h , 460
code/Tanh_layer.cpp , 1317
code/Tanh_layer.h , 427
code/datatype.h , 1011
code/main.cpp , 3097
code/rdMNIST.h , 2267
