- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 143字
- 2021-07-02 12:46:24
Building a Deep Feedforward Neural Network
In this chapter, we will cover the following recipes:
- Training a vanilla neural network
- Scaling the input dataset
- Impact of training when the majority of inputs are greater than zero
- Impact of batch size on model accuracy
- Building a deep neural network to improve network accuracy
- Varying the learning rate to improve network accuracy
- Varying the loss optimizer to improve network accuracy
- Understanding the scenario of overfitting
- Speeding up the training process using batch normalization
In the previous chapter, we looked at the basics of the function of a neural network. We also learned that there are various hyperparameters that impact the accuracy of a neural network. In this chapter, we will get into the details of the functions of the various hyperparameters within a neural network.
All the codes for this chapter are available at https://github.com/kishore-ayyadevara/Neural-Networks-with-Keras-Cookbook/blob/master/Neural_network_hyper_parameters.ipynb
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 玩轉Scratch少兒趣味編程
- C#高級編程(第10版) C# 6 & .NET Core 1.0 (.NET開發經典名著)
- SQL Server 2016從入門到精通(視頻教學超值版)
- PHP 7底層設計與源碼實現
- C# Programming Cookbook
- C# 從入門到項目實踐(超值版)
- 新手學Visual C# 2008程序設計
- Android系統級深入開發
- Mastering Xamarin.Forms(Second Edition)
- GameMaker Essentials
- Learning Modular Java Programming
- HTML5+CSS3+jQuery Mobile APP與移動網站設計從入門到精通
- Building a Media Center with Raspberry Pi
- Socket.IO Cookbook