SlideShare ist ein Scribd-Unternehmen logo
1 von 16
INDUSTRIAL SUMMER
TRAINING
INTRODUCTION TO MACHINE LEARNING
ABHIGYAN MISHRA
20BCS6066
PH 20AIML 1 -B
ABOUT THE COMPANY -
INTERNSHALA
Internshala is an internship and online training platform, based
in Gurgaon, India.[1][2] Founded by Sarvesh Agrawal, an IIT
Madras alumnus, in 2011, the website helps students
find internships with organisations in India..
WHAT IS MACHINE LEARNING?
Machine learning (ML) is a type of artificial intelligence (AI)
that allows software applications to become more accurate
at predicting outcomes without being explicitly programmed
to do so. Machine learning algorithms use historical data as
input to predict new output values.
TYPES OF MACHINE LEARNING
SUPERVISED MACHINE LEARNING
UNSUPERVISED MACHINE LEARNING
REINFORCEMENT MACHINE LEARNING
EXPLORATORY DATA ANALYSIS
Exploratory Data Analysis refers to the critical process of performing initial
investigations on data so as to discover patterns , to spot anomalies , to test
hypothesis and to check assumptions with the help of summary statistics and
graphical representations. exploratory data analysis is an approach of analyzing data
sets to summarize their main characteristics, often using statistical graphics and
other data visualization methods.
The four types of EDA are univariate non-graphical, multivariate non- graphical,
univariate graphical, and multivariate graphical.
SUPERVISED MACHINE LEARNING
Supervised learning uses a training set to teach models
to yield the desired output. This training dataset
includes inputs and correct outputs, which allow the
model to learn over time. The algorithm measures its
accuracy through the loss function, adjusting until the
error has been sufficiently minimized.
TYPES OF SUPERVISED MACHINE LEARNING
CLASSIFICATION : when the output variable is a category, such
as “red” or “blue” or “disease” and “no disease”. A classification
model attempts to draw some conclusion from observed values.
REGRESSION : when the output variable is a real or continuous
value, such as “salary” or “weight”. Many different models can be
used, the simplest is the linear regression. It tries to fit data with the
best hyper-plane which goes through the points.
LOGISTIC REGRESSION : Logistic regression is a calculation used to predict a binary
outcome: either something happens, or does not. This can be exhibited as Yes/No, Pass/Fail, Alive/Dead,
etc. Independent variables are analyzed to determine the binary outcome with the results falling into one of two
categories. The independent variables can be categorical or numeric, but the dependent variable is always
categorical.
K-NEAREST NEIGHBORS : K-nearest neighbors (k-NN) is a pattern recognition algorithm
that uses training datasets to find the k closest relatives in future examples. When k-NN is used in classification,
you calculate to place data within the category of its nearest neighbor. If k = 1, then it would be placed in the class
nearest 1. K is classified by a plurality poll of its neighbors.
 NAIVE BAYES : Naive Bayes calculates the possibility of whether a data point belongs
within a certain category or does not. In text analysis ,it can be used to categorize words or phrases
as belonging to a preset “tag” (classification) or not.
 DECISION TREE : A decision tree is a supervised learning algorithm that is perfect for
classification problems, as it’s able to order classes on a precise level. It works like a flow chart,
separating data points into two similar categories at a time from the “tree trunk” to “branches,” to
“leaves,” where the categories become more finitely similar. This creates categories within categories,
allowing for organic classification with limited human supervision.
 SUPPORT VECTOR MACHINES : A support vector machine (SVM) Uses algorithms
to train and classify data within degrees of polarity, taking it to a degree beyond X/Y prediction. The
goal of the SVM algorithm is to create the best line or decision boundary that can segregate n-
dimensional space into classes so that we can easily put the new data point in the correct category in
the future. This best decision boundary is called a hyperplane.
UNSUPERVISED MACHINE LEARNING
 Unsupervised learning is helpful for finding useful insights from the data.
 Unsupervised learning is much similar as a human learns to think by their
