0% found this document useful (0 votes)
15 views10 pages

Advanced Machine Learning Techniques

Uploaded by

nainitharao.b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views10 pages

Advanced Machine Learning Techniques

Uploaded by

nainitharao.b
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

SESSION 09

Advanced Machine Learning Techniques


Agenda

What is Machine Learning ?


Types of Machine Learning
Key Terminologies
Real-World Applications of Machine Learning.
Setting up the Environment and Exploring Python
Libraries
What is Machine learning ?

What is Machine
Machine learning is a type of technology that allows
learning Frameworks?
computers to learn from data and make decisions or
predictions without being programmed to do so. The more
data it gets, the better it becomes at making those decisions.
Types of Machine Learning

Supervised Learning
Unsupervised Learning
Reinforcement Learning
1.Supervised Learning
In supervised learning, you train the model on a labeled dataset.
Example :Image Classification, Voice Recognition / Speech-to-Text.

2. Unsupervised Learning
In unsupervised learning, the dataset does not have labels. The model
tries to find hidNdOenD Ep aJtSterns or structures in the data.
Example : Recommender Systems.
3. Reinforcement Learning
Reinforcement Learning (RL) is a type of machine learning
where an agent learns to make decisions by interacting
with its environment. Example:Autonomous Vehicles (Self-
Driving Cars).
Key Terminologies:

Dataset: Collection of data used to train and test models.


Features: Input variables used to predict outcomes.
Labels: Output variables that the model tries to predict.
Training/Testing: The process of using the data to build a
model and then testing it on unseen data.
Model: The algorithm or function that makes predictions.
Real-World Applications of Machine Learning

Healthcare
E-commerce
Autonomous Vehicles
Social Media & Content Platforms
Cybersecurity
Setting up the Environment and Exploring Python Libraries

Step 1: Install the Libraries


Step 2: Introduction to NumPy (Numerical Computing)
Step 3: Introduction to Pandas (Data Handling and Manipulation)
THANK YOU

You might also like