- 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
推薦閱讀
- The Complete Rust Programming Reference Guide
- Learning LibGDX Game Development(Second Edition)
- Vue.js設計與實現
- Spring Cloud Alibaba微服務架構設計與開發實戰
- WebAssembly實戰
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Learn Programming in Python with Cody Jackson
- Python編程實戰
- BIM概論及Revit精講
- Getting Started with Nano Server
- Machine Learning for Developers
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Learning WordPress REST API
- Node.js應用開發
- C語言程序設計實驗指導與習題精解