- Hands-On Java Deep Learning for Computer Vision
- Klevis Ramo
- 286字
- 2021-07-02 13:25:42
The importance of data in deep learning algorithms
The main source of knowledge for deep learning algorithms is data. Therefore, the quality and the amount of data greatly affects the performance of every algorithm.
For speech recognition, we have a decent amount of data, considering the complexity of the problem. Although the dataset for the images has dramatically improved, having a few more samples will help achieve better results for image recognition. On the other hand, when it comes to object detection, we have less data due to the complexity in the effort of marking each of the objects with a bounding box as shown in the diagram.
Computer vision is, in itself, a really complex problem to solve. Imagine having a bunch of pixels with decimal values, and from there, you have to figure out what they represent.
For this reason, computer vision has developed more complex techniques, larger and more complex architectures, and also a lot of parameters to tune. The rule is such that the less data you have, the more hacks are needed, the more engineering or manual creation of features is required, and the architectures tend to grow complex. On the other hand, if you have more data, the deep learning algorithm tends to do well, and hand-engineering the data becomes a whole lot easier, which means we don't have to tune the parameters and the network architectures stay simple.
Throughout this book, we'll look at several methods to tackle computer vision challenges, such as transfer learning using well-known architectures in literature and opera. We will also make good use of open source implementations. In the next section, we'll start to understand the basics of neural networks and their representations.
- 計算機組成原理與接口技術:基于MIPS架構實驗教程(第2版)
- 企業數字化創新引擎:企業級PaaS平臺HZERO
- 計算機綜合設計實驗指導
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- Access 2016數據庫教程(微課版·第2版)
- 劍破冰山:Oracle開發藝術
- InfluxDB原理與實戰
- 卷積神經網絡的Python實現
- OracleDBA實戰攻略:運維管理、診斷優化、高可用與最佳實踐
- 數據中心數字孿生應用實踐
- PostgreSQL指南:內幕探索
- Hadoop大數據開發案例教程與項目實戰(在線實驗+在線自測)
- 區塊鏈技術應用與實踐案例
- Mastering LOB Development for Silverlight 5:A Case Study in Action
- Internet of Things with Python