An open API service indexing awesome lists of open source software.

https://github.com/ultmaster/mnist-toy-machine


https://github.com/ultmaster/mnist-toy-machine

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# MNIST Toy Machine

CS420 Course Project.

## Dependencies

* Python 3.5
* Tensorflow 1.8
* sklearn 0.19
* numpy, pandas, ...

## Starting

Run `prepare_data.py` as your first step to generate data preprocessing cache.

## What do we have?

* kNN / SVM / PCA Model
* CNN Model
* VAE (with and without conv)
* CVAE

## What are the directories?

* `notebook` has some visualization code.
* `old` is some unsuccessful models.
* `data` holds the MNIST in its standard version and modified one.

## More?

Read the report / slides from the `report` directory for details.

## Cast

716030210013, 716030210014 @ SJTU 2018