What is the difference between supervised and unsupervised learning?
Machine Learning
22 questions
Define overfitting in machine learning.
What is a confusion matrix?
Explain the bias-variance trade-off.
What is the purpose of a cost function?
Define the term 'epoch' in neural networks.
What is the kernel trick in SVM?
Mention two techniques to handle missing data.
What is the difference between classification and regression?
Name any two evaluation metrics for classification models.
Explain Logistic Regression. How does it differ from Linear Regression?
Describe the steps involved in the K-Means clustering algorithm.
What is cross-validation? Explain k-fold cross-validation.
How does a Support Vector Machine (SVM) handle non-linearly separable data?
Explain the Random Forest algorithm. What are its advantages?
Discuss the concept of Gradient Descent with a suitable example.
What is PCA? Explain its significance in dimensionality reduction.
Explain the Backpropagation algorithm in Artificial Neural Networks with a detailed step-by-step mathematical derivation.
Discuss Decision Trees in detail. Explain the concepts of Entropy, Information Gain, and the ID3 algorithm.
Provide a comprehensive explanation of Ensemble Learning techniques. Compare Bagging and Boosting in detail.
Elaborate on Support Vector Machines (SVM). Explain margins, hyperplanes, and the optimization problem involved.
Explain Principal Component Analysis (PCA) algorithm step-by-step. How does it compute the principal components?