With the new project set up, we can now start writing our scripts to build a neural network. Go back to Unity and perform the following steps:
The code for this example was originally sourced from
https://github.com/Blueteak/Unity-Neural-Network.git, which shows an excellent example of a simple and concise neural network with training explicitly developed for Unity. We will modify the original code for our needs, but feel free to check out and contribute to the original source if you are interested. This code is great for learning, but certainly, ...