Skip to content

yiliu061/MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MNIST

Explore the behaviors of five supervised learning techniques on the MNIST dataset and a toy dataset.

  • 1). decision trees (DT),
  • 2). neural networks (NN),
  • 3). boosted trees (BST-DT),
  • 4). support vector machines (SVM),
  • 5). k-nearest neighbors (kNN).

Usage

  • To run experiments, run MNIST_ML.py

Dependencies

  • Trained and tested on:
Python 2.7
NumPy 1.16.4
tensorflow 1.14.0
scikit-learn 0.20.3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages