Unity-Neural-Network
Unity-Neural-Network copied to clipboard
Simple neural network implemented in C# for Unity3D
Results
3
Unity-Neural-Network issues
Sort by
recently updated
recently updated
newest added
The jumping test scene doesn't include a prefab (or 2 can't really tell exactly) so it fails to properly run. I can't be bothered to fix it to make it...
Does not converge for sample program below. Why? private static double MinimumError = 0.1; private static NeuralNet _network; private static List _dataSets; #endregion static void Main(string[] args) { _numInputParameters =...