- 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
推薦閱讀
- iOS 9 Game Development Essentials
- C++ Builder 6.0下OpenGL編程技術
- 深入淺出WPF
- BeagleBone Media Center
- DevOps Automation Cookbook
- Koa開發:入門、進階與實戰
- Hands-On JavaScript High Performance
- 打開Go語言之門:入門、實戰與進階
- 計算機應用基礎(第二版)
- Kotlin進階實戰
- Getting Started with hapi.js
- Android從入門到精通
- 陪孩子像搭積木一樣學編程:Python真好玩+Scratch趣味編程(全2冊)
- 嵌入式Linux與物聯網軟件開發:C語言內核深度解析
- 自然語言處理NLP從入門到項目實戰:Python語言實現