- 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.
- Cross-platform Desktop Application Development:Electron,Node,NW.js,and React
- Koa開發:入門、進階與實戰
- Java系統化項目開發教程
- C#程序設計(項目教學版)
- Modern C++ Programming Cookbook
- 區塊鏈國產化實踐指南:基于Fabric 2.0
- 數據科學中的實用統計學(第2版)
- Building Microservices with Go
- Thymeleaf 3完全手冊
- Learn C Programming
- Python實戰指南:手把手教你掌握300個精彩案例
- Learning jqPlot
- 寫給所有人的編程思維
- Boost.Asio C++ Network Programming Cookbook
- Implementing OpenShift