SlideShare a Scribd company logo
1 of 36
GOPAL VERMA
 ROBOTICS
 3D PRINTING
 BITCOINS
 VIRTUAL REALITY
 AUTONOMOUS VEHICLES (DRIVERLESS CARS)
 INTERNET OF THINGS (IOT)
 BLOCKCHAIN
 ARTIFICIAL INTELLIGENCE
 MACHINE LEARNING
 DEEP LEARNING
 INTRODUCTION
 WHY MACHINE LEARNING
 MACHINE LEARNING APPLICATIONS
 MACHINE LEARNING EXAMPLES
 MACHINE LEARNING MODEL
 CATEGORIES
 USEFUL LINKS
 A computer program is said to learn from
experience E with respect to some class of tasks T
and performance measure P, if its performance at
tasks in T, as measured by P, improves with
experience E.
 Learning is any process by which a system
improves performance from experience
 Machine Learning is concerned with computer
programs that automatically improve their
performance through Herbert Simon experience.
 Develop systems that can automatically adapt and
customize themselves to individual users –
Personalized news or mail filter
 Discover new knowledge from large databases
(data mining) – Market basket analysis
 Ability to mimic human and replace certain monotonous
tasks which require some intelligence - Recognizing
handwritten characters
 Develop systems that are too difficult/expensive to
construct manually because they require specific
detailed skills or knowledge tuned to a specific task
(knowledge engineering bottleneck)
 Machine learning which helps to determine the real
business outcomes, like saving time and money, which
will naturally going to influence the organization’s future
 Machine learning is an important part of these
personal assistants as they collect and refine the
information on the basis of your previous
involvement with them. Later, this set of data is
utilized to render results that are tailored to your
preferences.
 EXAMPLES
SIRI, ALEXA AND GOOGLE
 Social media platforms are utilizing machine
learning for personalizing news feed of users for
better ads targeting,
EXAMPLES
 PEOPLE YOU MAY KNOW-
 Facebook suggest a list of users that you can
become friends based on the profiles that you visit
very often, your interests, workplace, or a group
that you share with someone etc
 FACE RECOGNITION
 Facebook recognizes the friend when you upload a
picture of you with a friend based on data such as
poses, projections, unique features . Facebook
matches this data with the people in your friend
list.
 Machine learning use a filter to determine whether
an email is spam by looking at its content.
 A filter is trained using a collection of spam and
non-spam(aka “ham”) emails. So, we’ll provide
right answers to train the filter, and later in the
prediction phase, its output for a given message
would be either “spam” or “ham”.
 Some techniques such as multi layer perceptron,
C 4.5 Decision Tree Induction, Naïve Bayes are
used for email spam filtering.
 Google and other search engines
use machine learning to improve
the search results for you by
keeping a watch at you queries,
searching, browsing data.
 The e-commerce websites recommends you
some items or products based on your taste
using machine learning. The e-commerce
websites recommends products to you based
on your behaviour with the website/application,
past purchase, items liked or added to cart,
brand preference and the like.
 Machine learning is proving its potential to
make cyberspace a secure place and
detect online fraud. The companies are
using a set of tools associated with
machine learning which helps them to
compare millions of transactions taking
place and distinguish between legitimate or
illegitimate transactions taking place
between the buyers and sellers.
 Spam filtering
 Credit card fraud detection
 Digit recognition on checks, zip codes
 Detecting faces in images
 MRI image analysis
 Recommendation system
 Search engines
 Handwriting recognition
 Scene classification
A
• TRAINNING SET
B
• MACHINE LEARNING ALGORITHM
C
• MODEL (F)
Training set is a set of examples used for learning a model
(e.g., a classification model).
 Supervised learning, in the context of artificial
intelligence (AI) and machine learning, is a type of
system in which both input and desired output data
are provided. Input and output data are labelled for
classification to provide a learning basis for future
data processing.
 Supervised learning is a method used to enable
machines to classify objects, problems or situations
based on related data fed into the machines.
 Suppose you had a basket and it is filled with some
