Week 04: | ||
- | ||
- |
linprog4.cs.fsu.edu
. In order to compile, an OpenCV 2.4.4 C++11 program in main.cpp
using g++ version 4.7.2, use the following command on linprog4.cs.fsu.edu
:g++47 -o main.exe main.cpp -std=c++11 -O3 -Wall -Wextra -Werror -I. -I/usr/local/include/ -I/usr/local/include/boost_1.53.0/ -L/usr/local/lib64/ -lopencv_calib3d -lopencv_contrib -lopencv_core -lopencv_features2d -lopencv_flann -lopencv_gpu -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_nonfree -lopencv_objdetect -lopencv_photo -lopencv_stitching -lopencv_ts -lopencv_video -lopencv_videostab -Wl,-rpath,/usr/local/lib64/ && ./main.exe
Order | Topic | Book | Section | Page Numbers | Pages | Presentations |
1. | Learning Decision Trees | AIMA | Section 18.3: | Pages 697–707 | (11 Pages) | Learning from Observations |
2. | Ensemble Learning | AIMA | Section 18.10: | Pages 748–753 | (6 Pages) | |
3. | Practical Machine Learning | AIMA | Section 18.11: | Pages 753–757 | (5 Pages) | Machine Learning |
4. | Chapter 18 Summary | AIMA | Section 18.12: | Pages 757–758 | (2 Pages) | |
5. | K-Means | ESLII | Section 14.3.6: | Pages 509-511 | (3 Pages) | Machine Learning |
6. | Learning with Hidden Variables: The EM Algorithm | AIMA | Section 20.3 Intro: | Pages 816–817 | (2 Pages) | Machine Learning |
7. | Unsupervised Clustering: Learning Mixtures of Gaussians | AIMA | Section 20.3.1: | Pages 817–820 | (4 Pages) | Machine Learning |
8. | Learning Bayesian Networks with Hidden Variables | AIMA | Section 20.3.2: | Pages 820–822 | (3 Pages) | Statistical Learning and Machine Learning |
9. | Chapter 20 Summary | AIMA | Section 20.4: | Page 825 | (1 Page) | |
10. | Hierarchical Clustering | ESLII | Section 14.3.12: | Page 520-528 | (9 Pages) | Hierarchical Clustering |
11. | Curse of Dimensionality | AIMA | Section 18.8.1 & Figure 18.27: | Page 739-740 | (2 Pages) | |
12. | Curse of Dimensionality | lacking capital(s) by Boris Babenko | harry potter and the curse of dimensionality: | Blog Post | (1 Page) | Curse of Dimensionality |
13. | Curse of Dimensionality | on Topology by John Moeller | Reasoning in Higher Dimensions: Measure: | Blog Post | (1 Page) | Curse of Dimensionality |
Order | Topic | Book | Section | Page Numbers | Pages | Presentations |
1. | Local Methods in High Dimensions | ESLII | Section 2.5: | Page 22-27 | (6 Pages) | Curse of Dimensionality |