fjro / mnist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MNIST

Exploratory analysis and predictive modelling of the mnist hand writing data set. This is a ProjectTemplate based project, to bootstrap it run:

	library('ProjectTemplate')
	load.project()

The keras implementation is conda based.

Also includes some TPOT based automl in the python folder. Some commands for starting the virtual env. Assumes a conda base.

Create/start venv:

conda create -n venv;
source activate venv

Start Spyder:

spyder

To end the venv:

source deactivate 

About


Languages

Language:R 88.6%Language:Python 11.4%