- Python Deep Learning
- Ivan Vasilev Daniel Slater Gianmario Spacagna Peter Roelants Valentino Zocca
- 210字
- 2021-07-02 14:31:07
Summary
In this chapter, we introduced neural networks in detail and we mentioned their success vis-à-vis other competing algorithms. Neural networks are comprised of interconnected neurons (or units), where the weights of the connections characterize the strength of the communication between different neurons. We discussed different network architectures, and how a neural network can have many layers, and why inner (hidden) layers are important. We explained how the information flows from the input to the output by passing from each layer to the next based on the weights and the activation function, and finally, we showed how to train neural networks, that is, how to adjust their weights using gradient descent and backpropagation.
In the next chapter, we'll continue discussing deep neural networks, and we'll explain in particular the meaning of deep in deep learning, and that it not only refers to the number of hidden layers in the network, but to the quality of the learning of the network. For this purpose, we'll show how neural networks learn to recognize features and put them together as representations of larger objects. We'll also describe a few important deep learning libraries, and finally, we'll provide a concrete example where we can apply neural networks to handwritten digit recognition.
- Rust編程:入門、實戰與進階
- Interactive Data Visualization with Python
- Getting Started with CreateJS
- C語言程序設計
- Lua程序設計(第4版)
- 秒懂設計模式
- HDInsight Essentials(Second Edition)
- C語言程序設計
- Learning Unreal Engine Android Game Development
- Android移動開發案例教程:基于Android Studio開發環境
- 深入剖析Java虛擬機:源碼剖析與實例詳解(基礎卷)
- MongoDB Cookbook(Second Edition)
- Learning GraphQL and Relay
- AngularJS Web Application Development Cookbook
- FORTRAN程序設計權威指南