Neural Networks

Click to load a neural network (ONNX) file and display it as a graph
(Note: It only displays one output)
Load Onnx:
Load bitmap:
Load txt :

ONNX model loading

Draw the graph using: eqGraph(NeuralNet1.def)

Loading training artefact ONNX files

This is probably a better option to begin with

Back Propagation using Deriv

(Probably not worth implementing at this stage. We can use the deriv to calculate the weight gradients in a simple model)