Machine Learning/Datasets: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 2: Line 2:


'''Classification'''
'''Classification'''
*[http://yann.lecun.com/exdb/mnist/ MNIST Handwritten Digits]
**Classify handwritten digits using this dataset, a very popular one with lots of training examples.
*[http://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29 Census Income]
*[http://archive.ics.uci.edu/ml/datasets/Census-Income+%28KDD%29 Census Income]
**Try to predict whether a person has an income greater than or less than 50k
**Try to predict whether a person has an income greater than or less than 50k

Revision as of 22:24, 14 March 2011

This page describes in detail the datasets used for the NBML Course.

Classification

  • MNIST Handwritten Digits
    • Classify handwritten digits using this dataset, a very popular one with lots of training examples.
  • Census Income
    • Try to predict whether a person has an income greater than or less than 50k

Regression

Clustering