- 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
推薦閱讀
- Flask Web全棧開(kāi)發(fā)實(shí)戰(zhàn)
- Mastering Entity Framework Core 2.0
- Learn Blockchain Programming with JavaScript
- LabVIEW Graphical Programming Cookbook
- Python數(shù)據(jù)分析基礎(chǔ)
- 你不知道的JavaScript(中卷)
- 劍指大數(shù)據(jù):企業(yè)級(jí)數(shù)據(jù)倉(cāng)庫(kù)項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- C++20高級(jí)編程
- Android驅(qū)動(dòng)開(kāi)發(fā)權(quán)威指南
- .NET 4.5 Parallel Extensions Cookbook
- Magento 2 Beginners Guide
- Sails.js Essentials
- 企業(yè)級(jí)Java現(xiàn)代化:寫(xiě)給開(kāi)發(fā)者的云原生簡(jiǎn)明指南
- Java EE輕量級(jí)解決方案:S2SH
- Swift 2 Blueprints