From b1affbce3c50ad6553dbfcb2b37ba36e27a88482 Mon Sep 17 00:00:00 2001 From: Yanran Li Date: Sat, 25 Jan 2014 20:28:33 +0800 Subject: [PATCH] add 2 classical datasets repo UCI and NIPS --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7b48307e..55e76bb4 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,9 @@ Start here. ### Sources for Datasets: * Competitions between Data Scientists on new datasets [Kaggle] (https://www.kaggle.com/) * Hilary Mason's List of Research-quality datasets [bit.ly](https://bitly.com/bundles/hmason/1) +* Classical Datasets for Your Specific Need [UCI Machine Learning Repository Datasets]( +http://archive.ics.uci.edu/ml/datasets.html) +* [NIPS Feature Selection](http://www.nipsfsc.ecs.soton.ac.uk/datasets/) ### A Note About Direction This is an introduction geared toward those with at least **a minimum understanding of programming**, and (perhaps obviously) an interest in the components of Data Science (like statistics and distributed computing).