fresh fruits and your task is to arrange the same type
fruits at one place.
 Suppose the fruits are apple, banana, cherry, grape.
 You already know from your previous work that, the
shape of each and every fruit, so it is easy to arrange
the same type of fruits at one place.
 here your previous work is called as train data in
data mining.
 so you already learn the things from your train
data, This is because of you have a response
variable which says you that if some fruit have so
and so features it is grape, like that for each and
every fruit.
 This type of data you will get from the train data.
 This type of learning is called as supervised
learning.
 This type solving problem come
under Classification.
 Unsupervised learning is the training of an artificial
intelligence (AI) algorithm using information that is
neither classified nor labelled and allowing the
algorithm to act on that information without
guidance.
 Unsupervised learning is a method used to enable
machines to classify both tangible and intangible
objects without providing the machines any prior
information about the objects.
 Suppose you had a basket and it is filled with some
fresh fruits your task is to arrange the same type fruits
at one place.
 This time you don't know any thing about that fruits,
you are first time seeing these fruits so how will you
arrange the same type of fruits.
 What you will do first you take on fruit and you will
select any physical character of that particular fruit.
suppose you taken color.
 Then you will arrange them base on the color, then
the groups will be some thing like this.
 RED COLOR GROUP: apples & cherry fruits.
 GREEN COLOR GROUP: bananas & grapes.
 so now you will take another physical character as
size, so now the groups will be some thing like this
 RED COLOR AND BIG SIZE: apple.
 RED COLOR AND SMALL SIZE: cherry fruits.
 GREEN COLOR AND BIG SIZE: bananas.
 GREEN COLOR AND SMALL SIZE: grapes.
 Here you didn't know learn any thing before means
no train data and noresponse variable.
 This type of learning is know unsupervised learning.
 Reinforcement Learning is a type of Machine
Learning, and thereby also a branch of Artificial
Intelligence. It allows machines and software
agents to automatically determine the ideal
behaviour within a specific context, in order to
maximize its performance.
 The learning method has been adopted in artificial
intelligence (AI) as a method of
directing unsupervised machine learning through
rewards and penalties.
 Let’s imagine that a new born baby comes across
a lit candle. Now, the baby does not know what
happens if it touches the flame. Eventually, out of
curiosity, the baby tries to touch the flame and
gets hurt. After this incident, the baby learns that
repeating the same thing again might get him
hurt. So, the next time it sees a burning candle, it
will be more cautious.
 That is exactly how Reinforcement learning
works.
1. PC Games:
Reinforcement learning is widely being used in PC
games like Assasin’s Creed, Chess, etc. where in
the enemies change their moves and approach
based on your performance.
2. Robotics:
Most of the robots that you see in the present world
are running on Reinforcement Learning.
3. AlphaGO:
Go is a Chinese board game which is said to be
more complex than chess. Recently scientists
created a program named ‘AlphaGo’ that competed
with the world champion in this game and won.
 http://www.zarantech.com/blog/an-introduction-to-
machine-learning-why-it-matters/
 https://www.youtube.com/watch?v=ukzFI9rgwfU
 https://dataaspirant.wordpress.com/2014/09/19/supervis
ed-and-unsupervised-learning/
 https://www.quora.com/What-is-reinforcement-learning
Basics of machine learning

More Related Content

What's hot

Machine learning - AI
Machine learning - AIMachine learning - AI
Machine learning - AIWitekio
 
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Simplilearn
 
Machine Learning
Machine LearningMachine Learning
Machine LearningRahul Kumar
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt Poojamanic
 
Machine learning
Machine learningMachine learning
Machine learningeonx_32
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Marina Santini
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
Machine Learning
Machine LearningMachine Learning
Machine LearningKumar P
 
Machine Learning
Machine LearningMachine Learning
Machine LearningVivek Garg
 
