Use Kahn's algorithm to topologically sort the nodes of the network.
This essentially provides an ordering for executing the neural network, however, this is only applicable for directed acyclic graphs.
Generated using TypeDoc
Use Kahn's algorithm to topologically sort the nodes of the network.
This essentially provides an ordering for executing the neural network, however, this is only applicable for directed acyclic graphs.