KEMBAR78
Intro/Overview on Machine Learning Presentation | PPTX
DEPARTMENT OF COMPUTER SCIENCE &
ENGINEERING
FACULTY OF ENGINEERING AND TECHNOLOGY
GURUKUL KANGRI UNIVERSITY
2017-2018
Topic: An Overview of Machine Learning
SPEAKER :ANKITGUPTA
ADVISER : MR. NISHANT
MUNJAL
DATE:11/10/2017

WHAT IS MACHINE LEARNING?
ARTHUR SAMUEL IN 1959:
“[MACHINE LEARNING IS THE] FIELD OF STUDY THAT GIVES
COMPUTERS THE ABILITY TO LEARN WITHOUT BEING EXPLICITLY
PROGRAMMED.”
AND MORE RECENTLY, IN 1997, TOM MITCHEL :
“A COMPUTER PROGRAM IS SAID TO LEARN FROM EXPERIENCE E
WITH RESPECT TO SOME TASK T AND SOME PERFORMANCE
MEASURE P, IF ITS PERFORMANCE ON T, AS MEASURED BY P,
IMPROVES WITH EXPERIENCE E.” -- TOM MITCHELL, CARNEGIE
MELLON UNIVERSITY:
ML provides
potential solutions
in all these domains
and more, and is
set to be a pillar of
our future
civilization.
ML can play a key
role in a wide range
of critical
applications, such as:
1.data mining,
2.natural language
processing, 3.image
recognition, and
4.expert systems.
Algorithm by learning Style:
There are different ways an algorithm can model a problem based on its interaction
with the experience or environment or whatever we count to call the input data.
Three different styles in machine learning algorithm:
1.Semi-Supervised Learning
Input data is a mixture of labeled and unlabelled examples.
There is a desired prediction problem but the model must learn the structures to
organize the data as well as make predictions.
Example problems are classification and regression.
Example algorithms are extensions to other flexible methods that make assumptions
about how to model the unlabeled data.
2. Supervised Learning
Input data is called training data and has a known label or result such as spam/not-
spam or a stock price at a time.
A model is prepared through a training process in which it is required to make
predictions and is corrected when those predictions are wrong. The training process
continues until the model achieves a desired level of accuracy on the training data.
Example problems are classification and regression.
 Supervised
learning
 Semi-supervised
learning
3.Unsupervised Learning
Input data is not labeled and does not have a known result.
A model is prepared by deducing structures present in the input data.
This may be to extract general rules. It may be through a mathematical
process to systematically reduce redundancy, or it may be to organize
data by similarity.
Example problems are clustering, dimensionality reduction and
association rule learning.
Example algorithms include: the Apriori algorithm and k-Means.
 Unsupervised
learning
The figure shown
besides is a
typical learning
system model.
It consists of the
following
components.
1. Learning
element
2. Knowledge
base
3. Performance
element
4. Feedback
element
5. Standard
Machine learning refers to a system capable of acquiring and integrating
the knowledge automatically. The capability of the systems to learn from
experience, training, analytical observation, and other means, results in a
system that can continuously self-improve and thereby exhibit efficiency
and effectiveness.
A machine learning system usually starts with some knowledge and a
corresponding knowledge organization so that it can interpret, analyze, and
test the knowledge acquired.
Learning system
model:
Training and testing:
Training set
(observed)
Universal set
(unobserved)
Testing set
(unobserved)
Data
acquisition
Practical
usage
Training data:
Training data
means having a
response variable in
our data. means for
training data we
can say the result
directly. we will
make our
algorithms to learn
from our train data.
Test data: some
time test data will
be used to check
the accuracy of
algorithm and some
times to predict the
things. on test data
Artificial Intelligence vs Machine Learning vs Deep
Learning
Some points on Artificial Intelligence vs Machine
Learning vs Deep Learning
 Artificial intelligence is a broader concept than machine learning, which addresses the use of
