notes machine learning
A note for Machine Learning
Reference: Kevin Murphy, Machine Learning A Probability Perspective
http://www.cs.ubc.ca/~murphyk/MLbook/pml-intro-22may12.pdf
- predictive / supervised learning: map x -> y
- training set D
- if y categorical : classification, pattern recognition
- if y real number: regression
- descriptive (unsupervised learning)
- only have D
- to find interesting patterns (knowledge discovery)
- discover clusters
- latent factors (PCA)
- matrix completion
- Concepts
- parametric model vs non-parametric model
- k nearest neighbor
- curse of dimensionality
Methods
http://blagrants.blogspot.com/2014/01/machine-learning-with-r-book-review.html
- Nearest Neighbor
- naive Bayes
- Decision Trees
- Classification Rule Learners
- Linear Regression
- Regression Trees
- Model Trees
- Neural Networks
- SVM
- Association Rules
- K-means Clustering
- Random Forest
Check book Machine Learning with R by Brett Lantz
Published
03 January 2014
Modified
1 July 2014