2017 © Pedro Peláez
 

library gann

Genetic Algorithm and Neural Network in PHP

image

danlex/gann

Genetic Algorithm and Neural Network in PHP

  • Monday, November 25, 2013
  • by danlex
  • Repository
  • 2 Watchers
  • 1 Stars
  • 96 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Gann - Genetic Algoritm Neural Network Train

Gann use Genetic Agorithm to train a Neural Network, (*1)

Usage

<?php

use Gann\Ann\Network;

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

The Versions

25/11 2013

dev-master

9999999-dev https://github.com/danlex/gann

Genetic Algorithm and Neural Network in PHP

  Sources   Download

BSD 2

The Requires

  • php >=5.3.0

 

by Alexandru Dan

php genetic algorithm php neural network php ga php ann