Create and train your own artificial intelligence. Now with editor!The best experience on Unity since version 2021.3.22f1.A set of scripts for creating and learning your own artificial neural network.Contains "ANN Perceptron" and "ANN NEAT"."ANN NEAT" is more advanced in this asset.Now with "Editor ANN" - you can create or edit your ANN.Creating your own artificial neural network (ANN) is not a big issue. However, to teach the ANN to do certain tasks is a real challenge. In order to ease the task of creating and teaching the ANN, I wrote a set of scripts, that will do everything for you. The only thing that is needed from you is to “explain” the ANN properly, and what information is needed to be learned.Flexible settings for the artificial neural network and its learning.Ten activation functions.Two methods of learning for "ANN Perceptron":- Backpropagation.- Random Generation.One method of learning for "ANN":- NEAT (NeuroEvolution of Augmenting Topologies).The auxiliary interfaces.Tutorial in four lessons.You don't need cloud services to create your own artificial neural network for Unity.