ML Day 1
ML Day 1
NOTES
Topic 1: Introduction to Machine Learning
2. Unsupervised Learning:
3. Semi-supervised Learning:
Semi-supervised learning combines both labeled and
unlabeled data for training. It leverages a small amount of
labeled data and a large amount of unlabeled data to improve
learning accuracy.
4. Reinforcement Learning:
Task 2
Here are some questions related to the notes on Introduction to Machine Learning and
Types of Machine Learning:
1. What is machine learning, and how does it differ from traditional programming?
2. Explain the importance of data in machine learning. How is data used in the machine
learning process?
3. Describe the machine learning workflow from data collection to model deployment.
4. What are some key concepts in machine learning, such as algorithms, models, training,
and evaluation?
7. What are the challenges and considerations in deploying machine learning models in
production environments?
8. Compare and contrast supervised learning and unsupervised learning techniques. Give
examples of problems suitable for each approach.
9. Explain the concept of model evaluation in machine learning. What are some common
evaluation metrics used to assess model performance?
10. How is machine learning influencing the development of autonomous systems and
robotics?
1. Define supervised learning and unsupervised learning. What are the main differences
between these two types of learning?
3. What are some common algorithms used for clustering in unsupervised learning?
Describe a scenario where clustering would be beneficial.
4. Explain the concept of dimensionality reduction in machine learning. How does PCA
(Principal Component Analysis) help in reducing the dimensionality of data?
5. Describe semi-supervised learning and its advantages over supervised and unsupervised
learning approaches.
6. What is reinforcement learning? How does reinforcement learning differ from other types
of machine learning, and what are its applications?
7. Discuss the bias-variance tradeoff in machine learning. How does model complexity affect
the bias and variance of a model?
8. How do machine learning models handle ethical considerations, such as fairness and
transparency? Provide examples of ethical challenges in machine learning applications.
9. What are some techniques for feature engineering? Why is feature engineering important
in preparing data for machine learning algorithms?
10. Compare the scalability and computational requirements of different machine learning
algorithms, such as neural networks and decision trees.