Introduction
The power of algorithms in machine learning
()
What you should know
()
What tools you need
()
Using the exercise files
()
1. Review of Foundations
Defining model vs. algorithm
()
Process overview
()
Clean continuous variables
()
Clean categorical variables
()
Split into train, validation, and test set
()
2. Logistic Regression
What is logistic regression?
()
When should you consider using logistic regression?
()
What are the key hyperparameters to consider?
()
Fit a basic logistic regression model
()
3. Support Vector Machines
What is Support Vector Machine?
()
When should you consider using SVM?
()
What are the key hyperparameters to consider?
()
Fit a basic SVM model
()
4. Multi-layer Perceptron
What is a multi-layer perceptron?
()
When should you consider using a multi-layer perceptron?
()
What are the key hyperparameters to consider?
()
Fit a basic multi-layer perceptron model
()
5. Random Forest
What is Random Forest?
()
When should you consider using Random Forest?
()
What are the key hyperparameters to consider?
()
Fit a basic Random Forest model
()
6. Boosting
What is boosting?
()
When should you consider using boosting?
()
What are the key hyperparameters to consider boosting?
()
Fit a basic boosting model
()
7. Summary
Why do you need to consider so many different models?
()
Conceptual comparison of algorithms
()
Final model selection and evaluation
()
Ex_Files_Machine_Learning_Algorithms.zip
(5.4 MB)