Skip to content

ernanhughes/questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

43 Machine Learning Questions and Answers with Python examples

This is the repo for the blog post here:

1. What is overfitting, and how can you prevent it in machine learning?
2. What is the difference between supervised and unsupervised learning?
3. What is cross-validation, and why is it important?
4. What is regularization, and what types of regularization are commonly used?
5. What is the bias-variance tradeoff?
6. What are decision trees, and how do they work?
7. What is gradient descent?
8. What is the “curse of dimensionality��?
9. How do you evaluate the performance of a classification model?
10. What is ensemble learning?
11. What is the difference between classification and regression?
12. What are the different types of gradient descent algorithms?
13. What is the difference between bagging and boosting?
14. What is the purpose of the activation function in neural networks?
15. What is the ROC curve, and how do you interpret it?
16. What is the difference between L1 and L2 regularization?
17. How does k-NN (k-Nearest Neighbors) algorithm work?
18. What is the difference between a generative and discriminative model?
19. What is the “exploding gradient problem” in neural networks?
20. What are the advantages and disadvantages of using decision trees?
21. What is the difference between deep learning and traditional machine learning?
22. What are hyperparameters, and how do you tune them?
23. What is PCA (Principal Component Analysis)? How is it used?
24. What are the differences between bagging and boosting?
25. What is the difference between a generative and discriminative model?
26. What is a Random Forrest?
27. What is a perceptron?
28. What is an outlier, and how do you handle it in machine learning?
29. What is an ROC curve, and how do you interpret it?
30. What is the purpose of feature scaling, and which methods are commonly used?
31. What is the difference between a classification problem and a regression problem?
32. What is dropout, and why is it used in deep learning?
33. What is a confusion matrix, and how is it used to evaluate a model’s performance?
34. What is the purpose of the learning rate in training machine learning models?
35. What is a support vector machine (SVM), and how does it work?
36. What is the difference between a greedy algorithm and dynamic programming?
37. What are eigenvalues and eigenvectors, and how are they used in machine learning?
38. How do you handle missing data in a dataset?
39. What is the purpose of the loss function in machine learning?
40. How do you select features for a machine learning model?
41. What is Linear Least Square Regression?
42. What are Lasso, Ridge, and ElasticNet regularization?
43. What is LogisticRegression?

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors