A demo of deep genetic evolution for the MNIST dataset
The code is probably the fastest MNIST implementation on multicore CPU. This demo however doesn't use multithread. You have to add that yourself.
The code is generated by Cortex Deep Genetic SDK framework. Trained for a simple task like MNIST just to show you the principle.
Have fun and test it. Be critical !!
Windows: use the vs15 project under ws/vs15
Unix: use the make project under ws/unix
E.g.
> make linux_64
> make debug
> make -j
/Anders Modén