- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 62字
- 2021-07-02 12:46:27
Getting ready
A deep neural network means that there are multiple hidden layers connecting the input to the output layer. Multiple hidden layers ensure that the neural network learns a complex non-linear relation between the input and output, which a simple neural network cannot learn (due to a limited number of hidden layers).
A typical deep feedforward neural network looks as follows:

推薦閱讀
- 信息可視化的藝術:信息可視化在英國
- 數據結構與算法JavaScript描述
- Learning AWS Lumberyard Game Development
- VMware vSphere 6.7虛擬化架構實戰指南
- 精通Scrapy網絡爬蟲
- Python編程與幾何圖形
- Rust Essentials(Second Edition)
- Drupal 8 Module Development
- VMware虛擬化技術
- 基于Struts、Hibernate、Spring架構的Web應用開發
- Java Web開發詳解
- Visual Basic程序設計教程
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- 算法設計與分析:基于C++編程語言的描述
- Clojure Polymorphism