- 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:

推薦閱讀
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- JavaScript:Functional Programming for JavaScript Developers
- 從程序員到架構(gòu)師:大數(shù)據(jù)量、緩存、高并發(fā)、微服務(wù)、多團隊協(xié)同等核心場景實戰(zhàn)
- Getting Started with Python Data Analysis
- C語言程序設(shè)計
- Node.js全程實例
- 從零開始學(xué)C#
- Advanced Python Programming
- Python+Office:輕松實現(xiàn)Python辦公自動化
- PHP項目開發(fā)全程實錄(第4版)
- 安卓工程師教你玩轉(zhuǎn)Android
- Clojure Web Development Essentials
- R語言:邁向大數(shù)據(jù)之路
- IBM DB2 9.7 Advanced Application Developer Cookbook
- Mastering Magento Theme Design