SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere Àhnliche Inhalte

Was ist angesagt?

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 Can Think
Machine Can ThinkMachine Can Think
Machine Can ThinkRahul Jaiman
 
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
 
Machine learning
Machine learningMachine learning
Machine learningTushar Nikam
 
Introduction To Machine Learning
Introduction To Machine LearningIntroduction To Machine Learning
Introduction To Machine LearningKnoldus Inc.
 
Machine learning
Machine learningMachine learning
Machine learningSanjay krishne
 
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
 
Machine learning
Machine learningMachine learning
Machine learningArbAz QuReshi
 

Was ist angesagt? (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
 

Ähnlich wie 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
Machine LearningMachine Learning
Machine LearningNeeru Mittal
 
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
Machine learningMachine learning
Machine learningLawyerAiman1
 
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
machine learningmachine learning
machine learningRaheemUnnisa1
 
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
 

Ähnlich wie 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
 

KĂŒrzlich hochgeladen

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
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
 
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
 

KĂŒrzlich hochgeladen (20)

Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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?
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
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
 

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