computers to mimic the cognitive functions of humans. When machines carry out tasks based on
algorithms in an “intelligent” manner, that is AI.
 Machine learning is a subset of AI and focuses on the ability of machines to receive a set of data and
learn for themselves, changing algorithms as they learn more about the information they are
processing.
 Deep learning goes yet another level deeper and can be considered a subset of machine learning. The
concept of deep learning is sometimes just referred to as "deep neural networks," referring to the
many layers involved. A neural network may only have a single layer of data, while a deep neural
network has two or more. The layers can be seen as a nested hierarchy of related concepts or decision
trees.
 In This picture Anaconda is Big reptiles but in Computer Science, Anaconda is also known as a
Python Notebook . In computer science Anaconda is a freemium open source distribution of
the Python and R programming languages for large-scale data processing, predictive analytics, and
scientific computing, that aims to simplify package management and deployment. Package versions
are managed by the package management system conda.
The Jupyter
Notebook is
an interactive
computing
environment that
enables users to
author notebook
documents that
include: - Live code -
Interactive widgets -
Plots - Narrative text
- Equations - Images
- Video
90+ STARTUPS TRANSFORMING HEALTHCARE AI
EverydayExamplesofArtificialIntelligenceand
MachineLearningare:
 1 – Google’s AI-Powered Predictions (analyze the speed of
movement of traffic at any given time).
 2 – Ridesharing Apps Like Uber and Lyft.
 3 -Commercial Flights Use an AI Autopilot.
 4 – Spam Filters.
 5 – Smart Email Categorization(the learning behind Gmail priority
inbox).
 6 – Facebook (Image Recogintion).
 7 –Search Engine(searching).
 8 –Recommendations(Amazon).
 9 –Voice-to-Text.
 10 – Medical field.
CONCLUSION :
 We have a simple overview of some techniques and
algorithms in machine learning. Furthermore, there
are more and more techniques apply machine
learning as a solution. In the future, machine learning
will play an important role in our daily life.
 Nvidia
CEO:
Softwa
e Is
Eating
the
World,
but AI
Going
to Eat
Softwa
 Jensen Huang at the company’s developer conference in San Jose,
California

