SlideShare a Scribd company logo
1 of 23
DEPARTMENT OF COMPUTER SCIENCE &
ENGG.
Presented By: Bhimsen D Joshi
Lecturer/CSE
B.L.D.E.A’S S.S.M. POLYTECHNIC
VIJAYAPUR
B.L.D.E.A’S S.S.M
POLYTECHNIC VIJAYAPUR
SEMINAR ON FUNDAMENTALS OF
MACHINE LEARNING & IT’S TYPES
TOPICS
What is Machine Learning ?
Definition.
Machine Learning (ML) types.
WHAT IS MACHINE LEARNING ?
The term machine learning was first introduced
by Arthur Samuel in 1959. Machine Learning is
said as a subset of artificial intelligence that is
mainly concerned with the development of
algorithms which allow the computer to learn from
the data and past experiences on their own.
DEFINITION
Machine learning enables a machine to automatically
learn from data, improve performance from
experiences, and predict things without being
explicitly programmed.
MACHINE LEARNING (ML) TYPES
 Supervised Machine Learning.
 Unsupervised Machine Learning.
 Semi-Supervised Machine Learning.
 Reinforcement Learning.
SUPERVISED MACHINE LEARNING
First, we train the machine with the input and
corresponding output, and then we ask the machine
to predict the output using the test dataset.
Applications of supervised learning are Fraud
Detection, Spam filtering, Risk Assessment etc.
EXAMPLE OF SUPERVISED MACHINE LEARNING
Suppose we have an input dataset of cats and cow images. So, first, we
will provide the training to the machine to understand the images, such
as the shape & size of the tail of cat and cow, Shape of eyes, colour,
height (cows are taller, cats are smaller), etc. After completion of
training, we input the picture of a cat and ask the machine to identify
the object and predict the output. Now, the machine is well trained, so
it will check all the features of the object, such as height, shape,
colour, eyes, ears, tail, etc., and find that it's a cat. So, it will put it in
the Cat category. This is the process of how the machine identifies the
objects in Supervised Learning.
CLASSIFICATION OF SUPERVISED ML.
 Classification
 Regression
 CLASSIFICATION
