- Python Reinforcement Learning Projects
- Sean Saito Yang Wenzhuo Rajalingappaa Shanmugamani
- 221字
- 2021-07-23 19:05:03
The Fashion-MNIST dataset
Those who have experience with deep learning have most likely heard about the MNIST dataset. It is one of the most widely-used image datasets, serving as a benchmark for tasks such as image classification and image generation, and is used by many computer vision models:
There are several problems with MNIST, however. First of all, the dataset is too easy, since a simple convolutional neural network is able to achieve 99% test accuracy. In spite of this, the dataset is used far too often in research and benchmarks. The F-MNIST dataset, produced by the online fashion retailer Zalando, is a more complex, much-needed upgrade to MNIST:
Instead of digits, the F-MNIST dataset includes photos of ten different clothing types (ranging from t-shirts to shoes) compressed in to 28x28 monochrome thumbnails. Hence, F-MNIST serves as a convenient drop-in replacement to MNIST and is increasingly gaining popularity in the community. Hence we will train our CNN on F-MNIST as well. The preceding table maps each label index to its class
In the following subsections, we will design a convolutional neural network that will learn to classify data from this dataset.
- 課課通計算機(jī)原理
- Word 2000、Excel 2000、PowerPoint 2000上機(jī)指導(dǎo)與練習(xí)
- 機(jī)器自動化控制器原理與應(yīng)用
- 數(shù)據(jù)庫原理與應(yīng)用技術(shù)
- 計算機(jī)系統(tǒng)結(jié)構(gòu)
- Docker High Performance(Second Edition)
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- 大數(shù)據(jù)驅(qū)動的設(shè)備健康預(yù)測及維護(hù)決策優(yōu)化
- 數(shù)據(jù)掘金
- Chef:Powerful Infrastructure Automation
- 邊緣智能:關(guān)鍵技術(shù)與落地實踐
- Hands-On Dashboard Development with QlikView
- Linux系統(tǒng)下C程序開發(fā)詳解
- DynamoDB Applied Design Patterns
- Generative Adversarial Networks Projects