Machine Learning L1
Machine Learning L1
Healthcare
❖ Medical Imaging: Used for detecting abnormalities
in X-rays, MRIs, and CT scans, such as identifying
tumors.
❖ Predictive healthcare analytics: ML models are
trained on medical data to predict diseases (e.g.,
cancer, diabetes) and patient outcomes.
Many domains and applications
Finance
❖ Algorithmic Trading: Predicts
market trends and automates
trading strategies based on large
datasets and real-time data.
❖ Credit Scoring: Assesses
creditworthiness by analyzing
behavioral and financial data.
Many domains and applications
Autonomous Systems
❖ Self-driving Cars: ML is central to autonomous
driving systems, enabling vehicles to perceive the
environment and make driving decisions.
❖ Smart Homes: ML enables home automation
systems to learn user preferences and automate
household tasks (e.g., Nest thermostats).
Many domains and applications
Agriculture
❖ Crop Disease Detection: Identifies diseases in
plants and crops using image recognition.
❖ Automated Irrigation: Predicts optimal irrigation
schedules based on weather and soil conditions.
Types of Learning
Types of learning
● Supervised learning
○ Given: training data + desired outputs(labels)
● Unsupervised learning
○ Given: training data (without desired outputs)
● Semi-supervised learning
○ Given: training data + a fewdesired outputs
● Reinforcement learning
○ Rewards from sequence ofactions
Supervised learning
Predefined classes means, it will produce output only from the labels
defined in the dataset. For example, even if we input a bus, it will
produce either CAR or BIKE
Supervised learning: Regression
Supervised learning
In the unsupervised learning, we do not need to know the labels or Ground truth
values. The task is to identify the patterns like group the similar objects together.
Unsupervised learning
Unsupervised learning