Skip to content

maxxk/neurvolve

 
 

Repository files navigation

Neurvolve

Original repo: https://github.com/tleyden/neurvolve

Build Status

Evolution-based training for neurgo, a neural network framework in Go.

Status

  • Learning via Stochastic Hill Climbing works
  • Topological mutatation operators implemented
  • Example which evolves a network capable of solving XOR

Running Examples

$ cd examples
$ go build -v && go run run_examples.go run_stochastic_hill_climber.go

Related Work

DXNN2 - Pure Erlang TPEULN (Topology & Parameter Evolving Universal Learning Network).

Related Publications

Handbook of Neuroevolution Through Erlang by Gene Sher.

About

Evolution-based training for neurgo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%