- Deep Learning with Keras
- Antonio Gulli Sujit Pal
- 210字
- 2021-07-02 23:58:03
A real example — recognizing handwritten digits
In this section, we will build a network that can recognize handwritten numbers. For achieving this goal, we use MNIST (for more information, refer to http://yann.lecun.com/exdb/mnist/), a database of handwritten digits made up of a training set of 60,000 examples and a test set of 10,000 examples. The training examples are annotated by humans with the correct answer. For instance, if the handwritten digit is the number three, then three is simply the label associated with that example.
In machine learning, when a dataset with correct answers is available, we say that we can perform a form of supervised learning. In this case, we can use training examples for tuning up our net. Testing examples also have the correct answer associated with each digit. In this case, however, the idea is to pretend that the label is unknown, let the network do the prediction, and then later on, reconsider the label to evaluate how well our neural network has learned to recognize digits. So, not unsurprisingly, testing examples are just used to test our net.
Each MNIST image is in gray scale, and it consists of 28 x 28 pixels. A subset of these numbers is represented in the following diagram:

- 新媒體跨界交互設計
- Windows phone 7.5 application development with F#
- Learning AngularJS Animations
- Python GUI Programming:A Complete Reference Guide
- Deep Learning with PyTorch
- 數字邏輯(第3版)
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 分布式系統與一致性
- STM32嵌入式技術應用開發全案例實踐
- 數字媒體專業英語(第2版)
- 單片機技術及應用
- 電腦橫機使用與維修
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- Drupal Rules How-to
- The Reinforcement Learning Workshop