CNN

所属分类:人工智能/神经网络/深度学习
开发工具:C
文件大小:75KB
下载次数:0
上传日期:2018-11-09 03:44:50
上 传 者sh-1993
说明:  有线电视新闻网,卷积神经网络在C C中从头开始创建++
(CNN,Convolution neural network created from scratch in C C++)

文件列表:
layers (0, 2018-11-09)
layers\1_input_layer_7X7 (98, 2018-11-09)
layers\2_input_layer_7X7 (98, 2018-11-09)
layers\3_input_layer_7X7 (98, 2018-11-09)
layers\W0 (0, 2018-11-09)
layers\W0\1_filter_3X3 (19, 2018-11-09)
layers\W0\2_filter_3X3 (22, 2018-11-09)
layers\W0\3_filter_3X3 (21, 2018-11-09)
layers\W1 (0, 2018-11-09)
layers\W1\1_filter_3X3 (21, 2018-11-09)
layers\W1\2_filter_3X3 (22, 2018-11-09)
layers\W1\3_filter_3X3 (21, 2018-11-09)
layers\input_layer_227X227 (149593, 2018-11-09)
layers\input_layer_32X32 (2048, 2018-11-09)
layers\input_layer_448X448 (495488, 2018-11-09)
layers\testLayers (0, 2018-11-09)
layers\testLayers\A (18, 2018-11-09)
layers\testLayers\B (19, 2018-11-09)
makefile (212, 2018-11-09)
src (0, 2018-11-09)
src\Filters.cpp (740, 2018-11-09)
src\Filters.h (446, 2018-11-09)
src\Matrix.cpp (5395, 2018-11-09)
src\Matrix.h (910, 2018-11-09)
src\Tensor.cpp (3319, 2018-11-09)
src\Tensor.h (792, 2018-11-09)
src\Utility.cpp (941, 2018-11-09)
src\Utility.h (252, 2018-11-09)
src\main.cpp (6011, 2018-11-09)
src\stb_image.h (220334, 2018-11-09)
src\stb_image_write.h (25652, 2018-11-09)

# Convolution-Neural-Network Creating MY OWN convolutional neural network from scratch. I'm building off another project of mine where I built a simple [Neural Network](https://github.com/AmarJ/NN). I'm primarily using the cs231n Stanford course [notes](http://cs231n.github.io/convolutional-networks/) and the AlexNet [research paper](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf) as a reference. ![alt text](https://i.stack.imgur.com/zyIUI.png "Convolution")

近期下载者

相关文件


收藏者