- R Deep Learning Cookbook
- Dr. PKS Prakash Achyutuni Sri Krishna Rao
- 301字
- 2021-07-02 20:49:17
There's more...
Neural networks are based on the philosophy from the brain; however, the brain consists of around 100 billion neurons with each neuron connected to 10,000 other neurons. Neural networks developed in the early 90s faced a lot of challenges in building deeper neural networks due to computation and algorithmic limitations.
With advances in big data, computational resources (such as GPUs), and better algorithms, the concept of deep learning has emerged and allows us to capture a deeper representation from all kinds of data such as text, image, audio, and so on.
- Trends in Deep Learning: Deep learning is an advance on neural networks, which are very much driven by technology enhancement. The main factors that have impacted the development of deep learning as a dominant area in artificial intelligence are as follows:
- Computational power: The consistency of Moore's law, which states that the acceleration power of hardware will double every two years, helped in training more layers and bigger data within time limitations
- Storage and better compression algorithms: The ability to store big models due to cheaper storage and better compression algorithms have pushed this area with practitioners focusing on capturing real-time data feeds in the form of image, text, audio, and video formats
- Scalability: The ability to scale from a simple computer to a farm or using GPU devices has given a great boost to training deep learning models
- Deep learning architectures: With new architectures such as Convolution Neural network, re-enforcement learning has provided a boost to what we can learn and also helped expedite learning rates
- Cross-platform programming: The ability to program and build models in a cross-platform architecture significantly helped increase the user base and in drastic development in the domain
- Transfer learning: This allows reusing pretrained models and further helps in significantly reducing training times
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- 云計算通俗講義(第3版)
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- 51單片機(jī)C語言開發(fā)教程
- Processing創(chuàng)意編程指南
- Unity 2018 Augmented Reality Projects
- 區(qū)塊鏈項目開發(fā)指南
- Spring 5 Design Patterns
- RubyMotion iOS Develoment Essentials
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計與實現(xiàn)原理
- SSH框架企業(yè)級應(yīng)用實戰(zhàn)
- Mastering Drupal 8
- 面向物聯(lián)網(wǎng)的Android應(yīng)用開發(fā)與實踐
- Java Web程序開發(fā)參考手冊