文件名称:LeNet-5源代码、mnist_data及论文.rar
文件大小:11.78MB
文件格式:RAR
更新时间:2023-05-28 04:00:28
LeNet5 源码
LeNet-5出自论文Gradient-Based Learning Applied to Document Recognition,是一种用于手写体字符识别的非常高效的卷积神经网络。 LeNet5源码,带详细注释。 mnist_data及论文 以飨初学者
【文件预览】:
LeNet-5源代码、mnist_data及论文
----mnist_data()
--------t10k-labels-idx1-ubyte.gz(4KB)
--------t10k-images-idx3-ubyte.gz(1.57MB)
--------train-images-idx3-ubyte.gz(9.45MB)
--------train-labels-idx1-ubyte.gz(28KB)
----Gradient-Based Learning Applied to Document Recognition(IEEE-1998).pdf(982KB)
----Lenet5.py(7KB)