SlideShare une entreprise Scribd logo
1  sur  84
Télécharger pour lire hors ligne
Machine Learning
Anastasia Rashtchian
A Bit About Me….
Computer Consultant, Trainer and Educator
Master of Science – Computer Science
 Artificial Intelligence and Expert Systems
 Interest: Automated Adaptive Learning Systems
Master of Education – Education, Policy, Organization and
Leadership
 eLearning in Higher Education
 Interest: Online Knowledge Communities
Learning Objectives
 What is Machine Learning?
Learning Objectives
 What is Machine Learning?
 What are some algorithms, types, and languages of Machine Learning?
Learning Objectives
 What is Machine Learning?
 What are some algorithms, types, and languages of Machine Learning?
 What are some applications for Machine Learning?
Learning Objectives
 What is Machine Learning?
 What are some algorithms, types, and languages of Machine Learning?
 What are some applications for Machine Learning?
 What are some current trends and research in Machine Learning?
Learning Objectives
 What is Machine Learning?
 What are some algorithms, types, and languages of Machine Learning?
 What are some applications for Machine Learning?
 What are some current trends and research in Machine Learning?
 What are some careers with Machine Learning skills?
Discussion Question
 What does machine learning mean to you?
What is Machine Learning?
Machine learning is the
subfield of computer
science where
computers “are given
the ability to learn
without being explicitly
programmed” (Samuel,
1959).
Trivia Question
 Who Is known as the creator of modern computing?
Trivia Question
 Who Is known as the creator of modern computing?
 In the 1930’s, he described the “universal computing machine”.
Trivia Question
 Who Is known as the creator of modern computing?
 In the 1930’s, he described the “universal computing machine”.
 His initials are A.T.
Alan Turing
Alan Turing described the
“universal computing
machine,” a “single machine
that can be used to compute
any computable sequence.”
(Turing, 1936)
Trivia Question
 Who is one of the pioneers in Artificial Intelligence?
Trivia Question
 Who is one of the pioneers in Artificial Intelligence?
 Who was the first to illustrate machine learning.
Trivia Question
 Who is one of the pioneers in Artificial Intelligence?
 Who was the first to illustrate machine learning.
 His checkers-playing program was the world's first self-learning program.
Trivia Question
 Who is one of the pioneers in Artificial Intelligence?
 Was the first to illustrate machine learning.
 His checkers-playing program was the world's first self-learning program.
 His initials are A.S.
Arthur Samuel’s
Gameof Checkers
 Arthur Samuel (1901–1990) was a
pioneer of artificial intelligence
research and was the first to
illustrate the concept of machine
learning in his Game of Checkers.
 His Checkers-playing Program
(Samuels, 1959) appears to be the
world's first self-learning program.
Look Ahead Through Tree of Possible Moves
Trivia Question
 Who Is known for illustrating artificial neural networks?
Trivia Question
 Who Is known for illustrating artificial neural networks?
 He created Perceptron
Trivia Question
 Who Is known for illustrating artificial neural networks?
 He created Perceptron
 His initials are F.R.
In The Beginning…
Creatorof Modern
ComputingThe Game of
Checkers –
Machine
Learning
Perceptron–
Artificial
Neural
Network
Frank Rosenblatt’s
Perceptron
 Frank Rosenblattcreatedthe
Perceptronin 1957which was a
first artificial neural network.
A Few Machine Learning Algorithms
 Decision Tree Learning
 Association Rule Learning
 Artificial Neural Networks
