- 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.
- Node.js Design Patterns
- Scala謎題
- 精通Python自然語言處理
- VMware虛擬化技術(shù)
- SQL基礎(chǔ)教程(第2版)
- Python之光:Python編程入門與實(shí)戰(zhàn)
- NoSQL數(shù)據(jù)庫原理
- Microsoft Azure Storage Essentials
- Learning YARN
- HoloLens與混合現(xiàn)實(shí)開發(fā)
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- JBoss:Developer's Guide
- Mastering Concurrency in Python
- INSTANT Apache Hive Essentials How-to
- Elasticsearch Blueprints