Classification algorithms are used to solve the
classification problems in which the output variable is
categorical, such as "Yes" or No, Male or Female, Red or
Blue, etc. The classification algorithms predict the
categories present in the dataset. Some real-world
examples of classification algorithms are Spam Detection,
Email filtering, etc.
CLASSIFICATION OF SUPERVISED ML.
Regression
Regression algorithms are used to solve regression
problems in which there is a linear relationship
between input and output variables. These are used
to predict continuous output variables, such as
market trends, weather prediction, etc.
APPLICATIONS OF SUPERVISED LEARNING
Image Segmentation:
Medical Diagnosis:
Fraud Detection
Spam detection
Speech Recognition
UNSUPERVISED MACHINE LEARNING
In unsupervised machine learning, the machine is
trained using the unlabeled dataset, and the machine
predicts the output without any supervision.
EXAMPLE OF UNSUPERVISED ML
Suppose there is a basket of fruit images, and we
input it into the machine learning model. The images
are totally unknown to the model, and the task of the
machine is to find the patterns and categories of the
objects.
CATEGORIES OF UNSUPERVISED ML
1) Clustering
The clustering technique is used when we want to find the
inherent groups from the data. It is a way to group the
objects into a cluster such that the objects with the most
similarities remain in one group and have fewer or no
similarities with the objects of other groups. An example of
the clustering algorithm is grouping the customers by their
purchasing behaviour.
CATEGORIES OF UNSUPERVISED ML
2) Association
Association rule learning is an unsupervised learning
technique, which finds interesting relations among
variables within a large dataset. The main aim of this
learning algorithm is to find the dependency of one data
item on another data item and map those variables
accordingly so that it can generate maximum profit. This
algorithm is mainly applied in Market Basket analysis,
Web usage mining, continuous production, etc.
APPLICATIONS OF UNSUPERVISED LEARNING
Network Analysis.
Recommendation
Anomaly Detection.
Singular Value Decomposition.
SEMI-SUPERVISED LEARNING
Semi-Supervised learning is a type of Machine
Learning algorithm that lies between Supervised
and Unsupervised machine learning. It represents
the intermediate ground between Supervised (With
Labelled training data) and Unsupervised learning
(with no labelled training data) algorithms and uses
the combination of labelled and unlabeled datasets
during the training period.
EXAMPLE SEMI-SUPERVISED LEARNING
Supervised learning is where a students are under the
supervision of an instructor at home and college.
Further, if that students are self-analysing the same
concept without any help from the instructor, it
comes under unsupervised learning. Under semi-
supervised learning, the students have to revise
themself after analyzing the same concept under the
guidance of an instructor at college.
REINFORCEMENT LEARNING
Reinforcement learning works on a feedback-based
process, in which an AI agent (A software
component) automatically explore its surrounding by
hitting & trail, taking action, learning from
experiences, and improving its performance. Agent
gets rewarded for each good action and get punished for
each bad action; hence the goal of reinforcement learning
agent is to maximize the rewards.
.
EXAMPLE OF REINFORCEMENT LEARNING
A child learns various things by experiences in his
day-to-day life. An example of reinforcement
learning is to play a game, where the Game is the
environment, moves of an agent at each step define
states, and the goal of the agent is to get a high score.
Agent receives feedback in terms of punishment and
rewards.
.
CATEGORIES OF REINFORCEMENT LEARNING
Positive Reinforcement Learning:
Positive reinforcement learning specifies increasing
the tendency that the required behavior would occur
again by adding something. It enhances the strength
of the behavior of the agent and positively impacts it.
CATEGORIES OF REINFORCEMENT LEARNING
Negative Reinforcement Learning:
Negative reinforcement learning works exactly opposite to
the positive RL. It increases the tendency that the specific
behavior would occur again by avoiding the negative
condition.
APPLICATIONS OF REINFORCEMENT LEARNING
Video Games.
Resource Management.
Robotics.
Text Mining.
FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES

More Related Content

What's hot

What's hot (20)

Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
 
Electric vehicles
Electric vehicles Electric vehicles
Electric vehicles
 
machine learning
machine learningmachine learning
machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Autonomous Vehicles
Autonomous VehiclesAutonomous Vehicles
Autonomous Vehicles
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learning
 
Distributed machine learning
Distributed machine learningDistributed machine learning
Distributed machine learning
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Electric vehicles
Electric vehiclesElectric vehicles
Electric vehicles
 
Electric Vehicles
Electric VehiclesElectric Vehicles
Electric Vehicles
 
Machine learning seminar ppt
Machine learning seminar pptMachine learning seminar ppt
Machine learning seminar ppt
 
Supervised learning
  Supervised learning  Supervised learning
Supervised learning
 
The fundamentals of Machine Learning
The fundamentals of Machine LearningThe fundamentals of Machine Learning
The fundamentals of Machine Learning
 
Class and object_diagram
Class  and object_diagramClass  and object_diagram
Class and object_diagram
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning-Linear regression
Machine Learning-Linear regressionMachine Learning-Linear regression
Machine Learning-Linear regression
 
Machine learning
Machine learningMachine learning
Machine learning
 
Interpretable machine learning
Interpretable machine learningInterpretable machine learning
Interpretable machine learning
 
Naive bayes
Naive bayesNaive bayes
Naive bayes
 

Similar to FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES

A Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement LearningA Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement Learningijtsrd
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningSujith Jayaprakash
 
Machine Learning
Machine LearningMachine Learning
Machine LearningAmit Kumar
 
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...RavindraSinghKushwah1
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxAbhigyanMishra17
 
Machine learning
Machine learningMachine learning
Machine learningeonx_32
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine LearningVedaj Padman
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxsrikanthkallem1
 
Machine Learning and its types - Internship Presentation - week 8
Machine Learning and its types - Internship Presentation - week 8Machine Learning and its types - Internship Presentation - week 8
Machine Learning and its types - Internship Presentation - week 8Devang Garach
 
machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfPranavPatil822557
 
