- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 142字
- 2021-07-02 12:46:35
Inaccuracy of traditional neural networks when images are translated
To understand the need of CNNs further, we will first understand why a feed forward Neural Network (NN) does not work when an image is translated and then see how the CNN improves upon traditional feed forward NN.
Let's go through the following scenario:
- We will build a NN model to predict labels from the MNIST dataset
- We will consider all images that have a label of 1 and take an average of all of them (generating an average of 1 image)
- We will predict the label of the average 1 image that we have generated in the previous step using traditional NN
- We will translate the average 1 image by 1 pixel to the left or right
- We will make a prediction of the translated image using our traditional NN model
推薦閱讀
- 深入理解Android(卷I)
- Java范例大全
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計(jì)密碼
- Beginning Java Data Structures and Algorithms
- Unity 2020 Mobile Game Development
- Mastering Python Scripting for System Administrators
- Mastering Google App Engine
- C語言程序設(shè)計(jì)
- C和C++游戲趣味編程
- Python爬蟲、數(shù)據(jù)分析與可視化:工具詳解與案例實(shí)戰(zhàn)
- JQuery風(fēng)暴:完美用戶體驗(yàn)
- Ext JS 4 Plugin and Extension Development
- NGUI for Unity
- 大數(shù)據(jù)時(shí)代的企業(yè)升級之道(全3冊)
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript