You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Toy Neural network in java using processing
Parameter : input nodes, hidden nodes, output nodes, number of hidden layers
e.g: NN brain = new NN(2,3,1,2); 2 inputs,2 hidden layers containing 3 hidden nodes and 1 output node.