Intro/Overview on Machine Learning Presentation

  • 1.
    DEPARTMENT OF COMPUTERSCIENCE & ENGINEERING FACULTY OF ENGINEERING AND TECHNOLOGY GURUKUL KANGRI UNIVERSITY 2017-2018 Topic: An Overview of Machine Learning
  • 2.
    SPEAKER :ANKITGUPTA ADVISER :MR. NISHANT MUNJAL DATE:11/10/2017
  • 3.
     WHAT IS MACHINELEARNING? ARTHUR SAMUEL IN 1959: “[MACHINE LEARNING IS THE] FIELD OF STUDY THAT GIVES COMPUTERS THE ABILITY TO LEARN WITHOUT BEING EXPLICITLY PROGRAMMED.” AND MORE RECENTLY, IN 1997, TOM MITCHEL : “A COMPUTER PROGRAM IS SAID TO LEARN FROM EXPERIENCE E WITH RESPECT TO SOME TASK T AND SOME PERFORMANCE MEASURE P, IF ITS PERFORMANCE ON T, AS MEASURED BY P, IMPROVES WITH EXPERIENCE E.” -- TOM MITCHELL, CARNEGIE MELLON UNIVERSITY:
  • 4.
    ML provides potential solutions inall these domains and more, and is set to be a pillar of our future civilization. ML can play a key role in a wide range of critical applications, such as: 1.data mining, 2.natural language processing, 3.image recognition, and 4.expert systems.
  • 5.
    Algorithm by learningStyle: There are different ways an algorithm can model a problem based on its interaction with the experience or environment or whatever we count to call the input data. Three different styles in machine learning algorithm: 1.Semi-Supervised Learning Input data is a mixture of labeled and unlabelled examples. There is a desired prediction problem but the model must learn the structures to organize the data as well as make predictions. Example problems are classification and regression. Example algorithms are extensions to other flexible methods that make assumptions about how to model the unlabeled data. 2. Supervised Learning Input data is called training data and has a known label or result such as spam/not- spam or a stock price at a time. A model is prepared through a training process in which it is required to make predictions and is corrected when those predictions are wrong. The training process continues until the model achieves a desired level of accuracy on the training data. Example problems are classification and regression.  Supervised learning  Semi-supervised learning
  • 6.
    3.Unsupervised Learning Input datais not labeled and does not have a known result. A model is prepared by deducing structures present in the input data. This may be to extract general rules. It may be through a mathematical process to systematically reduce redundancy, or it may be to organize data by similarity. Example problems are clustering, dimensionality reduction and association rule learning. Example algorithms include: the Apriori algorithm and k-Means.  Unsupervised learning
  • 7.
    The figure shown besidesis a typical learning system model. It consists of the following components. 1. Learning element 2. Knowledge base 3. Performance element 4. Feedback element 5. Standard Machine learning refers to a system capable of acquiring and integrating the knowledge automatically. The capability of the systems to learn from experience, training, analytical observation, and other means, results in a system that can continuously self-improve and thereby exhibit efficiency and effectiveness. A machine learning system usually starts with some knowledge and a corresponding knowledge organization so that it can interpret, analyze, and test the knowledge acquired. Learning system model:
  • 8.
    Training and testing: Trainingset (observed) Universal set (unobserved) Testing set (unobserved) Data acquisition Practical usage Training data: Training data means having a response variable in our data. means for training data we can say the result directly. we will make our algorithms to learn from our train data. Test data: some time test data will be used to check the accuracy of algorithm and some times to predict the things. on test data
  • 9.
    Artificial Intelligence vsMachine Learning vs Deep Learning
  • 10.
    Some points onArtificial Intelligence vs Machine Learning vs Deep Learning  Artificial intelligence is a broader concept than machine learning, which addresses the use of computers to mimic the cognitive functions of humans. When machines carry out tasks based on algorithms in an “intelligent” manner, that is AI.  Machine learning is a subset of AI and focuses on the ability of machines to receive a set of data and learn for themselves, changing algorithms as they learn more about the information they are processing.  Deep learning goes yet another level deeper and can be considered a subset of machine learning. The concept of deep learning is sometimes just referred to as "deep neural networks," referring to the many layers involved. A neural network may only have a single layer of data, while a deep neural network has two or more. The layers can be seen as a nested hierarchy of related concepts or decision trees.
  • 11.
     In Thispicture Anaconda is Big reptiles but in Computer Science, Anaconda is also known as a Python Notebook . In computer science Anaconda is a freemium open source distribution of the Python and R programming languages for large-scale data processing, predictive analytics, and scientific computing, that aims to simplify package management and deployment. Package versions are managed by the package management system conda.
  • 12.
    The Jupyter Notebook is aninteractive computing environment that enables users to author notebook documents that include: - Live code - Interactive widgets - Plots - Narrative text - Equations - Images - Video
  • 13.
  • 14.
    EverydayExamplesofArtificialIntelligenceand MachineLearningare:  1 –Google’s AI-Powered Predictions (analyze the speed of movement of traffic at any given time).  2 – Ridesharing Apps Like Uber and Lyft.  3 -Commercial Flights Use an AI Autopilot.  4 – Spam Filters.  5 – Smart Email Categorization(the learning behind Gmail priority inbox).  6 – Facebook (Image Recogintion).  7 –Search Engine(searching).  8 –Recommendations(Amazon).  9 –Voice-to-Text.  10 – Medical field.
  • 15.
    CONCLUSION :  Wehave a simple overview of some techniques and algorithms in machine learning. Furthermore, there are more and more techniques apply machine learning as a solution. In the future, machine learning will play an important role in our daily life.
  • 16.
     Nvidia CEO: Softwa e Is Eating the World, butAI Going to Eat Softwa  Jensen Huang at the company’s developer conference in San Jose, California