ComputationalGraph.md (304B)
1 # Computational Graph 2 3 **Source:** Deep Learning 4 5 **Chapter:** 1 6 7 **Definition:** A computational graph in machine learning is a graph that shows every computation required to go from input to output. 8 9 This is in contrast with probabilistic graphs which describe higher level actions that are performed.