- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 84字
- 2021-08-27 18:51:53
The computational graph
A basic neural network consists of forward propagation followed by a backward propagation. As a result, it consists of a series of steps that includes the values of different nodes, weights, and biases, as well as derivatives of cost function with regards to all the weights and biases. In order to keep track of these processes, the computational graph comes into the picture. The computational graph also keeps track of chain rule differentiation irrespective of the depth of the neural network.
推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- Learning Microsoft Azure Storage
- 網絡服務器架設(Windows Server+Linux Server)
- Java開發技術全程指南
- 大數據安全與隱私保護
- 數據挖掘方法及天體光譜挖掘技術
- Supervised Machine Learning with Python
- Java Web整合開發全程指南
- PostgreSQL 10 Administration Cookbook
- Practical Big Data Analytics
- 網絡服務搭建、配置與管理大全(Linux版)
- Bayesian Analysis with Python
- 所羅門的密碼
- Apache Spark Quick Start Guide
- PyTorch深度學習