Go to file
xdrm-brackets db41a36af4 `Genome::process` first implementation with a single `output` + must add 2 layers to have the last one as the `output` 2016-10-27 00:19:28 +02:00
build `Genome::process` first implementation with a single `output` + must add 2 layers to have the last one as the `output` 2016-10-27 00:19:28 +02:00
config Created `Genome`'s `constructor` + finished `NeuralNetwork`'s `storage` and `attributes` management (+ serialization) + now it remains the hard & cool part -> genetic algorithm 2016-10-26 17:15:00 +02:00
public `Genome::process` first implementation with a single `output` + must add 2 layers to have the last one as the `output` 2016-10-27 00:19:28 +02:00
LICENSE Initial commit 2016-10-25 18:51:19 -04:00
README.md Initial commit 2016-10-25 18:51:19 -04: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.