Computational Graph

Creator
Creator
Alan JoAlan Jo
Created
Created
2023 May 16 2:14
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2023 Dec 19 4:7
Refs
Refs
defined as a directed graph
where the nodes correspond to mathematical operations
 

Forward pass

evaluates the value of the mathematical expression represented by computational graphs
 

Backward pass

back-propagates the error to obtain the derivatives given the final and intermediate results
 
 
 

Computation path

 
 
 
 
 

Recommendations