0% found this document useful (0 votes)
61 views17 pages

Final

This document discusses machine learning using Python. It defines machine learning as a subset of artificial intelligence that allows computers to learn without being explicitly programmed. It then describes the machine learning process flow, types of machine learning including supervised, unsupervised and reinforcement learning, how to choose the right machine learning model, advantages of using Python for machine learning, and applications and benefits of machine learning.

Uploaded by

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

Final

This document discusses machine learning using Python. It defines machine learning as a subset of artificial intelligence that allows computers to learn without being explicitly programmed. It then describes the machine learning process flow, types of machine learning including supervised, unsupervised and reinforcement learning, how to choose the right machine learning model, advantages of using Python for machine learning, and applications and benefits of machine learning.

Uploaded by

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

ADIKAVI NANNAYA UNIVERSITY

TOPIC : MACHINE LEARNING USING PYTHON

NALLALA HARI VIJAY RAM GOPAL


208297603033
Agenda
• What is Machine Learning and its process flow
• Types of Machine Learning
• How To Choose The Right Machine Learning Model
• Why we use Python for Machine Learning
• Advantages of Machine Learning with Python
• Machine Learning Applications
• Benefits of Machine Learning
What is Machine Learning?
Machine Learning is a subset of artificial intelligence (AI) that provides
computers with the ability to learn without being explicitly programmed.

How to achieve?
Machine Learning uses data to detect patterns and create a model
and adjust program actions accordingly.
What is Machine Learning?
Machine Learning Process Flow
Using the data, the system learns an algorithm, and then uses it to build a predictive model. The system
then performs the recommended task and uses feedback data to tune the the model to be more accurate.
Machine Learning Example
Example: Product Recommendation Engine
Types Of Machine Learning

Supervised Unsupervised Reinforcement


Learning Learning Learning
Supervised Learning
Supervised learning is where you have input variables (X) and an output variable (Y)
and you use an algorithm to learn the mapping function from the input to the output.

Y= f(X)

It is called Supervised Learning because the process of an


algorithm learning from the training dataset can be thought as
teacher supervising the learning process.
Data Set Supervised Learning
Unsupervised Learning
• Unsupervised learning is the training of a model using information that is neither
classified nor labelled.
• This model can be used to cluster the input data in classes on the basis of their
statistical properties.
Reinforcement Learning
• Reinforcement Learning is learning by interacting with a space or an environment.
• An RL agent learns from the consequences of its actions, rather than from being taught explicitly.
It selects its actions on basis of its past experiences and also by new choices (exploration).
Choosing The Right Machine Learning Model
Model Selection
Model Selection in Machine Learning is the process of choosing the
best suited model for a particular problem. Selecting a model
depends on various factors such as the dataset, task, nature of the
model, etc.
Choosing The Right Machine Learning Model

Models can be selected based on


1. Type of Data available
 a. Images & Videos
 b. Text data or Speech data
 c. Numerical data

2. Based on the task we need to carry out


 a. Classification tasks
 b. Regression tasks
 c. Clustering tasks 
Advantages of Machine Learning with Python
• Independence across platforms   

• Consistency and simplicity

• Frameworks and libraries variety


Machine Learning Applications

Google Assistant Health Retai


Care l
Benefits of Machine Learning

• Powerful Processing
• Better Decision Making & Prediction
• Quicker Processing
• Accurate
• Affordable Data Management
• Inexpensive
• Analyzing Complex Big Data
THANK YOU...
N.HARI VIJAY

You might also like