Image

Imagespl wrote in Imagecpp

When making a non-forward linking neural net, what is the best data structure to use?

Some specifics:
Many nodes linked together, with cycles. I need to be able to run through all the nodes quickly. The nodes are not necessarily all connected. When running through the nodes each one will look at its parents' outputs and create its own output.