This is going to be a record of the learning paths following the book by Brett Lantz on the topic of machine learning with R. In particular I will work out projects on the following topics.
- Classification using Nearest Neighbors
- Classification using Probability (Bayes)
- Classification using Divide and Conquer (Decision Tree)
- Regression (Linear Regression/ Regression Tree/ Model Tree)
- Clustering with k-means
- Neural Networks & SVM
- Improvement
- Pattern In general