- 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:

- ATmega16單片機項目驅動教程
- Learning Cocos2d-x Game Development
- 電腦軟硬件維修大全(實例精華版)
- 精選單片機設計與制作30例(第2版)
- Unity 5.x Game Development Blueprints
- INSTANT ForgedUI Starter
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- 嵌入式系統中的模擬電路設計
- 微軟互聯網信息服務(IIS)最佳實踐 (微軟技術開發者叢書)
- 計算機組裝與維護(第3版)
- 電腦高級維修及故障排除實戰
- 基于PROTEUS的電路設計、仿真與制板
- Arduino項目開發:智能生活
- Blender 3D By Example
- Instant Website Touch Integration