From d010d99c71d3a70ea7e47af8322fb2aea7ca68f7 Mon Sep 17 00:00:00 2001 From: grantathon Date: Wed, 13 May 2015 15:09:29 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 791daf4..a7474a2 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,6 @@ Project & assignments for Machine Learning for Applications in Computer Visi Assignments ==================== -1. Classify MNIST datasets using optimized SVMs, decision trees, and random forests. +1. Classify MNIST datasets using optimized SVMs, decision trees, random forests, and boosting methods. 2. Classify ImageNet datasets using neural networks through the Caffe framework. +3. Classify statistically random datasets using Gaussian processes.