Go to file
xdrm-brackets dee73f521a Optimization with @fitness, only keep fitnesses greater than @this->maxFit (if anti-regression-option enabled) + no_file anymore 2016-10-29 16:35:49 +02:00
build Optimization with @fitness, only keep fitnesses greater than @this->maxFit (if anti-regression-option enabled) + no_file anymore 2016-10-29 16:35:49 +02:00
config Optimization with @fitness, only keep fitnesses greater than @this->maxFit (if anti-regression-option enabled) + no_file anymore 2016-10-29 16:35:49 +02:00
public Optimization with @fitness, only keep fitnesses greater than @this->maxFit (if anti-regression-option enabled) + no_file anymore 2016-10-29 16:35:49 +02:00
.gitignore Add .gitignore 2016-10-27 21:28:27 +02:00
LICENSE Initial commit 2016-10-25 18:51:19 -04:00
README.md Method to get trained genome + anti-regression management + some stuff to do (output neurons issue) + manage `mutThr` decreasing + ... 2016-10-28 13:03:34 +02:00
autoloader.php Project structure + class bases and use cases for the Neural Network + FileManager to manage large files 2016-10-26 00:52:28 +02:00

README.md

neural-network.php

Generic Neural Network implementation in php.

The aim of this project is to create a basic generic neural network and make it evolve to become more adaptable.