Decision Tree Learning
Decision Tree Learning
Decision Tree Learning
Decision Tree Learning
Uses a decision tree as
a predictive model, which
maps observations about
an item to conclusions
about the item's target
value.
Decision Tree Learning
Decision Tree Learning
Uses a decision tree as
a predictive model, which
maps observations about
an item to conclusions
about the item's target
value.
Association Rule Learning
Association Rule Learning
Association Rule Learning
Association Rule Learning
A method for discovering
interesting relations
between variables in large
databases.
Association Rule Learning
Association Rule Learning
A method for discovering
interesting relations
between variables in large
databases.
Association Rule Learning
Association Rule Learning
A method for discovering
interesting relations
between variables in large
databases.
Artificial Neural Networks
Artificial Neural Networks
Artificial Neural Networks
Artificial Neural Networks
Computations are
structured in terms of an
interconnected group
of artificial neurons,
processing information
using
a connectionist approach
to computation.
Artificial Neural Networks
Artificial NeuralNetworks
Computations are structured
in terms of an interconnected
group of artificial neurons,
processing information using
a connectionist approach
to computation.
Modern neural networks
are non-linear statisticaldata
modeling tools.
Artificial Neural Networks
Artificial NeuralNetworks
Computations are structured
in terms of an interconnected
group of artificial neurons,
processing information using
a connectionist approach
to computation.
Modern neural networks
are non-linear statisticaldata
modeling tools.
Lisp, Prolog, et al
 Lisp created by John McCarthy in 1958
 Prolog created by Alain Colmerauer and Philippe Roussel in 1972
 Allows for the logic programming needed for traversal creation of the
neural networks
 Recognizes the relationships between the data and their rules.
 Semantic nets represent knowledge in tree-like patterns connecting
nodes and arcs based on these rules.
Semantic
Neural
Network
EMYCIN
Expert
System
( Van Melle, Shortliffe & Buchanan, 1981)
Current Machine Learning Languages
 MATLAB/Octave
 R
 Python
 Java Family
 C Family
(Computer Vision, 2015)
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Supervised Learning: Predictive Model
Decision Tree Classification
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Supervised Learning: Predictive Model
Decision Tree Classification
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Use Predict the likelihood
of an earthquakeor
tornado
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Use Predict the likelihood
of an earthquakeor
tornado
Supervised Learning: Predictive Model
Feature Supervised
Learning
Strategy Use a predictive
model that is given
clear instructions
Algorithm Nearest neighbor,
Naïve Bayes, Decision
Trees,Regression
Use Predict the likelihood
of an earthquakeor
tornado
Supervised Learning: Predictive Model
Unsupervised Learning: Descriptive Model
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Unsupervised Learning: Descriptive Model
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Algorithm K-meansClustering
Algorithm
Unsupervised Learning: Descriptive Model
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Algorithm K-meansClustering
Algorithm
Unsupervised Learning: Descriptive Model
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Algorithm K-meansClustering
Algorithm
Use Predict which diseases are
likely to occuralong with
diabetes.
Unsupervised Learning: Descriptive Model
Feature Unsupervised Learning
Strategy Uses a descriptive model
whereno target is set and
no single featureis more
importantthan the other.
Algorithm K-meansClustering
Algorithm
Use Predict which diseases are
likely to occuralong with
diabetes.
Unsupervised Learning: Descriptive Model
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Reinforcement Learning
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Reinforcement Learning
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Algorithm Markov Decision Process
Reinforcement Learning
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Algorithm Markov Decision Process
Reinforcement Learning
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Algorithm Markov Decision Process
Use Self driving carsuse it to make
decisionscontinuously on
which routeto take and what
speed to driveand so on…
Reinforcement Learning
Feature Reinforcement Learning
Strategy Trains itself on a continualbasis
based on the environmentit is
exposed to,and applies it’s
enriched knowledgeto solve
problems.
Algorithm Markov Decision Process
Use Self driving carsuse it to make
decisionscontinuously on
which routeto take and what
speed to driveand so on…
Reinforcement Learning
Machine
Learning
Work Flow
"Machine
Learning"
emphasizes that
the computer
machine/program
must do some
work after it is
given data.
(Brand,2015)
Azure Machine Learning Workflow
(Grondlund,2016)
Google and Facebook
 Google and Facebook
use Machine Learning
extensively to push
their respective ads to
the relevant users.
Banking and Financial Providers
 Banking and Financial
Providers can use
Machine Learning to
predict the customers
who are likely to
default from paying
loans or credit card
bills.
Healthcare Providers
 Healthcare Providers
can use Machine
Learning to diagnose
deadly diseases based
on the symptoms of
patients and tallying
them with the past
data of similar kind of
patients.
Retailers
 Retailers can use
Machine Learning to
determine fast and
slow moving products.
Artificial
Intelligence
Technological
Advances
and Trends
Machine
Intelligence
Trends and
Applications
Careers
with
Machine
Learning
Skills
In Conclusion…
 Machine Learning is a subset of Artificial Intelligence.
