SimpleNeuralNetworkInCSharp
SimpleNeuralNetworkInCSharp copied to clipboard
This repository contains examples used in blogpost - https://rubikscode.net/2018/01/29/implementing-simple-neural-network-in-c/
Results
1
SimpleNeuralNetworkInCSharp issues
Sort by
recently updated
recently updated
newest added
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.