#concept
What is topological sort used for in neural networks? >> It is used to order the computational graph of the network so that calculations can process from input nodes to output nodes without backtracking.
#concept
What is topological sort used for in neural networks? >> It is used to order the computational graph of the network so that calculations can process from input nodes to output nodes without backtracking.