In Conclusion…
 Machine Learning is a subset of Artificial Intelligence.
 It refers to the techniques involved in dealing with vast data, in the
most intelligent fashion, (by developing algorithms) to derive
actionable insights.
In Conclusion…
 Machine Learning is a subset of Artificial Intelligence.
 It refers to the techniques involved in dealing with vast data, in the
most intelligent fashion, (by developing algorithms) to derive
actionable insights.
 There are a wide variety of algorithms and techniques to aid in
machine learning and the technique chosen is determined by what
one wants the machine to learn.
Python
Implementations
of Machine
Learning
Algorithms
https://github.com/rushter/MLAlgorithms
Machine Learning Refined
http://mlrefined.wixsite.com/home-page
Summary
 We offered a brief history and definition of Machine Learning
Summary
 We offered a brief history and definition of Machine Learning
 We explored different types and applications of Machine Learning
Summary
 We offered a brief history and definition of Machine Learning
 We explored different types and applications of Machine Learning
 We looked at current trends, research and careers in Machine
Learning.
References
Blank, S. (2014) Tools and Blogs for Entrepreneur.Retrievedfromhttps://steveblank.com/tools-and-blogs-for-
entrepreneurs/.
Chen, F. (2016). AI, Deep Learning, and Machine Learning a Prime. Retrieved fromhttp://a16z.com/2016/06/10/ai-deep-
learning-machines/.
Computer Visions.(2015). Deep Leariningverus Machine Learning. Retrieved from
http://www.computervisionblog.com/2015/03/deep-learning-vs-machine-learning-vs.html.
Grondlund,C.J..(2016). Introductionto machine learningin the cloud.Retrieved from https://docs.microsoft.com/en-
us/azure/machine-learning/machine-learning-what-is-machine-learning.
Khan, M. (2016). Minimal and clean Python implementations ofMachine Learningalgorithms.Great for learninghow
these algorithms work! Retrieved from https://www.linkedin.com/groups/2642596/2642596-6204217888639934466
McCarthy, J. & Feigenbaum,E.(1990). In Memoriam ArthurSamuel: Pioneer in Machine Learning. AI Magazine.
AAAI.11 (3). Retrieved fromhttp://www.aaai.org/ojs/index.php/aimagazine/article/view/840/758.
Nvidia.(2016). What’s the Difference Between Artificial Intelligence, Machine Learning,and Deep Learning? Retrieved
from https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-learning-
ai/.
Vidya.(2016). Machine LearningBasics. Retrieved from https://www.analyticsvidhya.com/blog/2015/06/machine-
learning-basics/.
Questions?
 What are your thoughts, ideas, suggestions on Machine Learning?

Contenu connexe

Tendances

Machine Learning
Machine LearningMachine Learning
Machine LearningVivek Garg
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its ApplicationsDr Ganesh Iyer
 
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...Sebastian Raschka
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt Poojamanic
 
ML DL AI DS BD - An Introduction
ML DL AI DS BD - An IntroductionML DL AI DS BD - An Introduction
ML DL AI DS BD - An IntroductionDony Riyanto
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationAnkit Gupta
 
Machine learning overview
Machine learning overviewMachine learning overview
Machine learning overviewprih_yah
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.pptbutest
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsMd. Main Uddin Rony
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.butest
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningRahul Jain
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)SwatiTripathi44
 
Introduction to Machine Learning Classifiers
Introduction to Machine Learning ClassifiersIntroduction to Machine Learning Classifiers
Introduction to Machine Learning ClassifiersFunctional Imperative
 
Introduction to-machine-learning
Introduction to-machine-learningIntroduction to-machine-learning
Introduction to-machine-learningBabu Priyavrat
 

Tendances (20)

Machine learning
Machine learning Machine learning
Machine learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning and its Applications
Machine Learning and its ApplicationsMachine Learning and its Applications
Machine Learning and its Applications
 
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...An Introduction to Supervised Machine Learning and Pattern Classification: Th...
An Introduction to Supervised Machine Learning and Pattern Classification: Th...
 
Introduction to Deep learning
Introduction to Deep learningIntroduction to Deep learning
Introduction to Deep learning
 