Supervised Unsupervised and Reinforcement Learning
Supervised Unsupervised and Reinforcement Learning Supervised Unsupervised and Reinforcement Learning
Supervised Unsupervised and Reinforcement Learning Aakash Chotrani
 
Supervised vs Unsupervised vs Reinforcement Learning | Edureka
Supervised vs Unsupervised vs Reinforcement Learning | EdurekaSupervised vs Unsupervised vs Reinforcement Learning | Edureka
Supervised vs Unsupervised vs Reinforcement Learning | EdurekaEdureka!
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...Simplilearn
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine LearningKnoldus Inc.
 
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
 
Trending Topics in Machine Learning
Trending Topics in Machine LearningTrending Topics in Machine Learning
Trending Topics in Machine LearningTechsparks
 

What's hot (20)

Machine learning - AI
Machine learning - AIMachine learning - AI
Machine learning - AI
 
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 1 | Machine Learning Tutorial For Beginners ...
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
Machine learning
Machine learningMachine learning
Machine learning
 
Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?Lecture 1: What is Machine Learning?
Lecture 1: What is Machine Learning?
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Can Think
Machine Can ThinkMachine Can Think
Machine Can Think
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning for dummies!
Machine Learning for dummies!Machine Learning for dummies!
Machine Learning for dummies!
 
Supervised Unsupervised and Reinforcement Learning
Supervised Unsupervised and Reinforcement Learning Supervised Unsupervised and Reinforcement Learning
Supervised Unsupervised and Reinforcement Learning
 
Supervised vs Unsupervised vs Reinforcement Learning | Edureka
Supervised vs Unsupervised vs Reinforcement Learning | EdurekaSupervised vs Unsupervised vs Reinforcement Learning | Edureka
Supervised vs Unsupervised vs Reinforcement Learning | Edureka
 
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
Machine Learning Tutorial Part - 2 | Machine Learning Tutorial For Beginners ...
 
Machine learning
Machine learningMachine learning
Machine 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 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...
 
Trending Topics in Machine Learning
Trending Topics in Machine LearningTrending Topics in Machine Learning
Trending Topics in Machine Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 

Similar to Basics of machine learning

Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Abdullah al Mamun
 
Machine learning: how to create an Artificial Intelligence in one infographic...
Machine learning: how to create an Artificial Intelligence in one infographic...Machine learning: how to create an Artificial Intelligence in one infographic...
Machine learning: how to create an Artificial Intelligence in one infographic...EnjoyDigitAll by BNP Paribas
 
Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Amruta Aphale
 
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
 
Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptxromanpankaj1
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdfAnastasiaSteele10
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdfStephenAmell4
 
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
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfHassanElalfy4
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdfJamieDornan2
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceEnes Bolfidan
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxsrikanthkallem1
 
Machine Learning Introduction
Machine Learning Introduction Machine Learning Introduction
Machine Learning Introduction KritimPrasadKafle
 
Artificial intelligence slides beginners
Artificial intelligence slides beginners Artificial intelligence slides beginners
Artificial intelligence slides beginners Antonio Fernandes
 
Machine learning Chapter 1
Machine learning Chapter 1Machine learning Chapter 1
Machine learning Chapter 1JagadishPogu
 

Similar to Basics of machine learning (20)

Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
Artificial Intelligence: Classification, Applications, Opportunities, and Cha...
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine learning: how to create an Artificial Intelligence in one infographic...
Machine learning: how to create an Artificial Intelligence in one infographic...Machine learning: how to create an Artificial Intelligence in one infographic...
Machine learning: how to create an Artificial Intelligence in one infographic...
 
Machine learning
Machine learningMachine learning
Machine learning
 
Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1Machine Learning SPPU Unit 1
Machine Learning SPPU Unit 1
 
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
 
Machine Learning.pptx
Machine Learning.pptxMachine Learning.pptx
Machine Learning.pptx
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdf
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdf
 
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
 
Lect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdfLect 7 intro to M.L..pdf
Lect 7 intro to M.L..pdf
 
