Publisher | VirtualSTAR |
---|---|
File size | 2.22MB |
Number of files | 41 |
Latest version | 1 |
Latest release date | 2019-05-27 09:14:08 |
First release date | 2018-05-15 11:31:19 |
Supported Unity versions | 2018.4.2 or higher |
A set of scripts for creating and learning your own artificial neural network.
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 perceptron and its learning.
Two methods of learning:
- Back propagation.
- Random Generation.
The auxiliary interfaces.
Tutorial in three lessons.
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 perceptron and its learning.
Two methods of learning:
- Back propagation.
- Random Generation.
The auxiliary interfaces.
Tutorial in three lessons.