ML Important
ML Important
3. Discuss the different data formats used in machine learning. How does the choice
of data format impact learnability and model performance?
4. Explain how machine learning models learn from data compared to traditional
programming methods. Provide an example where a machine learning approach
is preferred over traditional programming.
5. Explain Reinforcement Learning (RL) in detail. How does it differ from other
machine learning paradigms like Supervised and Unsupervised Learning?
Provide examples of applications where RL is most suitable.
8. Discuss logic-based models such as decision trees and algebraic models like
support vector machines (SVM). Compare their strengths and weaknesses in
handling classification tasks.
10. How do you evaluate the performance of machine learning models across
different types (linear, logic-based, algebraic, and probabilistic)? Discuss metrics
like accuracy, precision, recall, F1-score, and ROC curves for evaluation.
11. Explain the logistic regression model. How does it handle classification
problems.
12. Compare and contrast linear regression and logistic regression. Provide examples
of scenarios where each would be appropriately used.