- Python Deep Learning
- Ivan Vasilev Daniel Slater Gianmario Spacagna Peter Roelants Valentino Zocca
- 232字
- 2021-07-02 14:31:07
Deep Learning Fundamentals
In this chapter, we will introduce deep learning(DL) and deep neural networks (DNNs), that is, neural networks with multiple hidden layers. You may wonder what the point of using more than one hidden layer is, given the universal approximation theorem. This is in no way a naive question, and for a long time neural networks were used in that way. Without going into too much detail, one reason is that approximating a complex function might require a huge number of neurons in the hidden layer, making it impractical to use. There is also another, more important, reason for using deep networks, which is not directly related to the number of hidden layers, but to the level of learning. A deep network does not simply learn to predict output Y given input X; it also understands basic features of the input. It's able to learn abstractions of features of input examples, to understand the basic characteristics of the examples, and to make predictions based on those characteristics. This is a level of abstraction that is missing in other basic machine learning(ML) algorithms and in shallow neural networks.
In this chapter, we will cover the following topics:
- Introduction to deep learning
- Fundamental deep learning concepts
- Deep learning algorithms
- Applications of deep learning
- The reasons for deep learning's popularity
- Introducing popular open source libraries
- Photoshop智能手機APP UI設計之道
- Python數據分析基礎
- Instant Zepto.js
- HTML5 Mobile Development Cookbook
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Teaching with Google Classroom
- Visual Foxpro 9.0數據庫程序設計教程
- App Inventor創意趣味編程進階
- Web App Testing Using Knockout.JS
- Distributed Computing in Java 9
- Delphi開發典型模塊大全(修訂版)
- Visual Basic程序設計實驗指導及考試指南
- ASP.NET Core and Angular 2
- 用Python動手學統計學
- TensorFlow.NET實戰