Skip to content

danlex/gann

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gann - Genetic Algoritm Neural Network Train

Gann use Genetic Agorithm to train a Neural Network

Usage

<?php

use Gann\Ann\Network;

$network = new Network(2, 2, 4, 1);
$network->setInputs(array(1,2))->activate();

About

Genetic Neural Network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages