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
In this repo I stitched together the code of the Neural Net repo and genetic algorithm code to adjust the weights of it. This is a one has a working example of an XOR in Unity.
This is a simple neural network and matrix library in C# Unity. There are not many that can train in runtime, and less that are well commented/easy to read. So I hope this one is a good example to work from.