Machine learning ppt
Machine learning ppt Machine learning ppt
Machine learning ppt
 
Introduction to Deep Learning
Introduction to Deep Learning Introduction to Deep Learning
Introduction to Deep Learning
 
Machine learning
Machine learningMachine learning
Machine learning
 
ML DL AI DS BD - An Introduction
ML DL AI DS BD - An IntroductionML DL AI DS BD - An Introduction
ML DL AI DS BD - An Introduction
 
Intro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning PresentationIntro/Overview on Machine Learning Presentation
Intro/Overview on Machine Learning Presentation
 
Machine learning overview
Machine learning overviewMachine learning overview
Machine learning overview
 
MachineLearning.ppt
MachineLearning.pptMachineLearning.ppt
MachineLearning.ppt
 
Classification Based Machine Learning Algorithms
Classification Based Machine Learning AlgorithmsClassification Based Machine Learning Algorithms
Classification Based Machine Learning Algorithms
 
Machine Learning presentation.
Machine Learning presentation.Machine Learning presentation.
Machine Learning presentation.
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)Introduction to ML (Machine Learning)
Introduction to ML (Machine Learning)
 
Machine Learning
Machine Learning Machine Learning
Machine Learning
 
Introduction to Machine Learning Classifiers
Introduction to Machine Learning ClassifiersIntroduction to Machine Learning Classifiers
Introduction to Machine Learning Classifiers
 
Introduction to-machine-learning
Introduction to-machine-learningIntroduction to-machine-learning
Introduction to-machine-learning
 

En vedette

Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine LearningLior Rokach
 
Machine Learning on Big Data
Machine Learning on Big DataMachine Learning on Big Data
Machine Learning on Big DataMax Lin
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningLars Marius Garshol
 
Introduction to Machine Learning and Deep Learning
Introduction to Machine Learning and Deep LearningIntroduction to Machine Learning and Deep Learning
Introduction to Machine Learning and Deep LearningTerry Taewoong Um
 
[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程台灣資料科學年會
 
Machine learning workshop @DYP Pune
Machine learning workshop @DYP PuneMachine learning workshop @DYP Pune
Machine learning workshop @DYP PuneGanesh Raskar
 
Introduction to Data Science and Large-scale Machine Learning
Introduction to Data Science and Large-scale Machine LearningIntroduction to Data Science and Large-scale Machine Learning
Introduction to Data Science and Large-scale Machine LearningNik Spirin
 
Introduction on Data Science
Introduction on Data ScienceIntroduction on Data Science
Introduction on Data ScienceEdureka!
 
QCon Rio - Machine Learning for Everyone
QCon Rio - Machine Learning for EveryoneQCon Rio - Machine Learning for Everyone
QCon Rio - Machine Learning for EveryoneDhiana Deva
 
Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)Rakuten Group, Inc.
 
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
 
C h 04 oop_inheritance
C h 04 oop_inheritanceC h 04 oop_inheritance
C h 04 oop_inheritanceshatha00
 
Oop inheritance
Oop inheritanceOop inheritance
Oop inheritanceZubair CH
 
#OOP_D_ITS - 5th - C++ Oop Operator Overloading
#OOP_D_ITS - 5th - C++ Oop Operator Overloading#OOP_D_ITS - 5th - C++ Oop Operator Overloading
#OOP_D_ITS - 5th - C++ Oop Operator OverloadingHadziq Fabroyir
 
OOP Chapter 8 : Inheritance
OOP Chapter 8 : InheritanceOOP Chapter 8 : Inheritance
OOP Chapter 8 : InheritanceAtit Patumvan
 
Inheritance OOP Concept in C++.
Inheritance OOP Concept in C++.Inheritance OOP Concept in C++.
Inheritance OOP Concept in C++.MASQ Technologies
 

En vedette (20)

Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Machine Learning for Dummies
Machine Learning for DummiesMachine Learning for Dummies
Machine Learning for Dummies
 
Machine Learning
Machine LearningMachine Learning
Machine Learning
 
Machine Learning on Big Data
Machine Learning on Big DataMachine Learning on Big Data
Machine Learning on Big Data
 
Introduction to Big Data/Machine Learning
Introduction to Big Data/Machine LearningIntroduction to Big Data/Machine Learning
Introduction to Big Data/Machine Learning
 
Introduction to Machine Learning and Deep Learning
Introduction to Machine Learning and Deep LearningIntroduction to Machine Learning and Deep Learning
Introduction to Machine Learning and Deep Learning
 
[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程[系列活動] Machine Learning 機器學習課程
[系列活動] Machine Learning 機器學習課程
 
OOP Inheritance
OOP InheritanceOOP Inheritance
OOP Inheritance
 
Machine learning workshop @DYP Pune
Machine learning workshop @DYP PuneMachine learning workshop @DYP Pune
Machine learning workshop @DYP Pune
 
Introduction to Data Science and Large-scale Machine Learning
Introduction to Data Science and Large-scale Machine LearningIntroduction to Data Science and Large-scale Machine Learning
Introduction to Data Science and Large-scale Machine Learning
 
Introduction on Data Science
Introduction on Data ScienceIntroduction on Data Science
Introduction on Data Science
 
QCon Rio - Machine Learning for Everyone
QCon Rio - Machine Learning for EveryoneQCon Rio - Machine Learning for Everyone
QCon Rio - Machine Learning for Everyone
 
Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)Introduction to Deep Learning (NVIDIA)
Introduction to Deep Learning (NVIDIA)
 
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
 
Inheritance
InheritanceInheritance
Inheritance
 
C h 04 oop_inheritance
C h 04 oop_inheritanceC h 04 oop_inheritance
C h 04 oop_inheritance
 
Oop inheritance
Oop inheritanceOop inheritance
Oop inheritance
 
#OOP_D_ITS - 5th - C++ Oop Operator Overloading
#OOP_D_ITS - 5th - C++ Oop Operator Overloading#OOP_D_ITS - 5th - C++ Oop Operator Overloading
#OOP_D_ITS - 5th - C++ Oop Operator Overloading
 
OOP Chapter 8 : Inheritance
OOP Chapter 8 : InheritanceOOP Chapter 8 : Inheritance
OOP Chapter 8 : Inheritance
 
Inheritance OOP Concept in C++.
Inheritance OOP Concept in C++.Inheritance OOP Concept in C++.
Inheritance OOP Concept in C++.
 

Similaire à Machine Learning

Neural Networks
Neural Networks Neural Networks
Neural Networks Eric Su
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Taymoor Nazmy
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceGautam Sharma
 
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Antonio Lieto
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfKrishnaMadala1
 
Introduction.doc
Introduction.docIntroduction.doc
Introduction.docbutest
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by BhanuprakashEAGALA BHANU PRAKASH
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesGiovanni Sileno
 
Biological Neural Network.pptx
Biological Neural Network.pptxBiological Neural Network.pptx
Biological Neural Network.pptxAbdul Rehman
 
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...Antonio Lieto
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docbutest
 
Ai history to-m-learning
Ai history to-m-learningAi history to-m-learning
Ai history to-m-learningKyung Eun Park
 
Neural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended MindNeural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended MindSarah Anna Stewart
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecastingAmir Shokri
 
Lecture 02 introduction to ai
Lecture 02 introduction to aiLecture 02 introduction to ai
Lecture 02 introduction to aiHema Kashyap
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its applicationMohammed Abdel Razek
 

Similaire à Machine Learning (20)

Binary Search Algorithm
Binary Search Algorithm Binary Search Algorithm
Binary Search Algorithm
 
AI Presentation 1
AI Presentation 1AI Presentation 1
AI Presentation 1
 
Artificial intel
Artificial intelArtificial intel
Artificial intel
 
Neural Networks
Neural Networks Neural Networks
Neural Networks
 
Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-Artificial intelligent Lec 1-ai-introduction-
Artificial intelligent Lec 1-ai-introduction-
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
Invited Tutorial - Cognitive Design for Artificial Minds AI*IA 2022
 
Ch 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdfCh 1 Introduction to AI.pdf
Ch 1 Introduction to AI.pdf
 
Introduction.doc
Introduction.docIntroduction.doc
Introduction.doc
 
Artificial intellegence by Bhanuprakash
Artificial  intellegence by BhanuprakashArtificial  intellegence by Bhanuprakash
Artificial intellegence by Bhanuprakash
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective Trajectories
 
