资 源 简 介
Warning
This software is not usable for now, I just pushed the raw source code of a quick tool that I made for my experiments. I plane to reengineer it soon.
General informations
This program is a command-line tool that provides an easy way of learning, testing and running artificial neural networks (ANN). It uses the Fast Artificial Neural Network library (FANN) for learning and testing.
What are artificial neural networks ?
An artificial neural network (ANN), usually called "neural network" (NN), is a mathematical model or computational model that tries to simulate the structure and/or functional aspects of biological neural networks. An ANN performs a non-parametric non-linear multivariate multiple regression.
What is Fast Artificial Neural Network library ?
The Fast Artificial Neural Network