anowell / are-we-learning-yet

How ready is Rust for Machine Learning?
http://arewelearningyet.com
Creative Commons Attribution 4.0 International
438 stars 61 forks source link

Add crate: EANT2 #5

Closed leroycep closed 7 years ago

leroycep commented 7 years ago

Please add https://github.com/pengowen123/eant2 to category: Evolution Algorithms

EANT2 is an Evolutionary algorithm that uses the Common Genetic Encoding (CGE) to encode neural networks and CMA-ES as a weight optimizer.

Essentially, EANT2 evolves the topology of the Neural Network and CMA-ES tries to find the optimal weights for each topology.

anowell commented 7 years ago

Looks great! Thanks for pointing it out. Let me know if I got something wrong in adding it.

And feel free to reopen this (or a new issue) once it's published on crates.io.