own experiences, which makes it closer to the real AI.
 Unsupervised learning works on unlabeled and uncategorized data which
make unsupervised learning more important.
 In real-world, we do not always have input data with the corresponding
output so to solve such cases, we need unsupervised learning.
TYPES OF UNSUPERVISED LEARNING
CLUSTERING : Clustering is a method of grouping the objects into clusters such that objects
with most similarities remains into a group and has less or no similarities with the objects of
another group. Cluster analysis finds the commonalities between the data objects and categorizes
them as per the presence and absence of those commonalities.
ASSOCIATION : An association rule is an unsupervised learning method which is used for
finding the relationships between variables in the large database. It determines the set of items that
occurs together in the dataset. Association rule makes marketing strategy more effective. Such as
people who buy X item (suppose a bread) are also tend to purchase Y (Butter/Jam) item. A typical
example of Association rule is Market Basket Analysis.
K-MEANS : K-Means Clustering ,which groups the unlabeled dataset into different clusters. Here K
defines the number of pre-defined clusters that need to be created in the process, as if K=2, there will be two
clusters, and for K=3, there will be three clusters, and so on. It allows us to cluster the data into different groups
and a convenient way to discover the categories of groups in the unlabeled dataset on its own without the need
for any training. It is a centroid-based algorithm, where each cluster is associated with a centroid. The main aim of
this algorithm is to minimize the sum of distances between the data point and their corresponding clusters.
NEURAL NETWORKS : A neural network is a method in artificial intelligence that teaches
computers to process data in a way that is inspired by the human brain. It is a type of machine learning process,
called deep learning, that uses interconnected nodes or neurons in a layered structure that resembles the human
brain. It creates an adaptive system that computers use to learn from their mistakes and improve continuously.
Thus, artificial neural networks attempt to solve complicated problems, like summarizing documents or
recognizing faces, with greater accuracy.
REINFORCEMENT MACHINE LEARNING
 Reinforcement Learning is a feedback-based Machine learning technique
in which an agent learns to behave in an environment by performing the
actions and seeing the results of actions. For each good action, the agent
gets positive feedback, and for each bad action, the agent gets negative
feedback or penalty.
 In Reinforcement Learning, the agent learns automatically using
feedbacks without any labeled data, unlike supervised learning .
 Since there is no labeled data, so the agent is bound to learn by its
experience only.
 RL solves a specific type of problem where decision making is sequential,
and the goal is long-term, such as game-playing, robotics, etc.
LEARNING OUTCOMES
LEARNT WHAT IS MACHINE LEARNING .
LEARNT TYPES OF MACHINE LEARNING.
LEARNT HOW TO ANALIZE AND CLEAN THE DATA.
LEARNT HOW TO PREDICT THE FUTURE OUTCOMES OF THE
GIVEN DATA .
LEARNT HOW MACHINE LEARNING AFFECTS OUR PRESENT
WORLD .
CONCLUSION
Machine learning approaches applied in systematic reviews of complex research
fields such as quality improvement may assist in the title and abstract inclusion
screening process. Machine learning approaches are of particular interest
considering steadily increasing search outputs and accessibility of the existing
evidence is a particular challenge of the research field quality improvement.
Increased reviewer agreement appeared to be associated with improved predictive
performance.
INTRODUCTION TO MACHINE LEARNING.pptx

Weitere ähnliche Inhalte

Was ist angesagt?

Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
butest
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
butest
 
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
Simplilearn
 

Was ist angesagt? (20)

Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Deep Learning Explained
Deep Learning ExplainedDeep Learning Explained
Deep Learning Explained
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Introduction to-machine-learning
Introduction to-machine-learningIntroduction to-machine-learning
Introduction to-machine-learning
 
Presentation on supervised learning
Presentation on supervised learningPresentation on supervised learning
Presentation on supervised learning
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
 
Unsupervised learning
Unsupervised learningUnsupervised learning
Unsupervised learning
 
Forms of learning in ai
Forms of learning in aiForms of learning in ai
Forms of learning in ai
 
Basics of Machine Learning
Basics of Machine LearningBasics of Machine Learning
Basics of Machine Learning
 
Supervised and Unsupervised Machine Learning
Supervised and Unsupervised Machine LearningSupervised and Unsupervised Machine Learning
Supervised and Unsupervised 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...
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
 
Applications in Machine Learning
Applications in Machine LearningApplications in Machine Learning
Applications in Machine Learning
 
Machine learning ppt.
Machine learning ppt.Machine learning ppt.
Machine learning ppt.
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
Machine Learning Tutorial | Machine Learning Basics | Machine Learning Algori...
 
Classification and Regression
Classification and RegressionClassification and Regression
Classification and Regression
 

Ähnlich wie INTRODUCTION TO MACHINE LEARNING.pptx

machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdf
PranavPatil822557
 
MACHINE LEARNING AND ITS APPLICATIONS (2).pptx
MACHINE LEARNING AND ITS APPLICATIONS (2).pptxMACHINE LEARNING AND ITS APPLICATIONS (2).pptx
MACHINE LEARNING AND ITS APPLICATIONS (2).pptx
ssuser442651
 
Dive into Machine Learning Event MUGDSC.pptx
Dive into Machine Learning Event MUGDSC.pptxDive into Machine Learning Event MUGDSC.pptx
Dive into Machine Learning Event MUGDSC.pptx
RakshaAgrawal21
 
Dive into Machine Learning Event--MUGDSC
Dive into Machine Learning Event--MUGDSCDive into Machine Learning Event--MUGDSC
Dive into Machine Learning Event--MUGDSC
RakshaAgrawal21
 

Ähnlich wie INTRODUCTION TO MACHINE LEARNING.pptx (20)

Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptx
 
Industrial training ppt
Industrial training pptIndustrial training ppt
Industrial training ppt
 
Top Machine Learning Algorithms Used By AI Professionals ARTiBA.pdf
Top Machine Learning Algorithms Used By AI Professionals ARTiBA.pdfTop Machine Learning Algorithms Used By AI Professionals ARTiBA.pdf
Top Machine Learning Algorithms Used By AI Professionals ARTiBA.pdf
 
Mis End Term Exam Theory Concepts
Mis End Term Exam Theory ConceptsMis End Term Exam Theory Concepts
Mis End Term Exam Theory Concepts
 
Machine Can Think
Machine Can ThinkMachine Can Think
Machine Can Think
 
machinecanthink-160226155704.pdf
machinecanthink-160226155704.pdfmachinecanthink-160226155704.pdf
machinecanthink-160226155704.pdf
 
MACHINE LEARNING AND ITS APPLICATIONS (2).pptx
MACHINE LEARNING AND ITS APPLICATIONS (2).pptxMACHINE LEARNING AND ITS APPLICATIONS (2).pptx
MACHINE LEARNING AND ITS APPLICATIONS (2).pptx
 
fINAL ML PPT.pptx
fINAL ML PPT.pptxfINAL ML PPT.pptx
fINAL ML PPT.pptx
 
Presentation machine learning
Presentation machine learningPresentation machine learning
Presentation machine learning
 
5. Machine Learning.pptx
5.  Machine Learning.pptx5.  Machine Learning.pptx
5. Machine Learning.pptx
 
An Introduction to Machine Learning
An Introduction to Machine LearningAn Introduction to Machine Learning
An Introduction to Machine Learning
 
Big Data Analytics.pptx
Big Data Analytics.pptxBig Data Analytics.pptx
Big Data Analytics.pptx
 
FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES
FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPESFUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES
FUNDAMENTALS OF MACHINE LEARNING & IT’S TYPES
 
machine learning
machine learningmachine learning
machine learning
 
Machine Learning_PPT.pptx
Machine Learning_PPT.pptxMachine Learning_PPT.pptx
Machine Learning_PPT.pptx
 
