Machine Learning and Data Mining - Datasets

  Version Size / MD5 Description
Download v1.0 Matlab V6 (04/06/2006) 4.3Mb (8c68b1c84edb8d28ec80a6824c6b06f1) This is the Yale Face Database B in a Matlab-friendly format. Please check with the original authors about what papers to cite before using this data. It contains all the images scaled down to 30x40 pixels (we used this for clustering). You might need Rar to unpack it. Also included are the indizes for the images that were used in the random 90/10 splits. To try out the data and display image 999, type into Matlab:
load yale_facedatabase_B.mat
image(reshape(bigMatrix(999,:),30,40))
colormap(gray);
Download v1.0 Matlab V6 (03/05/2007) 2.5Mb (21d58a4f7e63564b3e7c52ae2974458a) This archive contains all the datasets we used for our ICML 2005 paper "Clustering through ranking on Manifolds" ready for use in Matlab. Please ensure you cite the sources of the data (e.g. UCI control, USPS, 20 Newsgroups, the face-database). Note that the uncompressed data is > 250MByte.
All data provided for your personal research-use only and "AS IS". All other rights reserved. No warranties of any kind. Insert Disclaimer here.

Links

Back to the top   [Sitemap]

This page is Copyright © Markus Breitenbach 2010. All rights reserved. Any opinions expressed here are my own and might not reflect my employers opinion.
[This page: https://cervisia.org/machine_learning_data.php/ was last modified: January 31 2011 17:06:57.]   [Home].   Email me   Visit Markus Breitenbach's other homepage.