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.