文件名称:手写MNISTmatlab实现
介绍说明--下载内容均来自于网络,请自行研究使用
资料可以直接运行,是matlab源码,实现了AI领域常见的手写字符MNIST数据集的识别,一般都是python做,matlab实现的很少,就算有也经常报错,因此这里是提供了例程以及数据集!数据集也是matlab能直接读取的MNIST格式!下载这个资料连数据集都不用单独下载了,节省时间。(The data can be run directly. It is the source code of MATLAB. It realizes the recognition of MNIST data set, which is a common handwritten character in AI field. Generally, it is done by python. There are few matlab implementations, and even if there is one, it often reports an error. So here is the routine and data set! Data set is also the MNIST format that MATLAB can read directly! Download this data set without downloading it separately, saving time.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
handwritten-digit-recognition-using-Naive-Bayes-classifier-master | 0 | 2019-10-29 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\calculateProbabilityForGivenNumber.m | 463 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\Data Mining Course - Naive Bayes Classification for MNIST Dataset.ps | 17781 | 2018-09-26 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\generateBernoulliProbabilityMatrix.m | 860 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\predictNumber.m | 240 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\probMatrix.mat | 30842 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\Readme_dataFormat.txt | 3169 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\readMNIST.m | 2470 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\recogChar.m | 1438 | 2018-09-26 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\t10k-images.idx3-ubyte | 7840016 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\t10k-labels.idx1-ubyte | 10008 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\train-images.idx3-ubyte | 47040016 | 2018-02-14 |
handwritten-digit-recognition-using-Naive-Bayes-classifier-master\train-labels.idx1-ubyte | 60008 | 2018-02-14 |