What is Machine Learning?
What is the objective of ML and how does it work?
What are the advantages associated to ML? What are the classes of ML techniques?
What is Supervised ML?
What are the categories of data sets that can be used in Supervised learning?
What is unsupervised learning?
What type of problems are well suited for the unsupervised ML?
What is Deep learning?
What is reinforcement learning?
What are deep learning and reinforcement learning based upon?
When creating a model, how do you divide the data into samples?
What is generalization?
What is Overfitting?
How do you explain the type of fit of the Model?
What is the complexity of the model based upon?
How are out-of-sample errors categorised?
What are learning curves and what is a robust model?
What are some methods to reduce overfitting of the data in Supervised Machine learning?
What are the different types of algorithms under Supervised Learning?
Explain Penalised Regression.
What is Regularization?
What is Penalised Regression useful for?
What is the Support Vector Machine algorithm?
What to use when data is not perfectly linearly separable?