Machine learning
Machine learningMachine learning
Machine learningPawanCT
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfTemok IT Services
 
Machine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsMachine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsShrutika Oswal
 
Reinforcement Learning, Application and Q-Learning
Reinforcement Learning, Application and Q-LearningReinforcement Learning, Application and Q-Learning
Reinforcement Learning, Application and Q-LearningAbdullah al Mamun
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.pptARVIND SARDAR
 
Machine learning
Machine learningMachine learning
Machine learningAbrar ali
 
An-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxAn-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxsomeyamohsen3
 

Similar to FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES (20)

A Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement LearningA Review on Introduction to Reinforcement Learning
A Review on Introduction to Reinforcement Learning
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
Machine Learning PPT BY RAVINDRA SINGH KUSHWAHA B.TECH(IT) CHAUDHARY CHARAN S...
 
INTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptxINTRODUCTION TO MACHINE LEARNING.pptx
INTRODUCTION TO MACHINE LEARNING.pptx
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning by Rj
Machine Learning by RjMachine Learning by Rj
Machine Learning by Rj
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptx
 
Machine Learning and its types - Internship Presentation - week 8
Machine Learning and its types - Internship Presentation - week 8Machine Learning and its types - Internship Presentation - week 8
Machine Learning and its types - Internship Presentation - week 8
 
machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdf
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Can Think
Machine Can ThinkMachine Can Think
Machine Can Think
 
what-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdfwhat-is-machine-learning-and-its-importance-in-todays-world.pdf
what-is-machine-learning-and-its-importance-in-todays-world.pdf
 
Machine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domainsMachine learning applications nurturing growth of various business domains
Machine learning applications nurturing growth of various business domains
 
Reinforcement Learning, Application and Q-Learning
Reinforcement Learning, Application and Q-LearningReinforcement Learning, Application and Q-Learning
Reinforcement Learning, Application and Q-Learning
 
Machine Learning Ch 1.ppt
Machine Learning Ch 1.pptMachine Learning Ch 1.ppt
Machine Learning Ch 1.ppt
 
Machine learning
Machine learningMachine learning
Machine learning
 
An-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptxAn-Overview-of-Machine-Learning.pptx
An-Overview-of-Machine-Learning.pptx
 

Recently uploaded

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 

Recently uploaded (20)

Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 

FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES

  • 1. DEPARTMENT OF COMPUTER SCIENCE & ENGG. Presented By: Bhimsen D Joshi Lecturer/CSE B.L.D.E.A’S S.S.M. POLYTECHNIC VIJAYAPUR B.L.D.E.A’S S.S.M POLYTECHNIC VIJAYAPUR SEMINAR ON FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES
  • 2. TOPICS What is Machine Learning ? Definition. Machine Learning (ML) types.
  • 3. WHAT IS MACHINE LEARNING ? The term machine learning was first introduced by Arthur Samuel in 1959. Machine Learning is said as a subset of artificial intelligence that is mainly concerned with the development of algorithms which allow the computer to learn from the data and past experiences on their own.
  • 4. DEFINITION Machine learning enables a machine to automatically learn from data, improve performance from experiences, and predict things without being explicitly programmed.
  • 5. MACHINE LEARNING (ML) TYPES  Supervised Machine Learning.  Unsupervised Machine Learning.  Semi-Supervised Machine Learning.  Reinforcement Learning.
  • 6. SUPERVISED MACHINE LEARNING First, we train the machine with the input and corresponding output, and then we ask the machine to predict the output using the test dataset. Applications of supervised learning are Fraud Detection, Spam filtering, Risk Assessment etc.
  • 7. EXAMPLE OF SUPERVISED MACHINE LEARNING Suppose we have an input dataset of cats and cow images. So, first, we will provide the training to the machine to understand the images, such as the shape & size of the tail of cat and cow, Shape of eyes, colour, height (cows are taller, cats are smaller), etc. After completion of training, we input the picture of a cat and ask the machine to identify the object and predict the output. Now, the machine is well trained, so it will check all the features of the object, such as height, shape, colour, eyes, ears, tail, etc., and find that it's a cat. So, it will put it in the Cat category. This is the process of how the machine identifies the objects in Supervised Learning.
  • 8. CLASSIFICATION OF SUPERVISED ML.  Classification  Regression  CLASSIFICATION Classification algorithms are used to solve the classification problems in which the output variable is categorical, such as "Yes" or No, Male or Female, Red or Blue, etc. The classification algorithms predict the categories present in the dataset. Some real-world examples of classification algorithms are Spam Detection, Email filtering, etc.
  • 9. CLASSIFICATION OF SUPERVISED ML. Regression Regression algorithms are used to solve regression problems in which there is a linear relationship between input and output variables. These are used to predict continuous output variables, such as market trends, weather prediction, etc.
  • 10. APPLICATIONS OF SUPERVISED LEARNING Image Segmentation: Medical Diagnosis: Fraud Detection Spam detection Speech Recognition
  • 11. UNSUPERVISED MACHINE LEARNING In unsupervised machine learning, the machine is trained using the unlabeled dataset, and the machine predicts the output without any supervision.
  • 12. EXAMPLE OF UNSUPERVISED ML Suppose there is a basket of fruit images, and we input it into the machine learning model. The images are totally unknown to the model, and the task of the machine is to find the patterns and categories of the objects.
  • 13. CATEGORIES OF UNSUPERVISED ML 1) Clustering The clustering technique is used when we want to find the inherent groups from the data. It is a way to group the objects into a cluster such that the objects with the most similarities remain in one group and have fewer or no similarities with the objects of other groups. An example of the clustering algorithm is grouping the customers by their purchasing behaviour.
  • 14. CATEGORIES OF UNSUPERVISED ML 2) Association Association rule learning is an unsupervised learning technique, which finds interesting relations among variables within a large dataset. The main aim of this learning algorithm is to find the dependency of one data item on another data item and map those variables accordingly so that it can generate maximum profit. This algorithm is mainly applied in Market Basket analysis, Web usage mining, continuous production, etc.
  • 15. APPLICATIONS OF UNSUPERVISED LEARNING Network Analysis. Recommendation Anomaly Detection. Singular Value Decomposition.
  • 16. SEMI-SUPERVISED LEARNING Semi-Supervised learning is a type of Machine Learning algorithm that lies between Supervised and Unsupervised machine learning. It represents the intermediate ground between Supervised (With Labelled training data) and Unsupervised learning (with no labelled training data) algorithms and uses the combination of labelled and unlabeled datasets during the training period.
  • 17. EXAMPLE SEMI-SUPERVISED LEARNING Supervised learning is where a students are under the supervision of an instructor at home and college. Further, if that students are self-analysing the same concept without any help from the instructor, it comes under unsupervised learning. Under semi- supervised learning, the students have to revise themself after analyzing the same concept under the guidance of an instructor at college.
  • 18. REINFORCEMENT LEARNING Reinforcement learning works on a feedback-based process, in which an AI agent (A software component) automatically explore its surrounding by hitting & trail, taking action, learning from experiences, and improving its performance. Agent gets rewarded for each good action and get punished for each bad action; hence the goal of reinforcement learning agent is to maximize the rewards. .
  • 19. EXAMPLE OF REINFORCEMENT LEARNING A child learns various things by experiences in his day-to-day life. An example of reinforcement learning is to play a game, where the Game is the environment, moves of an agent at each step define states, and the goal of the agent is to get a high score. Agent receives feedback in terms of punishment and rewards. .
  • 20. CATEGORIES OF REINFORCEMENT LEARNING Positive Reinforcement Learning: Positive reinforcement learning specifies increasing the tendency that the required behavior would occur again by adding something. It enhances the strength of the behavior of the agent and positively impacts it.
  • 21. CATEGORIES OF REINFORCEMENT LEARNING Negative Reinforcement Learning: Negative reinforcement learning works exactly opposite to the positive RL. It increases the tendency that the specific behavior would occur again by avoiding the negative condition.
  • 22. APPLICATIONS OF REINFORCEMENT LEARNING Video Games. Resource Management. Robotics. Text Mining.