Skip to content

ToolTech/GeneticMNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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

About

A demo of deep genetic evolution for the MNIST dataset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages