python实现的CNN代码
本资料为基于python的卷积神经网络(CNN)实现 layer文件夹中包括卷积层、池化层、全连接层、relu层等基础层 没有调用tensorflow, pytorch等深度学习框架,手动实现了各层的反向传播BP算法
文件列表
CNNcode.rar
(预估有个37文件)
code
criterion
euclidean_loss.py
1KB
__pycache__
__init__.cpython-36.pyc
246B
softmax_cross_entropy.cpython-36.pyc
1KB
euclidean_loss.cpython-36.pyc
1KB
__init__.py
99B
.DS_Store
6KB
softmax_cross_entropy.py
2KB
用户评论