How to build machine learning apps.pdf
How to build machine learning apps.pdfHow to build machine learning apps.pdf
How to build machine learning apps.pdf
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
INTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptxINTERNSHIP ON MAcHINE LEARNING.pptx
INTERNSHIP ON MAcHINE LEARNING.pptx
 
AIML.pptx
AIML.pptxAIML.pptx
AIML.pptx
 
machine learning
machine learningmachine learning
machine learning
 
Machine Learning Introduction
Machine Learning Introduction Machine Learning Introduction
Machine Learning Introduction
 
Artificial intelligence slides beginners
Artificial intelligence slides beginners Artificial intelligence slides beginners
Artificial intelligence slides beginners
 
Machine learning Chapter 1
Machine learning Chapter 1Machine learning Chapter 1
Machine learning Chapter 1
 

Recently uploaded

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfOverkill Security
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Recently uploaded (20)

Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Basics of machine learning

  • 2.  ROBOTICS  3D PRINTING  BITCOINS  VIRTUAL REALITY  AUTONOMOUS VEHICLES (DRIVERLESS CARS)  INTERNET OF THINGS (IOT)  BLOCKCHAIN  ARTIFICIAL INTELLIGENCE  MACHINE LEARNING  DEEP LEARNING
  • 3.  INTRODUCTION  WHY MACHINE LEARNING  MACHINE LEARNING APPLICATIONS  MACHINE LEARNING EXAMPLES  MACHINE LEARNING MODEL  CATEGORIES  USEFUL LINKS
  • 4.
  • 5.  A computer program is said to learn from experience E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.  Learning is any process by which a system improves performance from experience  Machine Learning is concerned with computer programs that automatically improve their performance through Herbert Simon experience.
  • 6.  Develop systems that can automatically adapt and customize themselves to individual users – Personalized news or mail filter  Discover new knowledge from large databases (data mining) – Market basket analysis  Ability to mimic human and replace certain monotonous tasks which require some intelligence - Recognizing handwritten characters  Develop systems that are too difficult/expensive to construct manually because they require specific detailed skills or knowledge tuned to a specific task (knowledge engineering bottleneck)  Machine learning which helps to determine the real business outcomes, like saving time and money, which will naturally going to influence the organization’s future
  • 7.
  • 8.
  • 9.  Machine learning is an important part of these personal assistants as they collect and refine the information on the basis of your previous involvement with them. Later, this set of data is utilized to render results that are tailored to your preferences.  EXAMPLES SIRI, ALEXA AND GOOGLE
  • 10.  Social media platforms are utilizing machine learning for personalizing news feed of users for better ads targeting, EXAMPLES  PEOPLE YOU MAY KNOW-  Facebook suggest a list of users that you can become friends based on the profiles that you visit very often, your interests, workplace, or a group that you share with someone etc  FACE RECOGNITION  Facebook recognizes the friend when you upload a picture of you with a friend based on data such as poses, projections, unique features . Facebook matches this data with the people in your friend list.
  • 11.  Machine learning use a filter to determine whether an email is spam by looking at its content.  A filter is trained using a collection of spam and non-spam(aka “ham”) emails. So, we’ll provide right answers to train the filter, and later in the prediction phase, its output for a given message would be either “spam” or “ham”.  Some techniques such as multi layer perceptron, C 4.5 Decision Tree Induction, Naïve Bayes are used for email spam filtering.
  • 12.  Google and other search engines use machine learning to improve the search results for you by keeping a watch at you queries, searching, browsing data.
  • 13.  The e-commerce websites recommends you some items or products based on your taste using machine learning. The e-commerce websites recommends products to you based on your behaviour with the website/application, past purchase, items liked or added to cart, brand preference and the like.
  • 14.  Machine learning is proving its potential to make cyberspace a secure place and detect online fraud. The companies are using a set of tools associated with machine learning which helps them to compare millions of transactions taking place and distinguish between legitimate or illegitimate transactions taking place between the buyers and sellers.
  • 15.  Spam filtering  Credit card fraud detection  Digit recognition on checks, zip codes  Detecting faces in images  MRI image analysis  Recommendation system  Search engines  Handwriting recognition  Scene classification
  • 16.
  • 17. A • TRAINNING SET B • MACHINE LEARNING ALGORITHM C • MODEL (F) Training set is a set of examples used for learning a model (e.g., a classification model).
  • 18.
  • 19.
  • 20.
  • 21.  Supervised learning, in the context of artificial intelligence (AI) and machine learning, is a type of system in which both input and desired output data are provided. Input and output data are labelled for classification to provide a learning basis for future data processing.  Supervised learning is a method used to enable machines to classify objects, problems or situations based on related data fed into the machines.
  • 22.
  • 23.  Suppose you had a basket and it is filled with some fresh fruits and your task is to arrange the same type fruits at one place.  Suppose the fruits are apple, banana, cherry, grape.  You already know from your previous work that, the shape of each and every fruit, so it is easy to arrange the same type of fruits at one place.  here your previous work is called as train data in data mining.
  • 24.  so you already learn the things from your train data, This is because of you have a response variable which says you that if some fruit have so and so features it is grape, like that for each and every fruit.  This type of data you will get from the train data.  This type of learning is called as supervised learning.  This type solving problem come under Classification.
  • 25.
  • 26.  Unsupervised learning is the training of an artificial intelligence (AI) algorithm using information that is neither classified nor labelled and allowing the algorithm to act on that information without guidance.  Unsupervised learning is a method used to enable machines to classify both tangible and intangible objects without providing the machines any prior information about the objects.
  • 27.
  • 28.  Suppose you had a basket and it is filled with some fresh fruits your task is to arrange the same type fruits at one place.  This time you don't know any thing about that fruits, you are first time seeing these fruits so how will you arrange the same type of fruits.  What you will do first you take on fruit and you will select any physical character of that particular fruit. suppose you taken color.  Then you will arrange them base on the color, then the groups will be some thing like this.
  • 29.  RED COLOR GROUP: apples & cherry fruits.  GREEN COLOR GROUP: bananas & grapes.  so now you will take another physical character as size, so now the groups will be some thing like this  RED COLOR AND BIG SIZE: apple.  RED COLOR AND SMALL SIZE: cherry fruits.  GREEN COLOR AND BIG SIZE: bananas.  GREEN COLOR AND SMALL SIZE: grapes.  Here you didn't know learn any thing before means no train data and noresponse variable.  This type of learning is know unsupervised learning.
  • 30.
  • 31.  Reinforcement Learning is a type of Machine Learning, and thereby also a branch of Artificial Intelligence. It allows machines and software agents to automatically determine the ideal behaviour within a specific context, in order to maximize its performance.  The learning method has been adopted in artificial intelligence (AI) as a method of directing unsupervised machine learning through rewards and penalties.
  • 32.
  • 33.  Let’s imagine that a new born baby comes across a lit candle. Now, the baby does not know what happens if it touches the flame. Eventually, out of curiosity, the baby tries to touch the flame and gets hurt. After this incident, the baby learns that repeating the same thing again might get him hurt. So, the next time it sees a burning candle, it will be more cautious.  That is exactly how Reinforcement learning works.
  • 34. 1. PC Games: Reinforcement learning is widely being used in PC games like Assasin’s Creed, Chess, etc. where in the enemies change their moves and approach based on your performance. 2. Robotics: Most of the robots that you see in the present world are running on Reinforcement Learning. 3. AlphaGO: Go is a Chinese board game which is said to be more complex than chess. Recently scientists created a program named ‘AlphaGo’ that competed with the world champion in this game and won.
  • 35.  http://www.zarantech.com/blog/an-introduction-to- machine-learning-why-it-matters/  https://www.youtube.com/watch?v=ukzFI9rgwfU  https://dataaspirant.wordpress.com/2014/09/19/supervis ed-and-unsupervised-learning/  https://www.quora.com/What-is-reinforcement-learning