- Python Deep Learning Cookbook
- Indra den Bakker
- 165字
- 2021-07-02 15:43:15
Building a multi-layer neural network
What we've created in the previous recipe is actually the simplest form of an FNN: a neural network where the information flows only in one direction. For our next recipe, we will extend the number of hidden layers from one to multiple layers. Adding additional layers increases the power of a network to learn complex non-linear patterns.

As you can see in Figure 2-7, by adding an additional layer the number of connections (weights), also called trainable parameters, increases exponentially. In the next recipe, we will create a network with two hidden layers to predict wine quality. This is a regression task, so we will be using a linear activation for the output layer. For the hidden layers, we use ReLU activation functions. This recipe uses the Keras framework to implement the feed-forward network.
- Apache Spark 2.x Machine Learning Cookbook
- HTML5 移動Web開發從入門到精通(微課精編版)
- Mastering Natural Language Processing with Python
- Raspberry Pi for Secret Agents(Third Edition)
- 編程與類型系統
- Azure Serverless Computing Cookbook
- JSP程序設計實例教程(第2版)
- Hands-On Kubernetes on Windows
- FPGA嵌入式項目開發實戰
- Angular應用程序開發指南
- 大學計算機基礎
- Python趣味編程與精彩實例
- Keil Cx51 V7.0單片機高級語言編程與μVision2應用實踐
- C語言程序設計教程
- 零基礎學編程系列(全5冊)