- 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
推薦閱讀
- Python概率統計
- Learning Cython Programming
- Learning PostgreSQL
- Learning Selenium Testing Tools with Python
- 信息可視化的藝術:信息可視化在英國
- JavaFX Essentials
- DevOps入門與實踐
- Mastering Rust
- Python面向對象編程:構建游戲和GUI
- D3.js 4.x Data Visualization(Third Edition)
- C# 8.0核心技術指南(原書第8版)
- Java面向對象程序設計
- RESTful Java Web Services(Second Edition)
- 區塊鏈技術進階與實戰(第2版)
- Spring Boot實戰