Biological Neural Network.pptx
Biological Neural Network.pptxBiological Neural Network.pptx
Biological Neural Network.pptx
 
Ai introduction
Ai introductionAi introduction
Ai introduction
 
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...
Lieto - Book Presentation Cognitive Design for Artificial Minds (AGI Northwes...
 
Introduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.docIntroduction to Artificial Intelligence.doc
Introduction to Artificial Intelligence.doc
 
Ai history to-m-learning
Ai history to-m-learningAi history to-m-learning
Ai history to-m-learning
 
Neural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended MindNeural Networks, Machine Learning and Extended Mind
Neural Networks, Machine Learning and Extended Mind
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
 
Lecture 02 introduction to ai
Lecture 02 introduction to aiLecture 02 introduction to ai
Lecture 02 introduction to ai
 
Artificial intelligence and its application
Artificial intelligence and its applicationArtificial intelligence and its application
Artificial intelligence and its application
 

Dernier

Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdfPearlKirahMaeRagusta1
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfayushiqss
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfVishalKumarJha10
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationShrmpro
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfkalichargn70th171
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyviewmasabamasaba
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...masabamasaba
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburgmasabamasaba
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 

Dernier (20)

Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
SHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions PresentationSHRMPro HRMS Software Solutions Presentation
SHRMPro HRMS Software Solutions Presentation
 
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdfPayment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
Payment Gateway Testing Simplified_ A Step-by-Step Guide for Beginners.pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 

Machine Learning

  • 2. A Bit About Me…. Computer Consultant, Trainer and Educator Master of Science – Computer Science  Artificial Intelligence and Expert Systems  Interest: Automated Adaptive Learning Systems Master of Education – Education, Policy, Organization and Leadership  eLearning in Higher Education  Interest: Online Knowledge Communities
  • 3. Learning Objectives  What is Machine Learning?
  • 4. Learning Objectives  What is Machine Learning?  What are some algorithms, types, and languages of Machine Learning?
  • 5. Learning Objectives  What is Machine Learning?  What are some algorithms, types, and languages of Machine Learning?  What are some applications for Machine Learning?
  • 6. Learning Objectives  What is Machine Learning?  What are some algorithms, types, and languages of Machine Learning?  What are some applications for Machine Learning?  What are some current trends and research in Machine Learning?
  • 7. Learning Objectives  What is Machine Learning?  What are some algorithms, types, and languages of Machine Learning?  What are some applications for Machine Learning?  What are some current trends and research in Machine Learning?  What are some careers with Machine Learning skills?
  • 8. Discussion Question  What does machine learning mean to you?
  • 9. What is Machine Learning? Machine learning is the subfield of computer science where computers “are given the ability to learn without being explicitly programmed” (Samuel, 1959).
  • 10. Trivia Question  Who Is known as the creator of modern computing?
  • 11. Trivia Question  Who Is known as the creator of modern computing?  In the 1930’s, he described the “universal computing machine”.
  • 12. Trivia Question  Who Is known as the creator of modern computing?  In the 1930’s, he described the “universal computing machine”.  His initials are A.T.
  • 13.
  • 14. Alan Turing Alan Turing described the “universal computing machine,” a “single machine that can be used to compute any computable sequence.” (Turing, 1936)
  • 15. Trivia Question  Who is one of the pioneers in Artificial Intelligence?
  • 16. Trivia Question  Who is one of the pioneers in Artificial Intelligence?  Who was the first to illustrate machine learning.
  • 17. Trivia Question  Who is one of the pioneers in Artificial Intelligence?  Who was the first to illustrate machine learning.  His checkers-playing program was the world's first self-learning program.
  • 18. Trivia Question  Who is one of the pioneers in Artificial Intelligence?  Was the first to illustrate machine learning.  His checkers-playing program was the world's first self-learning program.  His initials are A.S.
  • 19.
  • 20. Arthur Samuel’s Gameof Checkers  Arthur Samuel (1901–1990) was a pioneer of artificial intelligence research and was the first to illustrate the concept of machine learning in his Game of Checkers.  His Checkers-playing Program (Samuels, 1959) appears to be the world's first self-learning program.
  • 21. Look Ahead Through Tree of Possible Moves
  • 22. Trivia Question  Who Is known for illustrating artificial neural networks?
  • 23. Trivia Question  Who Is known for illustrating artificial neural networks?  He created Perceptron
  • 24. Trivia Question  Who Is known for illustrating artificial neural networks?  He created Perceptron  His initials are F.R.
  • 25. In The Beginning… Creatorof Modern ComputingThe Game of Checkers – Machine Learning Perceptron– Artificial Neural Network
  • 26. Frank Rosenblatt’s Perceptron  Frank Rosenblattcreatedthe Perceptronin 1957which was a first artificial neural network.
  • 27. A Few Machine Learning Algorithms  Decision Tree Learning  Association Rule Learning  Artificial Neural Networks
  • 29. Decision Tree Learning Decision Tree Learning Uses a decision tree as a predictive model, which maps observations about an item to conclusions about the item's target value.
  • 30. Decision Tree Learning Decision Tree Learning Uses a decision tree as a predictive model, which maps observations about an item to conclusions about the item's target value.
  • 32. Association Rule Learning Association Rule Learning A method for discovering interesting relations between variables in large databases.
  • 33. Association Rule Learning Association Rule Learning A method for discovering interesting relations between variables in large databases.
  • 34. Association Rule Learning Association Rule Learning A method for discovering interesting relations between variables in large databases.
  • 36. Artificial Neural Networks Artificial Neural Networks Computations are structured in terms of an interconnected group of artificial neurons, processing information using a connectionist approach to computation.
  • 37. Artificial Neural Networks Artificial NeuralNetworks Computations are structured in terms of an interconnected group of artificial neurons, processing information using a connectionist approach to computation. Modern neural networks are non-linear statisticaldata modeling tools.
  • 38. Artificial Neural Networks Artificial NeuralNetworks Computations are structured in terms of an interconnected group of artificial neurons, processing information using a connectionist approach to computation. Modern neural networks are non-linear statisticaldata modeling tools.
  • 39. Lisp, Prolog, et al  Lisp created by John McCarthy in 1958  Prolog created by Alain Colmerauer and Philippe Roussel in 1972  Allows for the logic programming needed for traversal creation of the neural networks  Recognizes the relationships between the data and their rules.  Semantic nets represent knowledge in tree-like patterns connecting nodes and arcs based on these rules.
  • 41. EMYCIN Expert System ( Van Melle, Shortliffe & Buchanan, 1981)
  • 42. Current Machine Learning Languages  MATLAB/Octave  R  Python  Java Family  C Family
  • 44. Supervised Learning: Predictive Model Feature Supervised Learning Strategy Use a predictive model that is given clear instructions
  • 45. Supervised Learning: Predictive Model Feature Supervised Learning Strategy Use a predictive model that is given clear instructions
  • 46. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Supervised Learning: Predictive Model
  • 47. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Supervised Learning: Predictive Model
  • 48. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Supervised Learning: Predictive Model
  • 49. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Supervised Learning: Predictive Model Decision Tree Classification
  • 50. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Supervised Learning: Predictive Model Decision Tree Classification
  • 51. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Use Predict the likelihood of an earthquakeor tornado Supervised Learning: Predictive Model
  • 52. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Use Predict the likelihood of an earthquakeor tornado Supervised Learning: Predictive Model
  • 53. Feature Supervised Learning Strategy Use a predictive model that is given clear instructions Algorithm Nearest neighbor, Naïve Bayes, Decision Trees,Regression Use Predict the likelihood of an earthquakeor tornado Supervised Learning: Predictive Model
  • 54. Unsupervised Learning: Descriptive Model Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other.
  • 55. Unsupervised Learning: Descriptive Model Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other.
  • 56. Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other. Algorithm K-meansClustering Algorithm Unsupervised Learning: Descriptive Model
  • 57. Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other. Algorithm K-meansClustering Algorithm Unsupervised Learning: Descriptive Model
  • 58. Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other. Algorithm K-meansClustering Algorithm Use Predict which diseases are likely to occuralong with diabetes. Unsupervised Learning: Descriptive Model
  • 59. Feature Unsupervised Learning Strategy Uses a descriptive model whereno target is set and no single featureis more importantthan the other. Algorithm K-meansClustering Algorithm Use Predict which diseases are likely to occuralong with diabetes. Unsupervised Learning: Descriptive Model
  • 60. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Reinforcement Learning
  • 61. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Reinforcement Learning
  • 62. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Algorithm Markov Decision Process Reinforcement Learning
  • 63. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Algorithm Markov Decision Process Reinforcement Learning
  • 64. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Algorithm Markov Decision Process Use Self driving carsuse it to make decisionscontinuously on which routeto take and what speed to driveand so on… Reinforcement Learning
  • 65. Feature Reinforcement Learning Strategy Trains itself on a continualbasis based on the environmentit is exposed to,and applies it’s enriched knowledgeto solve problems. Algorithm Markov Decision Process Use Self driving carsuse it to make decisionscontinuously on which routeto take and what speed to driveand so on… Reinforcement Learning
  • 66. Machine Learning Work Flow "Machine Learning" emphasizes that the computer machine/program must do some work after it is given data. (Brand,2015)
  • 67. Azure Machine Learning Workflow (Grondlund,2016)
  • 68. Google and Facebook  Google and Facebook use Machine Learning extensively to push their respective ads to the relevant users.
  • 69. Banking and Financial Providers  Banking and Financial Providers can use Machine Learning to predict the customers who are likely to default from paying loans or credit card bills.
  • 70. Healthcare Providers  Healthcare Providers can use Machine Learning to diagnose deadly diseases based on the symptoms of patients and tallying them with the past data of similar kind of patients.
  • 71. Retailers  Retailers can use Machine Learning to determine fast and slow moving products.
  • 75. In Conclusion…  Machine Learning is a subset of Artificial Intelligence.
  • 76. In Conclusion…  Machine Learning is a subset of Artificial Intelligence.  It refers to the techniques involved in dealing with vast data, in the most intelligent fashion, (by developing algorithms) to derive actionable insights.
  • 77. In Conclusion…  Machine Learning is a subset of Artificial Intelligence.  It refers to the techniques involved in dealing with vast data, in the most intelligent fashion, (by developing algorithms) to derive actionable insights.  There are a wide variety of algorithms and techniques to aid in machine learning and the technique chosen is determined by what one wants the machine to learn.
  • 80. Summary  We offered a brief history and definition of Machine Learning
  • 81. Summary  We offered a brief history and definition of Machine Learning  We explored different types and applications of Machine Learning
  • 82. Summary  We offered a brief history and definition of Machine Learning  We explored different types and applications of Machine Learning  We looked at current trends, research and careers in Machine Learning.
  • 83. References Blank, S. (2014) Tools and Blogs for Entrepreneur.Retrievedfromhttps://steveblank.com/tools-and-blogs-for- entrepreneurs/. Chen, F. (2016). AI, Deep Learning, and Machine Learning a Prime. Retrieved fromhttp://a16z.com/2016/06/10/ai-deep- learning-machines/. Computer Visions.(2015). Deep Leariningverus Machine Learning. Retrieved from http://www.computervisionblog.com/2015/03/deep-learning-vs-machine-learning-vs.html. Grondlund,C.J..(2016). Introductionto machine learningin the cloud.Retrieved from https://docs.microsoft.com/en- us/azure/machine-learning/machine-learning-what-is-machine-learning. Khan, M. (2016). Minimal and clean Python implementations ofMachine Learningalgorithms.Great for learninghow these algorithms work! Retrieved from https://www.linkedin.com/groups/2642596/2642596-6204217888639934466 McCarthy, J. & Feigenbaum,E.(1990). In Memoriam ArthurSamuel: Pioneer in Machine Learning. AI Magazine. AAAI.11 (3). Retrieved fromhttp://www.aaai.org/ojs/index.php/aimagazine/article/view/840/758. Nvidia.(2016). What’s the Difference Between Artificial Intelligence, Machine Learning,and Deep Learning? Retrieved from https://blogs.nvidia.com/blog/2016/07/29/whats-difference-artificial-intelligence-machine-learning-deep-learning- ai/. Vidya.(2016). Machine LearningBasics. Retrieved from https://www.analyticsvidhya.com/blog/2015/06/machine- learning-basics/.
  • 84. Questions?  What are your thoughts, ideas, suggestions on Machine Learning?