搜索资源列表
用python 将mnist 数据集转化为图片
- 将官网打包好的mnist数据集转化成图片(translate mnist data to picture)
mnist2pic
- 将mnist数据集.idx3-ubyte文件转换为.png文件,将转换后的图片自动保存到'picture'文件夹中,并且按照手写字体的数字分别放在对应“0-9”命名子文件夹中。(Convert the MNIST data set.Idx3-ubyte file to the.Png file, automatically save the converted image to the'PICTURE'folder, and place the number in the correspondi
mnist.pkl代码原文
- BP算法的实现,其中的手势识别,用python语言,在tensorflow下!(Implementation of BP algorithm)
stacking
- kaggle digitrecognizer MNIST by stacking some machine learning method, such like GBM(Gradient Boosting Method), LR, Extra Randomized Trees, Random Forest,KNN,etc.用stacking的方法实现手写数字识别MNIST。(kaggle digitrecognizer MNIST by stacking some machine learnin
python-dbn-master
- 运用python语言,基于dbn的手写数字体识别(Handwritten numeral recognition based on dbn using python language)
input_data
- mnist数据集的导入文件,官网上有可能进不去(def maybe_download(filename, work_directory): """Download the data from Yann's website, unless it's already here.""")