Generally, what is Machine Learning?
What are the Key categories of ML?
What are the two main tasks of ML?
What are some other tasks?
What are the common ways to measure the performance for classifications?
What are the common ways to measure the performance for classifications?
What is our basic notation?
What does a design matrix look like? What is the notation?
With this notation, what is the goal of supervised learning?
What is a train-test split?
Standard pipeline for machine learning?
What model will we generally use for regression ML?
In our regression models, what do we seek to minimise?
How do we go about minimising the MSE in practice?
How can I visualise this algebra?
What is the intercept in linear regression models referred to?
What are training errors, and what are test/generalisation errors?
What are underfitting and overfitting, and how do they relate to these errors?
What is a way to control the capacity?
What is Regularisation?
How does Regularisation apply to linear regression?
What are hyperparameters?
What is the standard training cross-validation protocol?
What is Cross-validation? How do we use it to pick the best Hyperparameters for our model?
What is the k-fold cross-validation method?
What is grid search for hyperparameter search?