- Neural Networks with Keras Cookbook
- V Kishore Ayyadevara
- 115字
- 2021-07-02 12:46:21
Introduction
A neural network is a supervised learning algorithm that is loosely inspired by the way the brain functions. Similar to the way neurons are connected to each other in the brain, a neural network takes input, passes it through a function, certain subsequent neurons get excited, and consequently the output is produced.
In this chapter, you will learn the following:
- Architecture of a neural network
- Applications of a neural network
- Setting up a feedforward neural network
- How forward-propagation works
- Calculating loss values
- How gradient descent works in back-propagation
- The concepts of epochs and batch size
- Various loss functions
- Various activation functions
- Building a neural network from scratch
- Building a neural network in Keras
推薦閱讀
- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- 程序員修煉之道:程序設計入門30講
- Mobile Application Development:JavaScript Frameworks
- Learning Apex Programming
- JavaScript修煉之道
- Maven Build Customization
- 編程珠璣(續)
- Learning Unity 2D Game Development by Example
- Mastering Web Application Development with AngularJS
- Android群英傳
- 計算機應用基礎教程(Windows 7+Office 2010)
- Learning Nessus for Penetration Testing
- Python計算機視覺和自然語言處理
- Vue.js 3應用開發與核心源碼解析
- Web前端開發技術:HTML、CSS、JavaScript