- Python Deep Learning Cookbook
- Indra den Bakker
- 64字
- 2021-07-02 15:43:13
Feed-Forward Neural Networks
In this chapter, we will implement Feed-Forward Neural Networks (FNN) and discuss the building blocks for deep learning:
- Understanding the perceptron
- Implementing a single-layer neural network
- Building a multi-layer neural network
- Getting started with activation functions
- Hidden layers and hidden units
- Implementing an autoencoder
- Tuning the loss function
- Experimenting with different optimizers
- Improving generalization with regularization
- Adding dropout to prevent overfitting
推薦閱讀
- 測試驅動開發:入門、實戰與進階
- Microsoft Application Virtualization Cookbook
- 區塊鏈架構與實現:Cosmos詳解
- 編寫高質量代碼:改善Python程序的91個建議
- Flask Web開發入門、進階與實戰
- INSTANT CakePHP Starter
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- Web全棧工程師的自我修養
- Learning Unreal Engine Android Game Development
- UI設計全書(全彩)
- Scratch·愛編程的藝術家
- Java程序設計與項目案例教程
- PrimeFaces Blueprints
- Xamarin Blueprints
- Visual C++開發寶典