ale93111 / SimpleNN

Neural networks trained using genetic algorithms - Examples: XOR, Sine, MNIST, play snake on terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleNN

Simple Neural network implemented in C++, trained using back propagation or genetic algorithm.

Examples (back prop): XOR, sine, MNIST (csv from http://pjreddie.com/projects/mnist-in-csv/) Examples (ga): XOR, snake

alt tag

Resize terminal for champ.nn: resize -s 30 30

TODO: improve ga(OK), optimize back prop

About

Neural networks trained using genetic algorithms - Examples: XOR, Sine, MNIST, play snake on terminal

License:MIT License


Languages

Language:C++ 96.3%Language:C 3.7%