- 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
推薦閱讀
- Java多線程編程實戰(zhàn)指南:設計模式篇(第2版)
- JavaScript+jQuery開發(fā)實戰(zhàn)
- 看透JavaScript:原理、方法與實踐
- 深入理解Android:Wi-Fi、NFC和GPS卷
- 單片機C語言程序設計實訓100例
- The Professional ScrumMaster’s Handbook
- 智能手機APP UI設計與應用任務教程
- Image Processing with ImageJ
- 深入理解BootLoader
- scikit-learn Cookbook(Second Edition)
- Python機器學習與量化投資
- OpenCV 3.0 Computer Vision with Java
- TypeScript全棧開發(fā)
- JavaEE架構與程序設計
- Java EE輕量級解決方案:S2SH