SlideShare a Scribd company logo
1 of 23
Developer Series
Join our webinar series to expand your developer skills!
Security Tuesdays
Data Science and AI Wednesdays
Cloud Native and Red Hat OpenShift
Thursdays
meetup.com/IBM-Cloud-MEA
Build and deploy your Machine Learning
models effortlessly
—
Sidra Ahmed
Developer Advocate, UAE
Anam Mahmood
Developer Advocate, UAE
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at:
https://ibm.biz/BdfEMZ
Let’s get started
• Sign up/Log in to your IBM Cloud
Account
https://ibm.biz/BdfEMZ
• Follow along for the hands-on:
https://github.com/Anam-
Mahmood/watson-studio-learning-path-
assets
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
4
chat with everyone!
Q&A here!
Follow us to get
notified about
upcoming events
View more info about this event
Workshop Resources
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Survey
https://www.surveygizmo.com/s3/6083679/9e93461cbf3e
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
Agenda
6
Jupyter Notebooks 16
Hands-On 17
What is Data Science? 08
What is Machine Learning 09
Supervised and Unsupervised
Learning 10
Classification Algorithms 11
Logistic Regression 12
k- nearest neighbors 13
Decision Trees 14
Random Forest 15
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
"Data is the new oil. It’s
valuable, but if
unrefined it cannot
really be used."
-Clive Humby
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
What is Data Science?
Data science is an
interdisciplinary field leveraging
insights from many fields to
extract knowledge from data.
8
https://blog.finxter.com/artificial-intelligence-machine-learning-deep-learning-and-data-science-whats-the-difference/
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
What is Machine Learning?
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
Classification
Algorithms
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
Logistic Regression
• Extension to the linear regression
algorithm
• Instead of actual continuous value,
we predict the probability of an
outcome
• Sigmoid Function
• It is used when the output is
categorical:
To predict whether an email is spam
(1) or (0)
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
https://towardsdatascience.com/introduction-to-logistic-regression-66248243c148
Get started at: https://ibm.biz/BdfEMZ
k-nearest neighbors
(KNN)
• “Birds of a feather flock together.”
• Classifies data points based on the
points that are most similar to it.
• Non-parametric, lazy learning
• Classified by majority vote of K
nearest neighbors
• Assigned to class most common
among K neighbors
• Examples: Pattern recognition,
Recommender systems, image
classification
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
https://importq.wordpress.com/2017/11/24/mnist-analysis-using-knn/
Get started at: https://ibm.biz/BdfEMZ
Decision Trees
• Flow-chart like tree structure
• uses training data to derive
classification rules
• Works for both categorical and
continuous input and output
variables
• Non-parametric
• Visualization mimics human thinking
• Easy to understand and interpret
• Prone to over fitting models
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
https://algobeans.com/2016/07/27/decision-trees-tutorial/
Get started at: https://ibm.biz/BdfEMZ
Random Forest
Supervised learning approach
• Learning from the input data
• Uses the learning to classify new
observations
• Predicts categorical class labels
• Examples: Speech recognition, Face
recognition, Car type recognition
• Ensemble model that grows multiple
tree and classify objects based on
the “votes” of all the tree
• Fits decision trees on sub-samples of
datasets
• Uses average to improve accuracy of
the model and controls over-fitting
• Slow real time prediction
• Examples: Fraud prediction, stock
market analysis
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
https://towardsdatascience.com/a-quick-and-dirty-guide-to-random-forest-regression-
52ca0af157f8
Get started at: https://ibm.biz/BdfEMZ
Image source: https://plotly.com/python/ipython-notebook-tutorial/
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Get started at: https://ibm.biz/BdfEMZ
Hands-On
Get started at: https://ibm.biz/BdfEMZ
• Sign up/Log in to your IBM Cloud
Account
https://ibm.biz/BdfEMZ
 Follow along for the hands-on:
https://github.com/Anam-
Mahmood/watson-studio-learning-path-
assets
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Usecase
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
https://www.predicagroup.com/blog/customer-churn-analysis/
• Churn refers to customers no longer
using a company’s services or products.
• Churn analysis is the evaluation of a
company’s customer loss rate in order
to reduce it.
Wrap Up
• Machine Learning is a subset of AI techniques which uses statistical methods to
enable machines to improve with experience.
• Machine Learning has two main types of algorithms: Supervised and Unsupervised.
• Jupyter Notebook, as web-based environment for interactive computing. You can run
small pieces of code that process your data, and you can immediately view the results of
your computation.
• Lastly, we have concluded the presentation with an interactive demo for performing data
preparation and visualization as well as model training using Jupyter Notebooks.
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Useful Links
IBM Developer: https://developer.ibm.com/
Meetup: https://www.meetup.com/IBM-Cloud-MEA/
Learning:
https://cognitiveclass.ai/
https://learn.ibm.com/
IBM Watson Studio:
https://www.ibm.com/cloud/watson-studio
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Survey
https://www.surveygizmo.com/s3/6083679/9e93461cbf3e
Get started at: https://ibm.biz/BdfEMZ
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Thank you
Sidra Ahmed
Developer Advocate, UAE
Sidra.Ahmed@ibm.com
@acciogibberish
Anam Mahmood
Developer Advocate, UAE
anam.mahmood@ibm.com
Get started at: https://ibm.biz/BdfEMY
Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
Build and deploy your machine learning models effortlessly (2)

More Related Content

Similar to Build and deploy your machine learning models effortlessly (2)

IBM i & Data Science in the AI era.
IBM i & Data Science in the AI era.  IBM i & Data Science in the AI era.
IBM i & Data Science in the AI era. Benoit Marolleau
 
Webinar GLUGNet - Machine Learning.Net and Windows Machine Learning
Webinar GLUGNet - Machine Learning.Net and Windows Machine LearningWebinar GLUGNet - Machine Learning.Net and Windows Machine Learning
Webinar GLUGNet - Machine Learning.Net and Windows Machine LearningBruno Capuano
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyLuis Benitez
 
Inteligencia artificial, open source e IBM Call for Code
Inteligencia artificial, open source e IBM Call for CodeInteligencia artificial, open source e IBM Call for Code
Inteligencia artificial, open source e IBM Call for CodeLuciano Resende
 
Simplifying AI and Machine Learning with Watson Studio
Simplifying AI and Machine Learning with Watson StudioSimplifying AI and Machine Learning with Watson Studio
Simplifying AI and Machine Learning with Watson StudioDataWorks Summit
 
Cloud Agnostic sentiment analysis
Cloud Agnostic sentiment analysisCloud Agnostic sentiment analysis
Cloud Agnostic sentiment analysisbeCloudReady
 
2018 12 18 Tech Valley UserGroup Machine Learning.Net
2018 12 18 Tech Valley UserGroup Machine Learning.Net2018 12 18 Tech Valley UserGroup Machine Learning.Net
2018 12 18 Tech Valley UserGroup Machine Learning.NetBruno Capuano
 
IBM Cloud Private and IBM Power Systems: Overview and Real-World Scenarios
IBM Cloud Private and IBM Power Systems: Overview and Real-World ScenariosIBM Cloud Private and IBM Power Systems: Overview and Real-World Scenarios
IBM Cloud Private and IBM Power Systems: Overview and Real-World ScenariosJoe Cropper
 
Model driven engineering for big data management systems
Model driven engineering for big data management systemsModel driven engineering for big data management systems
Model driven engineering for big data management systemsMarcos Almeida
 
Amazon SageMaker workshop
Amazon SageMaker workshopAmazon SageMaker workshop
Amazon SageMaker workshopJulien SIMON
 
MLOPS By Amazon offered and free download
MLOPS By Amazon offered and free downloadMLOPS By Amazon offered and free download
MLOPS By Amazon offered and free downloadpouyan533
 
IBM Cognos Dimensional Dashboarding Techniques
IBM Cognos Dimensional Dashboarding TechniquesIBM Cognos Dimensional Dashboarding Techniques
IBM Cognos Dimensional Dashboarding TechniquesSenturus
 
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...Michael O'Sullivan
 
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018Train & Deploy ML Models with Amazon Sagemaker: Collision 2018
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018Amazon Web Services
 
Machine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerMachine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerAmazon Web Services
 
BLU Acceleration on the Cloud – 101
BLU Acceleration on the Cloud – 101BLU Acceleration on the Cloud – 101
BLU Acceleration on the Cloud – 101IBM Analytics
 
Smart buckets ppt
Smart buckets pptSmart buckets ppt
Smart buckets pptkiran Patel
 

Similar to Build and deploy your machine learning models effortlessly (2) (20)

IBM i & Data Science in the AI era.
IBM i & Data Science in the AI era.  IBM i & Data Science in the AI era.
IBM i & Data Science in the AI era.
 
Webinar GLUGNet - Machine Learning.Net and Windows Machine Learning
Webinar GLUGNet - Machine Learning.Net and Windows Machine LearningWebinar GLUGNet - Machine Learning.Net and Windows Machine Learning
Webinar GLUGNet - Machine Learning.Net and Windows Machine Learning
 
IBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development StrategyIBM Connections Cloud Application Development Strategy
IBM Connections Cloud Application Development Strategy
 
Inteligencia artificial, open source e IBM Call for Code
Inteligencia artificial, open source e IBM Call for CodeInteligencia artificial, open source e IBM Call for Code
Inteligencia artificial, open source e IBM Call for Code
 
Simplifying AI and Machine Learning with Watson Studio
Simplifying AI and Machine Learning with Watson StudioSimplifying AI and Machine Learning with Watson Studio
Simplifying AI and Machine Learning with Watson Studio
 
Cloud Agnostic sentiment analysis
Cloud Agnostic sentiment analysisCloud Agnostic sentiment analysis
Cloud Agnostic sentiment analysis
 
UI_Engineer
UI_EngineerUI_Engineer
UI_Engineer
 
2018 12 18 Tech Valley UserGroup Machine Learning.Net
2018 12 18 Tech Valley UserGroup Machine Learning.Net2018 12 18 Tech Valley UserGroup Machine Learning.Net
2018 12 18 Tech Valley UserGroup Machine Learning.Net
 
V5I1-IJERTV5IS010514
V5I1-IJERTV5IS010514V5I1-IJERTV5IS010514
V5I1-IJERTV5IS010514
 
IBM Cloud Private and IBM Power Systems: Overview and Real-World Scenarios
IBM Cloud Private and IBM Power Systems: Overview and Real-World ScenariosIBM Cloud Private and IBM Power Systems: Overview and Real-World Scenarios
IBM Cloud Private and IBM Power Systems: Overview and Real-World Scenarios
 
Model driven engineering for big data management systems
Model driven engineering for big data management systemsModel driven engineering for big data management systems
Model driven engineering for big data management systems
 
Amazon SageMaker workshop
Amazon SageMaker workshopAmazon SageMaker workshop
Amazon SageMaker workshop
 
MLOPS By Amazon offered and free download
MLOPS By Amazon offered and free downloadMLOPS By Amazon offered and free download
MLOPS By Amazon offered and free download
 
IBM Cognos Dimensional Dashboarding Techniques
IBM Cognos Dimensional Dashboarding TechniquesIBM Cognos Dimensional Dashboarding Techniques
IBM Cognos Dimensional Dashboarding Techniques
 
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
IBM Cloud UCC Talk, 8th December 2020 - Cloud Native, Microservices, and Serv...
 
Machine Learning with Apache Spark
Machine Learning with Apache SparkMachine Learning with Apache Spark
Machine Learning with Apache Spark
 
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018Train & Deploy ML Models with Amazon Sagemaker: Collision 2018
Train & Deploy ML Models with Amazon Sagemaker: Collision 2018
 
Machine Learning & Amazon SageMaker
Machine Learning & Amazon SageMakerMachine Learning & Amazon SageMaker
Machine Learning & Amazon SageMaker
 
BLU Acceleration on the Cloud – 101
BLU Acceleration on the Cloud – 101BLU Acceleration on the Cloud – 101
BLU Acceleration on the Cloud – 101
 
Smart buckets ppt
Smart buckets pptSmart buckets ppt
Smart buckets ppt
 

Recently uploaded

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard37
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringWSO2
 
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
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxMarkSteadman7
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformWSO2
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 

Recently uploaded (20)

WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
JohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptxJohnPollard-hybrid-app-RailsConf2024.pptx
JohnPollard-hybrid-app-RailsConf2024.pptx
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Choreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software EngineeringChoreo: Empowering the Future of Enterprise Software Engineering
Choreo: Empowering the Future of Enterprise Software Engineering
 
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
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Simplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptxSimplifying Mobile A11y Presentation.pptx
Simplifying Mobile A11y Presentation.pptx
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 

