Answering the following questions is of extreme importance: you are building your ML foundations—do not skip this step!
- Given a dataset of 1,000 labeled examples, what do you have to do if you want to measure the performance of a supervised learning algorithm during the training, validation, and test phases, while using accuracy as the unique metric?
- What is the difference between supervised and unsupervised learning?
- What is the difference between precision and recall?
- A model in a high-recall regime produces more or less false positives than a model in a low recall regime?
- Can the confusion matrix only be used in a binary classification problem? If not, how can we use it in a multiclass classification problem?
- Is one-class classification a supervised learning problem? If yes, why? If no, why?
- If a binary classifier has an AUC of 0.5, what can you conclude from...