Member Since: August 19, 2020 Answers: 1 Last Update: August 20, 2020 Visitors: 389
|
| |
What is the Computational Graph? (link)
|
Everything in a tensorflow is based on creating a computational graph. It has a network of nodes where each node operates, Nodes represent mathematical operations, and edges represent tensors. Since data flows in the form of a graph, it is also called a “DataFlow Graph.”
|
|