Machine Learning/Datasets: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (Created page with 'This page describes in detail the datasets used for the NBML Course.')
 
No edit summary
Line 1: Line 1:
This page describes in detail the datasets used for the [[NBML Course]].
This page describes in detail the datasets used for the [[NBML Course]].
Classification
*[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
Regression
*[http://www.sci.usq.edu.au/staff/dunn/Datasets/Books/Hand/Hand-R/alps-R.html Boiling point in the Alps]
**The boiling point of water at different barometric pressures.
*[http://www.sci.usq.edu.au/staff/dunn/Datasets/Books/Hand/Hand-R/shocking-R.html Shocking Rats]
**How does shocking a rat affect it's ability to complete a maze?
*[http://www.sci.usq.edu.au/staff/dunn/Datasets/Books/Hand/Hand-R/icecream-R.html Ice Cream Sales]
**Predict the quantity of ice cream consumed based on some other variables.
*[http://www.sci.usq.edu.au/staff/dunn/Datasets/applications/health/fev.html Smoking and Respiratory Function]
**How does smoking affect lung capacity?
Clustering

Revision as of 22:14, 14 March 2011

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

Classification

  • Census Income
    • Try to predict whether a person has an income greater than or less than 50k

Regression

Clustering