搜索资源列表
train-images-idx3-ubyte
- MNIST数据集中图像数据文件, 60000个训练集-The MNIST dataset image data files, 60000 training set
mnist_train_leveldb
- caffe-windows mnist 训练用的数据集,此数据集用于mnist训练模型(Caffe-windows MNIST training data set, this data set is used for MNIST training model)
mnist_test_leveldb
- caffe-windows mnist 测试用数据集,此数据集用于mnist训练时的测试数据集(Data sets for caffe-windows MNIST tests, which are used for test data sets when MNIST is trained)
code
- 基于python的mnist数据集的读取,以及转换为csv形式(Python based MNIST data set read, and converted to CSV form)
LeNet
- tensorflow实现手写体识别(包含mnist数据集)(Handwritten recognition by tensorflow)
纯C-CNN
- 纯C深度学习库,里面包含MNIST手写数字识别数据集,编译就能训练和预测(Pure C depth learning library, which contains MNIST handwritten digital recognition data sets, compiling can be trained and predicted.)
NN_labview
- 三层神经网络的Labview,没有使用任何模块,BP误差传递用矩阵实现,并含有MNIST数据集。(NN from Labview, including labview file and MNIST data file.)
MNIST_data
- MNIST数据集是机器学习领域中非常经典的一个数据集,由60000个训练样本和10000个测试样本组成,每个样本都是一张28 * 28像素的灰度手写数字图片。(The MNIST data set is a very classic data set in the field of machine learning. It consists of 60,000 training samples and 10,000 test samples. Each sample is a 28 * 28 p