SimpleNeuralNetworkInCSharp
SimpleNeuralNetworkInCSharp copied to clipboard
Enhancement? Train_RuningTraining_NetworkIsTrained might check result of training
This test seems to train but not check the result of the training. It'd be nice if it "network.GetOutput()" was asserted against the expected result.