Build and deploy your machine learning models effortlessly (2)

  • 1. Developer Series Join our webinar series to expand your developer skills! Security Tuesdays Data Science and AI Wednesdays Cloud Native and Red Hat OpenShift Thursdays meetup.com/IBM-Cloud-MEA
  • 2. Build and deploy your Machine Learning models effortlessly — Sidra Ahmed Developer Advocate, UAE Anam Mahmood Developer Advocate, UAE Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 3. Let’s get started • Sign up/Log in to your IBM Cloud Account https://ibm.biz/BdfEMZ • Follow along for the hands-on: https://github.com/Anam- Mahmood/watson-studio-learning-path- assets Get started at: https://ibm.biz/BdfEMZ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 4. 4 chat with everyone! Q&A here! Follow us to get notified about upcoming events View more info about this event Workshop Resources Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 5. Survey https://www.surveygizmo.com/s3/6083679/9e93461cbf3e Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 6. Agenda 6 Jupyter Notebooks 16 Hands-On 17 What is Data Science? 08 What is Machine Learning 09 Supervised and Unsupervised Learning 10 Classification Algorithms 11 Logistic Regression 12 k- nearest neighbors 13 Decision Trees 14 Random Forest 15 Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 7. "Data is the new oil. It’s valuable, but if unrefined it cannot really be used." -Clive Humby Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 8. What is Data Science? Data science is an interdisciplinary field leveraging insights from many fields to extract knowledge from data. 8 https://blog.finxter.com/artificial-intelligence-machine-learning-deep-learning-and-data-science-whats-the-difference/ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 9. What is Machine Learning? Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 10. Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 11. Classification Algorithms Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 12. Logistic Regression • Extension to the linear regression algorithm • Instead of actual continuous value, we predict the probability of an outcome • Sigmoid Function • It is used when the output is categorical: To predict whether an email is spam (1) or (0) Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation https://towardsdatascience.com/introduction-to-logistic-regression-66248243c148 Get started at: https://ibm.biz/BdfEMZ
  • 13. k-nearest neighbors (KNN) • “Birds of a feather flock together.” • Classifies data points based on the points that are most similar to it. • Non-parametric, lazy learning • Classified by majority vote of K nearest neighbors • Assigned to class most common among K neighbors • Examples: Pattern recognition, Recommender systems, image classification Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation https://importq.wordpress.com/2017/11/24/mnist-analysis-using-knn/ Get started at: https://ibm.biz/BdfEMZ
  • 14. Decision Trees • Flow-chart like tree structure • uses training data to derive classification rules • Works for both categorical and continuous input and output variables • Non-parametric • Visualization mimics human thinking • Easy to understand and interpret • Prone to over fitting models Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation https://algobeans.com/2016/07/27/decision-trees-tutorial/ Get started at: https://ibm.biz/BdfEMZ
  • 15. Random Forest Supervised learning approach • Learning from the input data • Uses the learning to classify new observations • Predicts categorical class labels • Examples: Speech recognition, Face recognition, Car type recognition • Ensemble model that grows multiple tree and classify objects based on the “votes” of all the tree • Fits decision trees on sub-samples of datasets • Uses average to improve accuracy of the model and controls over-fitting • Slow real time prediction • Examples: Fraud prediction, stock market analysis Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation https://towardsdatascience.com/a-quick-and-dirty-guide-to-random-forest-regression- 52ca0af157f8 Get started at: https://ibm.biz/BdfEMZ
  • 16. Image source: https://plotly.com/python/ipython-notebook-tutorial/ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation Get started at: https://ibm.biz/BdfEMZ
  • 17. Hands-On Get started at: https://ibm.biz/BdfEMZ • Sign up/Log in to your IBM Cloud Account https://ibm.biz/BdfEMZ  Follow along for the hands-on: https://github.com/Anam- Mahmood/watson-studio-learning-path- assets Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 18. Usecase Get started at: https://ibm.biz/BdfEMZ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation https://www.predicagroup.com/blog/customer-churn-analysis/ • Churn refers to customers no longer using a company’s services or products. • Churn analysis is the evaluation of a company’s customer loss rate in order to reduce it.
  • 19. Wrap Up • Machine Learning is a subset of AI techniques which uses statistical methods to enable machines to improve with experience. • Machine Learning has two main types of algorithms: Supervised and Unsupervised. • Jupyter Notebook, as web-based environment for interactive computing. You can run small pieces of code that process your data, and you can immediately view the results of your computation. • Lastly, we have concluded the presentation with an interactive demo for performing data preparation and visualization as well as model training using Jupyter Notebooks. Get started at: https://ibm.biz/BdfEMZ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 20. Useful Links IBM Developer: https://developer.ibm.com/ Meetup: https://www.meetup.com/IBM-Cloud-MEA/ Learning: https://cognitiveclass.ai/ https://learn.ibm.com/ IBM Watson Studio: https://www.ibm.com/cloud/watson-studio Get started at: https://ibm.biz/BdfEMZ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 21. Survey https://www.surveygizmo.com/s3/6083679/9e93461cbf3e Get started at: https://ibm.biz/BdfEMZ Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation
  • 22. Thank you Sidra Ahmed Developer Advocate, UAE Sidra.Ahmed@ibm.com @acciogibberish Anam Mahmood Developer Advocate, UAE anam.mahmood@ibm.com Get started at: https://ibm.biz/BdfEMY Build and deploy your Machine Learning models effortlessly February 3rd, 2021 / © 2021 IBM Corporation