Publisher | VirtualSTAR |
---|---|
File size | 2.02MB |
Number of files | 26 |
Latest version | 1 |
Latest release date | 2019-05-30 06:23:13 |
First release date | 2019-02-06 08:26:09 |
Supported Unity versions | 2018.4.2 or higher |
A set of scripts for creating and learning your own artificial neural network.
"ANN Perceptron" is supported.
Creating your own artificial neural network (ANN) is not a big issue. But 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, what information is needed to be learned.
Flexible settings for the artificial neural network and its learning.
One methods of learning:
- NEAT (NeuroEvolution of Augmenting Topologies).
The auxiliary interfaces.
Tutorial in one lesson.
"ANN Perceptron" is supported.
Creating your own artificial neural network (ANN) is not a big issue. But 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, what information is needed to be learned.
Flexible settings for the artificial neural network and its learning.
One methods of learning:
- NEAT (NeuroEvolution of Augmenting Topologies).
The auxiliary interfaces.
Tutorial in one lesson.