Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

theSage21/evonet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvoNet

Neural Nets training with Vanilla Genetic Search demonstrated on the XOR problem.

The network tries to optimize the ROC-AUC metric. It does not require differentiation.

Install dependencies

pipenv install

Demo

pipenv shell
python nn.py > log
gnuplot

gnuplot> plot 'log' using 1:2 with linespoints

Sample Learning Plot

sample learning plot

About

Evolving Neural network weights using Genetic Search

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages