搜索资源列表
Read_MNIST_DataSet
- 读取MNIST数据集中图像数据文件和图像标签文件并转化成BMP图片和txt格式的标签数据。本程序简单易用,注释清楚。直接运行代码,选择相应文件即可输出BMP图片或txt文件。-The program is used to read the MNIST data set and translate the image data file and image label file into BMP or txt files.
MatlabReadMNIST
- 用于将MNIST数据文件转换成bmp图像和txt文件的matlab程序,程序中有详细注释说明,简单易用。已经测试过,正确无误。-Matlab code for translating MNIST data set files to bmp pictures and txt files. It has been proved to be correct through test.
MNIST_handwritten_digit_database_by_VC_read
- 针对著名的MNIST handwritten digit database 缺少代码读取而编写的,语言是c++。-For the well-known lack of MNIST handwritten digit database code to read and write, the language is c++.
123214324325325435
- 利用神经网络算法识别手写体文字的工程,工程的例子图像为MNIST DATABASE数据库中的图像-Use of neural network algorithm handwritten text recognition works, examples of images in the database image MNIST DATABASE
MNIST-handwritten-digits
- 手写数字识别数据集,MNIST,包括原始数据集的所有样本,以及抽取的2000个样本的子集,.mat格式。美国著名数据集NIST的子集,模式识别常用实验数据集-handwritten digits recognition ,dataset, MNIST from NIST, .mat file,
mnist-master
- 该库的目标是提供一种易于使用的方法来训练和测试神经网络的MNIST数字(在浏览器或node.js中)。它包括10000个不同的mnist数字样本,通过建立这个以便与Synaptic开箱即用。可以通过MNIST数字加载器自由创建不同示例c的任何数字(从1到60 000)(The goal of the library is to provide an easy-to-use method to train and test the MNIST numbers of the neural netwo
MNIST
- MNIST手写体数字识别库及图片提取代码MNIST手写数字库识别实现摘要手写数字识别是模式识别的应用之一。文中介绍了手写数字的一些主要特征,并提出了截断次数特征并利用截断次数特征进行了实验(MNIST handwritten digital identification library and picture extraction code MNIST handwritten numeral library identification implementation summary Handwr
用python 将mnist 数据集转化为图片
- 将官网打包好的mnist数据集转化成图片(translate mnist data to picture)
mnist
- tensorflow demo of mnist by python
mnist.pkl
- 这是MNIST的数据集,方便大家训练自己的模型(This is MNIST data set)
MNIST-classification-example-master
- MNIST-classification-example
cnn-mnist
- CNN-mnist自制算法,使用卷积神经网络进行计算,准确率99.2(CNN-mnist is a algorithm written by yourself.A convolution neural network is used for calculation, the accuracy rate is 99.2)
mnist实验
- 包含训练用的图片数据包,python源代码,mnist实验,深度学习,进行图片分类(mnist experiment.python code.deep learning.picture classification,etc.)
mnist
- mnist数据库通过整理下载后压缩到mnist,zip,适用于mnist自己调试解决自己的(The MNIST database is compacted and downloaded to MNIST, zip, suitable for MNIST itself to debug and solve its own)
模仿mnist数据集制作自己的数据集代码
- 自己的数据集制作,模仿mnist数据集,制作自己的数据集(based on the mnist dataset to make your own data)
MNIST数据集
- 利用pycharm对mnist数据哭进行直接解压缩操作,得到所有的图片和标签(Using pycharm to wept MNIST data directly, get all the pictures and labels)
MNIST
- 用CNN识别MNIST数据集,test集正确率98.3%(Identifying MNIST datasets with CNN)
tensorflow-mnist
- 改进了官方的MNIST进阶demo,准确率提升。(The official MINIST advanced demo is improved and the accuracy is improved.)
PCA+mnist
- 基于python,利用主成分分析(PCA)和K近邻算法(KNN)在MNIST手写数据集上进行了分类。 经过PCA降维,最终的KNN在100维的特征空间实现了超过97%的分类精度。(Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set. After PCA dime