- Keras Deep Learning Cookbook
- Rajdeep Dua Manpreet Singh Ghotra
- 123字
- 2021-06-10 19:38:52
MNIST dataset
MNIST is a dataset of 60,000 28 x 28 pixel grayscale images of 10 digits. It also contains a test set of 10,000 images. The dataset consists of the following four files:
- train-images-idx3-ubyte.gz: Training set images (9912422 bytes), go to http://yann.lecun.com/exdb/mnist/train-images-idx3-ubyte.gz
- train-labels-idx1-ubyte.gz: Training set labels (28881 bytes), go to http://yann.lecun.com/exdb/mnist/train-labels-idx1-ubyte.gz
- t10k-images-idx3-ubyte.gz: Test set images (1648877 bytes), go to http://yann.lecun.com/exdb/mnist/t10k-images-idx3-ubyte.gz
- t10k-labels-idx1-ubyte.gz: Test set labels (4542 bytes), go to http://yann.lecun.com/exdb/mnist/t10k-labels-idx1-ubyte.gz
Data in these files is stored in the IDX format. The IDX file format is a format for vectors and multidimensional matrices of various numerical types. You can find more info on the IDX format at http://www.fon.hum.uva.nl/praat/manual/IDX_file_format.html:
The preceding image shows the MNIST dataset representation images.
推薦閱讀
- 電力自動(dòng)化實(shí)用技術(shù)問(wèn)答
- 人工免疫算法改進(jìn)及其應(yīng)用
- 手把手教你玩轉(zhuǎn)RPA:基于UiPath和Blue Prism
- Mastering Salesforce CRM Administration
- 條碼技術(shù)及應(yīng)用
- 機(jī)器學(xué)習(xí)流水線實(shí)戰(zhàn)
- RPA(機(jī)器人流程自動(dòng)化)快速入門:基于Blue Prism
- 聊天機(jī)器人:入門、進(jìn)階與實(shí)戰(zhàn)
- Statistics for Data Science
- Visual C++項(xiàng)目開發(fā)案例精粹
- Linux系統(tǒng)下C程序開發(fā)詳解
- Learn QGIS
- Microsoft 365 Mobility and Security:Exam Guide MS-101
- 商務(wù)智能
- 單片機(jī)原理、接口及應(yīng)用系統(tǒng)設(shè)計(jì)