Dive into Machine Learning Event MUGDSC.pptx
Dive into Machine Learning Event MUGDSC.pptxDive into Machine Learning Event MUGDSC.pptx
Dive into Machine Learning Event MUGDSC.pptx
 
Dive into Machine Learning Event--MUGDSC
Dive into Machine Learning Event--MUGDSCDive into Machine Learning Event--MUGDSC
Dive into Machine Learning Event--MUGDSC
 
Machine Learning - Deep Learning
Machine Learning - Deep LearningMachine Learning - Deep Learning
Machine Learning - Deep Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
Introduction to machine learning
Introduction to machine learningIntroduction to machine learning
Introduction to machine learning
 

Kürzlich hochgeladen

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 

Kürzlich hochgeladen (20)

Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 

INTRODUCTION TO MACHINE LEARNING.pptx

  • 1. INDUSTRIAL SUMMER TRAINING INTRODUCTION TO MACHINE LEARNING ABHIGYAN MISHRA 20BCS6066 PH 20AIML 1 -B
  • 2. ABOUT THE COMPANY - INTERNSHALA Internshala is an internship and online training platform, based in Gurgaon, India.[1][2] Founded by Sarvesh Agrawal, an IIT Madras alumnus, in 2011, the website helps students find internships with organisations in India..
  • 3. WHAT IS MACHINE LEARNING? Machine learning (ML) is a type of artificial intelligence (AI) that allows software applications to become more accurate at predicting outcomes without being explicitly programmed to do so. Machine learning algorithms use historical data as input to predict new output values.
  • 4. TYPES OF MACHINE LEARNING SUPERVISED MACHINE LEARNING UNSUPERVISED MACHINE LEARNING REINFORCEMENT MACHINE LEARNING
  • 5. EXPLORATORY DATA ANALYSIS Exploratory Data Analysis refers to the critical process of performing initial investigations on data so as to discover patterns , to spot anomalies , to test hypothesis and to check assumptions with the help of summary statistics and graphical representations. exploratory data analysis is an approach of analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods. The four types of EDA are univariate non-graphical, multivariate non- graphical, univariate graphical, and multivariate graphical.
  • 6. SUPERVISED MACHINE LEARNING Supervised learning uses a training set to teach models to yield the desired output. This training dataset includes inputs and correct outputs, which allow the model to learn over time. The algorithm measures its accuracy through the loss function, adjusting until the error has been sufficiently minimized.
  • 7. TYPES OF SUPERVISED MACHINE LEARNING CLASSIFICATION : when the output variable is a category, such as “red” or “blue” or “disease” and “no disease”. A classification model attempts to draw some conclusion from observed values. REGRESSION : when the output variable is a real or continuous value, such as “salary” or “weight”. Many different models can be used, the simplest is the linear regression. It tries to fit data with the best hyper-plane which goes through the points.
  • 8. LOGISTIC REGRESSION : Logistic regression is a calculation used to predict a binary outcome: either something happens, or does not. This can be exhibited as Yes/No, Pass/Fail, Alive/Dead, etc. Independent variables are analyzed to determine the binary outcome with the results falling into one of two categories. The independent variables can be categorical or numeric, but the dependent variable is always categorical. K-NEAREST NEIGHBORS : K-nearest neighbors (k-NN) is a pattern recognition algorithm that uses training datasets to find the k closest relatives in future examples. When k-NN is used in classification, you calculate to place data within the category of its nearest neighbor. If k = 1, then it would be placed in the class nearest 1. K is classified by a plurality poll of its neighbors.  NAIVE BAYES : Naive Bayes calculates the possibility of whether a data point belongs within a certain category or does not. In text analysis ,it can be used to categorize words or phrases as belonging to a preset “tag” (classification) or not.
  • 9.  DECISION TREE : A decision tree is a supervised learning algorithm that is perfect for classification problems, as it’s able to order classes on a precise level. It works like a flow chart, separating data points into two similar categories at a time from the “tree trunk” to “branches,” to “leaves,” where the categories become more finitely similar. This creates categories within categories, allowing for organic classification with limited human supervision.  SUPPORT VECTOR MACHINES : A support vector machine (SVM) Uses algorithms to train and classify data within degrees of polarity, taking it to a degree beyond X/Y prediction. The goal of the SVM algorithm is to create the best line or decision boundary that can segregate n- dimensional space into classes so that we can easily put the new data point in the correct category in the future. This best decision boundary is called a hyperplane.
  • 10. UNSUPERVISED MACHINE LEARNING  Unsupervised learning is helpful for finding useful insights from the data.  Unsupervised learning is much similar as a human learns to think by their own experiences, which makes it closer to the real AI.  Unsupervised learning works on unlabeled and uncategorized data which make unsupervised learning more important.  In real-world, we do not always have input data with the corresponding output so to solve such cases, we need unsupervised learning.
  • 11. TYPES OF UNSUPERVISED LEARNING CLUSTERING : Clustering is a method of grouping the objects into clusters such that objects with most similarities remains into a group and has less or no similarities with the objects of another group. Cluster analysis finds the commonalities between the data objects and categorizes them as per the presence and absence of those commonalities. ASSOCIATION : An association rule is an unsupervised learning method which is used for finding the relationships between variables in the large database. It determines the set of items that occurs together in the dataset. Association rule makes marketing strategy more effective. Such as people who buy X item (suppose a bread) are also tend to purchase Y (Butter/Jam) item. A typical example of Association rule is Market Basket Analysis.
  • 12. K-MEANS : K-Means Clustering ,which groups the unlabeled dataset into different clusters. Here K defines the number of pre-defined clusters that need to be created in the process, as if K=2, there will be two clusters, and for K=3, there will be three clusters, and so on. It allows us to cluster the data into different groups and a convenient way to discover the categories of groups in the unlabeled dataset on its own without the need for any training. It is a centroid-based algorithm, where each cluster is associated with a centroid. The main aim of this algorithm is to minimize the sum of distances between the data point and their corresponding clusters. NEURAL NETWORKS : A neural network is a method in artificial intelligence that teaches computers to process data in a way that is inspired by the human brain. It is a type of machine learning process, called deep learning, that uses interconnected nodes or neurons in a layered structure that resembles the human brain. It creates an adaptive system that computers use to learn from their mistakes and improve continuously. Thus, artificial neural networks attempt to solve complicated problems, like summarizing documents or recognizing faces, with greater accuracy.
  • 13. REINFORCEMENT MACHINE LEARNING  Reinforcement Learning is a feedback-based Machine learning technique in which an agent learns to behave in an environment by performing the actions and seeing the results of actions. For each good action, the agent gets positive feedback, and for each bad action, the agent gets negative feedback or penalty.  In Reinforcement Learning, the agent learns automatically using feedbacks without any labeled data, unlike supervised learning .  Since there is no labeled data, so the agent is bound to learn by its experience only.  RL solves a specific type of problem where decision making is sequential, and the goal is long-term, such as game-playing, robotics, etc.
  • 14. LEARNING OUTCOMES LEARNT WHAT IS MACHINE LEARNING . LEARNT TYPES OF MACHINE LEARNING. LEARNT HOW TO ANALIZE AND CLEAN THE DATA. LEARNT HOW TO PREDICT THE FUTURE OUTCOMES OF THE GIVEN DATA . LEARNT HOW MACHINE LEARNING AFFECTS OUR PRESENT WORLD .
  • 15. CONCLUSION Machine learning approaches applied in systematic reviews of complex research fields such as quality improvement may assist in the title and abstract inclusion screening process. Machine learning approaches are of particular interest considering steadily increasing search outputs and accessibility of the existing evidence is a particular challenge of the research field quality improvement. Increased reviewer agreement appeared to be associated with improved predictive performance.