- 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.
- Moodle Administration Essentials
- 程序設(shè)計(jì)與實(shí)踐(VB.NET)
- Windows系統(tǒng)管理與服務(wù)配置
- Python 深度學(xué)習(xí)
- 編寫高質(zhì)量代碼:改善Python程序的91個(gè)建議
- PhoneGap Mobile Application Development Cookbook
- C語(yǔ)言程序設(shè)計(jì)
- Flutter跨平臺(tái)開發(fā)入門與實(shí)戰(zhàn)
- ASP.NET Core 2 Fundamentals
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程
- Building Wireless Sensor Networks Using Arduino
- SciPy Recipes
- HTML+CSS+JavaScript網(wǎng)頁(yè)制作:從入門到精通(第4版)
- Web前端開發(fā)技術(shù):HTML、CSS、JavaScript
- Greenplum構(gòu)建實(shí)時(shí)數(shù)據(jù)倉(cāng)庫(kù)實(shí)踐