- 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.
- The Complete Rust Programming Reference Guide
- C++面向對象程序設計(第三版)
- Learn ECMAScript(Second Edition)
- Learning Apex Programming
- 軟件界面交互設計基礎
- 深度學習:算法入門與Keras編程實踐
- 深入RabbitMQ
- Learning SciPy for Numerical and Scientific Computing(Second Edition)
- Learning OpenStack Networking(Neutron)(Second Edition)
- 現代C:概念剖析和編程實踐
- Python預測分析實戰
- Mastering OpenStack
- Developing Java Applications with Spring and Spring Boot
- Visual FoxPro程序設計實驗教程
- Game Programming using Qt 5 Beginner's Guide