- 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
推薦閱讀
- JavaScript:Functional Programming for JavaScript Developers
- Python程序設計(第3版)
- OpenCV 3和Qt5計算機視覺應用開發
- NumPy Essentials
- PhoneGap Mobile Application Development Cookbook
- Building a Quadcopter with Arduino
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- INSTANT Apache ServiceMix How-to
- 零基礎C#學習筆記
- Java 11 and 12:New Features
- Oracle Database 12c DBA官方手冊(第8版)
- Python程序設計
- 流暢的Python
- Unreal Engine 4 Game Development Essentials
- VB語言程序設計實驗教程