Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 547 Bytes

File metadata and controls

21 lines (12 loc) · 547 Bytes

GeneticMNIST

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 vs17 project under ws/vs17

Unix: use the make project under ws/unix

E.g.

> make linux_64
> make debug
> make -j

/Anders Modén