SlideShare uma empresa Scribd logo
1 de 68
Introduction to
Machine Learning
WeCloudData
@WeCloudData @WeCloudData tordatascience
weclouddata
WeCloudData tordatascience
Career
Services
Meetup
Events
Introduction
Data Skills
Training
WeCloudData offers Toronto’s first data
science accelerator program. We specialize
in teaching lead-edge tools such as AWS,
Spark, and Machine Learning and help our
corporate clients upskill/reskill their data
teams
WCD works with some of the most
talented and experienced data
science experts to deliver public
and corporate trainings. We
currently have 21 part-time and 2
full-time instructors.
Our instructors bring their analytical
expertise from various industries,
teach students advanced tools
such as Python, Hadoop, Spark,
and AWS, mentor students on end-
to-end data projects.
Introduction
Faculty Team
21
Instructors
10
Teaching
Assistants
Python for SAS
and SQL Users
Machine
Learning |
Deep Learning
Big Data
Executive
Workshops
Product & Services
Corporate Training
We offer customized corporate training to Canadian
companies with flexible schedules and learning
support!
We help train, upskill, and
reskill data teams!
Python for SAS Users
Machine Learning
Big Data
AI/DS for Executives
Corporate Data Programs
We’ve delivered customized trainings to many large Canadian companies
WeCloudData
Corporate
Program
We offer customized corporate training to Canadian
companies with flexible schedules and learning support!
We help train, upskill,
and reskill data teams!
Introduction
Communities we’re building
8,000 members
120 events
We organize one of the most active DS
communities in Canada!
Upcoming Events
Schedule
Track
Meetup
Org
Topic Date
Data Science WCD Introduction to Machine Learning May 29
Big Data WCD Big Data for Data Scientist – Open Class Jun 4
Big Data WCD Spark on Kubernetes Jun 5
Big Data Lightbend Kafka in Jail with Strimzi Jun 11
Cloud
Big Data & AI
Conference
Machine Learning from
Experimentation to Production on AWS
Jun 12
Big Data
Big Data & AI
Conference
Transforming big data from On-premise
to the Cloud
Jun 12
Data Science
Big Data & AI
Conference
Spark for Data Science Jun 13
Data Science
Big Data & AI
Conference
Moving Towards a Python Environment Jun 13
tordatascience
Workshop Provider
Conference/Clients
Workshop Provider
TMLS Conference
November, 2018
Workshop Provider
TD Canada
Analytics Month
October, 2018
• Machine Learning Open Data
• Spark ML and MLflow
• Deep Learning with PyTorch
• Python for SAS Users
• Machine Learning with Python
Workshop Provider
Big Data & AI
Toronto 2019
June, 2019
• Big Data in AWS Cloud
• Spark for Data Science
• Moving from On-Prem to Cloud
WeCloudData is the conference workshop choice of vendors in Toronto due to our expertise and specialty.
Analytics Events
We help companies with hiring/branding events
WeCloudData organizes one of the
largest and most active data science
communities in Toronto with 7,500
members and 110 past events. We help
companies facilitate mini-conferences
and help them run hiring events.
2005
2007
2008 2010
2011
2015
2012
2014 2016 2018
Instructor
Shaohua Zhang
• Co-founder and CEO of WeCloudData. Lead instructor for the corporate training program
• Certified SAS Predictive Modeler since 2007 (among the first 20 in the world)
• Helped build and lead the data science team at BlackBerry (2010 – 2015)
• Helping Communitech incubator and Open Data Exchange mentor startups on data strategies
• Specializes in machine learning, big data, and cloud computing
Learning Path
Data Science Program
Prerequisites
Data Science
Learning Path
Learn to build ML
models using
Sklearn
ML Applied
Master data
wrangling with
Python
Data Science
w/ Python
Harness big data
with Hadoop, Hive,
Presto, and
AtScale
Big Data
Build your portfolio
with hands-on
Capstone projects
ML Advanced
Machine Learning
at Scale with
PySpark ML and
Real-time
Deployment
Spark
Contact us about the courses:
• info@weclouddata.com
Upcoming courses:
• https://weclouddata.com/upcoming-course-schedule
DS
Trainer
Data Scientist
Data Jobs in the
MarketData Handling Complex Analytics Big Data Storytelling
Data Science
Data Scientist
Coding/Tools
Math/ML Storytelling
Data
Scientist
Linux
Python/Scala/Java
Cloud (AWS)
Hadoop, Spark
Statistics
Linear Algebra
Regression
Classification
Clustering
NLP
Presentation
Use cases
Project Mgmt
Communications
Data Science
Essential Skills
Data
Application
Scraping/API
Labeled data
Infra/
Platform
RDBMS
Hadoop
Cloud
Data Engineering
ETL
Enrichment
Dataflow
automation
AI/ML
Python
ML
Deployment
Prediction API
Stream
processing
Data Science
The Myth
Data Scientist
The Types
Operational DS
Focus: data wrangling, work with
large/small messy data, builds
predictive models
Strength: data handling, tools, business
knowledge
ML Engineer
Focus: ML model deployment, data
pipelines
Strength: coding, algorithms, machine
learning, platforms and tools
ML Researcher
Focus: algorithm development,
research, IP
Strength: ML/DL algorithms,
implmentation, research
DS Product Mngr
Focus: product strategy, business
communications, project management
Strength: product sense, business
requirements, DS acumen
Predictive
Modeler
GrowthAcquisition Maturity Decline Loss
● Lead Gen
● Digital Mktg
● Mobile Ads
● Cross/Up-sell
● Segmentation
● CLTV
● Taste graph
● Personalization
● Loyalty Management
● Context-based Mkgt
● Churn models
● Retention
Acquisition
Models
LTV Loyalty
Management
Retention Winback
Customer
Value
● Winback
models
Predict high risk customers
Data
Scientist
Data
Scientist
Twitter API
Data
Scientist
Business
Our new product feature received a lot of negative review..
- Can we do some analysis?
Introduction to Machine
Learning
Machine Learning
Height (in)
Weight(lbs)
Humans
Machine Learning
download speed (Mb/s)
uploadspeed(Mb/s)
Internet Providers
Machine Learning
Sepal Length
PetalLength
Iris Flowers
MACHINE
LEARNING
CONTINUOUS CATEGORICAL
SUPERVISED REGRESSION CLASSIFICATION
UNSUPERVISED
DIMENSION
REDUCTION
CLUSTERING
Types of Machine Learning Algorithms
Machine Learning Tools
Machine Learning Lifecycle
ML Lifecycle
ML Lifecycle
Data Acquisition &
Preparation
Data Acquisition
• Behavioral data
• Scraped data
• 3rd party data
• Labeled data
Modeling Dataset
Credit
Approval
Age Gender
Annual
Salary
Months in
Residence
Months
in Job
Current
Debt
Paid off
Credit
Client 1 23 M $30,000 36 12 $5,000 Yes
Client 2 30 F $45,000 12 12 $1,000 Yes
Client 3 19 M $15,000 3 1 $10,000 No
Client 4 25 M $25,000 12 27 $15,000 ?
Features (Predictors | Input
Variables)
Labels
(Target)
ID
(Index)
Data Preparation
Data Exploration
Exploratory Data Analysis
Exploratory Data Analysis
Train/Test Split
Train/Validation/Test Split
Train Validation Testing
Dataset
Holdout Approach
Dataset
Cross-validation Approach
TestingTrain
Cross-
validation
Feature Processing
(Engineering)
Feature Preprocessing
● Derived features
● Feature scaling
● Variable binning
● One-hot encoding
● Weight of evidence
● TF-IDF
● etc.
Model Fitting
Decision Tree
Overfitting/Underfitting
Model Evaluation & Selection
Evaluation Metrics
Parameter Tuning
Cross-validation
Dataset
TestingTrain
Performance 1
Performance 2
Performance 3
Performance 4
Performance 5
Performance avg
Train
SVM
Dataset
Train Test
Train
RandomForest
Test
Test
Cross-validation
Winning
Model
Winning Parameter
Set
Model Interpretation
Linear Classification Model Interpretation – Logistic Regression
Non-linear Classification Model Interpretation – Decision Tree
Complex Model Interpretation – Surrogate Model
Complex Model Interpretation – Feature Importance
Feature Importance plots are quite common for explaining the models. But it’s not ideal. For
instance, it doesn’t get any indication of the direction of the relationship, whether it’s linear
or non-linear.
Complex Model Interpretation – Feature Importance
Feature Importance plots are quite common for explaining the models. But it’s not ideal. For
instance, it doesn’t get any indication of the direction of the relationship, whether it’s linear
or non-linear.
Complex Model Interpretation – LIME
Lime is short for Local Interpretable Model-Agnostic Explanations. Each part of the name reflects
something that we desire in explanations. Local refers to local fidelity - i.e., we want the explanation to
really reflect the behaviour of the classifier "around" the instance being predicted.This explanation is
useless unless it is interpretable - that is, unless a human can make sense of it. Lime is able to explain
any model without needing to 'peak' into it, so it is model-agnostic.
All previously mentioned methods can give an idea about the global behavior of
the model. They fail to tell why a particular instance is classified one way or the
other.
1. Perturb the observation
2. Calculate distance between permuted data and
original observations
3. Make predictions on the permuted data using
complex model
4. Pick m features best describing the complex model
outcome from the permuted data
5. Fit a simple model to the permuted data with m
features and similarity scores as weights
6. Feature weights from the simple model make
explanations for the complex models local behavior
Applied Machine Learning
Course Detail
Syllabus
Applied Machine Learning
Syllabus (Weekend Cohort – 12 sessions/48 hours)
Lecture Content Lecture Content
1
Introduction
• Introduction to Machine Learning
• Gradient Descent
7
Advanced Ensembles
• Xgboost
• Stacking
2
Regularization
• Regularization
• Lasso/Ridge/ElasticNet
8
Model Interpretation
• Factorization Machines
• Complex Model Interpretation
3
Logistic Regression
• Logistic Regression
• Multi-class Classification
• Evaluation Metrics
• Variance/Bias Tradeoff
9
Unsupervised
• K-Means Clustering
• Dimension Reduction
• PCA
4
Feature
Engineering
• Numerical Features
• Categorical Features
• Text Features
10
Neural Networks I
• Neural Networks
• Backpropagation
5
Non-parametric
Models
• KNN
• Decision Trees
• Project kick-off
11
Recommendation
Engines
• Market Basket Analysis
• Collaborative Filtering
• Matrix Factorization
6
Parameter Tunings
• Ensemble Methods
• Bagging
• Boosting
• Hyper-parameter Tunings
12
Model Deployment
• Machine Learning Lifecycle
• Model Deployment
• Project Presentation
Applied Machine Learning
Instructor – Jodie Zhu
• Machine Learning Engineer at Dessa
• University of Toronto, Master of Science (Biostatistics)
• Python Instructor at WeCloudData
• Career development mentor
• Expertise: Python | Data Science | Deep Learning
Machine Learning Engineer
Dessa
Python Programming
Instructor – Holly Xie
• Machine Learning Scientist at integrate.ai
• University of Waterloo, Master of Mathematics
• Machine Learning Instructor at WeCloudData
• Expertise: Machine Learning| Deep Learning
Machine Learning Scientist
Integrate.ai
Applied Machine Learning
Hands-on Project
This course is instructor-led and project-based. Students will be able to apply the Machine
Learning knowledge acquired in the course to a hands-on project.
Project:
• The instructor will work with the students to decide the project topics. It is highly
recommended that the students bring their own motivation and ideas. Otherwise, a
topic along with datasets will be assigned to the students
• The student is also encouraged to apply the learnings directly to his/her company’s
data problems and receive technical advice from the instructor
Applied Machine Learning
Interview Practice
For job seekers, this course also
provides supplementary materials to
help you prepare for data science
interviews
Interview Help
• Common ML interview questions
• Mock interview quiz
Applied Machine Learning
Price
Course Pricing
Applied Machine Learning $2000 + tax
Upcoming WeCloud Events
Event Schedules
Upcoming Events
Schedule
Track
Meetup
Org
Topic Date
Data Science WCD Introduction to Machine Learning May 29
Big Data WCD Big Data for Data Scientist – Open Class Jun 4
Big Data WCD Spark on Kubernetes Jun 5
Big Data Lightbend Kafka in Jail with Strimzi Jun 11
Cloud
Big Data & AI
Conference
Machine Learning from
Experimentation to Production on AWS
Jun 12
Big Data
Big Data & AI
Conference
Transforming big data from On-premise
to the Cloud
Jun 12
Data Science
Big Data & AI
Conference
Spark for Data Science Jun 13
Data Science
Big Data & AI
Conference
Moving Towards a Python Environment Jun 13
tordatascience
TYPE OF DATA JOB SEEKERS

Mais conteúdo relacionado

Mais procurados

machine learning in the age of big data: new approaches and business applicat...
machine learning in the age of big data: new approaches and business applicat...machine learning in the age of big data: new approaches and business applicat...
machine learning in the age of big data: new approaches and business applicat...Armando Vieira
 
Best Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationBest Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationChasity Gibson
 
Machine Learning for Auditors
Machine Learning for AuditorsMachine Learning for Auditors
Machine Learning for AuditorsAndrew Clark
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019Mahesh Kumar CV
 
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...Bill Liu
 
The Machine Learning Audit
The Machine Learning AuditThe Machine Learning Audit
The Machine Learning AuditAndrew Clark
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...Naveen Agarwal
 
MIT Sloan: Intro to Machine Learning
MIT Sloan: Intro to Machine LearningMIT Sloan: Intro to Machine Learning
MIT Sloan: Intro to Machine LearningLex Fridman
 
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...Yogesh Malhotra, PhD,MSQF, CISSP,CISA,CEH
 
Large-Scale Machine Learning at Twitter
Large-Scale Machine Learning at TwitterLarge-Scale Machine Learning at Twitter
Large-Scale Machine Learning at Twitternep_test_account
 
Crowdsourced Data Processing: Industry and Academic Perspectives
Crowdsourced Data Processing: Industry and Academic PerspectivesCrowdsourced Data Processing: Industry and Academic Perspectives
Crowdsourced Data Processing: Industry and Academic PerspectivesAditya Parameswaran
 
Data ops: Machine Learning in production
Data ops: Machine Learning in productionData ops: Machine Learning in production
Data ops: Machine Learning in productionStepan Pushkarev
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTrivadis
 
Introduction to Data Science and Analytics
Introduction to Data Science and AnalyticsIntroduction to Data Science and Analytics
Introduction to Data Science and AnalyticsSrinath Perera
 
Data science presentation 2nd CI day
Data science presentation 2nd CI dayData science presentation 2nd CI day
Data science presentation 2nd CI dayMohammed Barakat
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...Edureka!
 
Big Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesBig Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesRukshan Batuwita
 
Practical model management in the age of Data science and ML
Practical model management in the age of Data science and MLPractical model management in the age of Data science and ML
Practical model management in the age of Data science and MLQuantUniversity
 
How to Become a Data Scientist
How to Become a Data ScientistHow to Become a Data Scientist
How to Become a Data Scientistryanorban
 

Mais procurados (20)

machine learning in the age of big data: new approaches and business applicat...
machine learning in the age of big data: new approaches and business applicat...machine learning in the age of big data: new approaches and business applicat...
machine learning in the age of big data: new approaches and business applicat...
 
Best Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the OrganizationBest Practices for Scaling Data Science Across the Organization
Best Practices for Scaling Data Science Across the Organization
 
Machine Learning for Auditors
Machine Learning for AuditorsMachine Learning for Auditors
Machine Learning for Auditors
 
AI 4 Institution Leaders_Feb 2019
AI  4 Institution Leaders_Feb 2019AI  4 Institution Leaders_Feb 2019
AI 4 Institution Leaders_Feb 2019
 
Data science - An Introduction
Data science - An IntroductionData science - An Introduction
Data science - An Introduction
 
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...
AISF19 - Building Scalable, Kubernetes-Native ML/AI Pipelines with TFX, KubeF...
 
The Machine Learning Audit
The Machine Learning AuditThe Machine Learning Audit
The Machine Learning Audit
 
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
JU Analytics Day Presentation by Naveen Agarwal, Creative Analytics Solutions...
 
MIT Sloan: Intro to Machine Learning
MIT Sloan: Intro to Machine LearningMIT Sloan: Intro to Machine Learning
MIT Sloan: Intro to Machine Learning
 
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
2018 Princeton Fintech & Quant Conference: AI, Machine Learning & Deep Learni...
 
Large-Scale Machine Learning at Twitter
Large-Scale Machine Learning at TwitterLarge-Scale Machine Learning at Twitter
Large-Scale Machine Learning at Twitter
 
Crowdsourced Data Processing: Industry and Academic Perspectives
Crowdsourced Data Processing: Industry and Academic PerspectivesCrowdsourced Data Processing: Industry and Academic Perspectives
Crowdsourced Data Processing: Industry and Academic Perspectives
 
Data ops: Machine Learning in production
Data ops: Machine Learning in productionData ops: Machine Learning in production
Data ops: Machine Learning in production
 
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - TrivadisTechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
TechEvent 2019: Artificial Intelligence in Dev & Ops; Martin Luckow - Trivadis
 
Introduction to Data Science and Analytics
Introduction to Data Science and AnalyticsIntroduction to Data Science and Analytics
Introduction to Data Science and Analytics
 
Data science presentation 2nd CI day
Data science presentation 2nd CI dayData science presentation 2nd CI day
Data science presentation 2nd CI day
 
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
What Is Data Science? Data Science Course - Data Science Tutorial For Beginne...
 
Big Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our LivesBig Data and Data Science: The Technologies Shaping Our Lives
Big Data and Data Science: The Technologies Shaping Our Lives
 
Practical model management in the age of Data science and ML
Practical model management in the age of Data science and MLPractical model management in the age of Data science and ML
Practical model management in the age of Data science and ML
 
How to Become a Data Scientist
How to Become a Data ScientistHow to Become a Data Scientist
How to Become a Data Scientist
 

Semelhante a Introduction to Machine Learning - WeCloudData

Big Data for Data Scientists - Info Session
Big Data for Data Scientists - Info SessionBig Data for Data Scientists - Info Session
Big Data for Data Scientists - Info SessionWeCloudData
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabszekeLabs Technologies
 
Scaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIEnterprise Knowledge
 
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
 
MuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdfMuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdfAnoopVB2
 
Master Meta Data
Master Meta DataMaster Meta Data
Master Meta DataDigikrit
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMProduct School
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineSrivatsan Srinivasan
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning India Quotient
 
Exploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data WarehousesExploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data Warehousespriyanka rajput
 
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in Practice
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in PracticeGDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in Practice
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in PracticeJames Anderson
 
data-science-pdf-16588.pdf
data-science-pdf-16588.pdfdata-science-pdf-16588.pdf
data-science-pdf-16588.pdfvkharish18
 
Driving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningDriving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningCCG
 
Data Science Operationalization: The Journey of Enterprise AI
Data Science Operationalization: The Journey of Enterprise AIData Science Operationalization: The Journey of Enterprise AI
Data Science Operationalization: The Journey of Enterprise AIDenodo
 
Building Data Science into Organizations: Field Experience
Building Data Science into Organizations: Field ExperienceBuilding Data Science into Organizations: Field Experience
Building Data Science into Organizations: Field ExperienceDatabricks
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?Nicolas Georgeault
 
An AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationAn AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationDavid Solomon
 
Experimentation to Industrialization: Implementing MLOps
Experimentation to Industrialization: Implementing MLOpsExperimentation to Industrialization: Implementing MLOps
Experimentation to Industrialization: Implementing MLOpsDatabricks
 
Brochure data science learning path board-infinity (1)
Brochure   data science learning path board-infinity (1)Brochure   data science learning path board-infinity (1)
Brochure data science learning path board-infinity (1)NirupamNishant2
 

Semelhante a Introduction to Machine Learning - WeCloudData (20)

Big Data for Data Scientists - Info Session
Big Data for Data Scientists - Info SessionBig Data for Data Scientists - Info Session
Big Data for Data Scientists - Info Session
 
Machine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabsMachine learning at scale - Webinar By zekeLabs
Machine learning at scale - Webinar By zekeLabs
 
Scaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AI
 
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
 
MuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdfMuleSoft Meetup June London 2023.pptx.pdf
MuleSoft Meetup June London 2023.pptx.pdf
 
Master Meta Data
Master Meta DataMaster Meta Data
Master Meta Data
 
What is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PMWhat is Data as a Service by T-Mobile Principle Technical PM
What is Data as a Service by T-Mobile Principle Technical PM
 
Real World End to End machine Learning Pipeline
Real World End to End machine Learning PipelineReal World End to End machine Learning Pipeline
Real World End to End machine Learning Pipeline
 
Google Cloud Machine Learning
 Google Cloud Machine Learning  Google Cloud Machine Learning
Google Cloud Machine Learning
 
Exploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data WarehousesExploring Data Modeling Techniques in Modern Data Warehouses
Exploring Data Modeling Techniques in Modern Data Warehouses
 
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in Practice
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in PracticeGDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in Practice
GDG Cloud Southlake #3 Charles Adetiloye: Enterprise MLOps in Practice
 
data-science-pdf-16588.pdf
data-science-pdf-16588.pdfdata-science-pdf-16588.pdf
data-science-pdf-16588.pdf
 
Driving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine LearningDriving Customer Loyalty with Azure Machine Learning
Driving Customer Loyalty with Azure Machine Learning
 
Data Science Operationalization: The Journey of Enterprise AI
Data Science Operationalization: The Journey of Enterprise AIData Science Operationalization: The Journey of Enterprise AI
Data Science Operationalization: The Journey of Enterprise AI
 
Building Data Science into Organizations: Field Experience
Building Data Science into Organizations: Field ExperienceBuilding Data Science into Organizations: Field Experience
Building Data Science into Organizations: Field Experience
 
SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?SPSChicagoBurbs 2019 - What is CDM and CDS?
SPSChicagoBurbs 2019 - What is CDM and CDS?
 
An AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven OrganizationAn AI Maturity Roadmap for Becoming a Data-Driven Organization
An AI Maturity Roadmap for Becoming a Data-Driven Organization
 
Experimentation to Industrialization: Implementing MLOps
Experimentation to Industrialization: Implementing MLOpsExperimentation to Industrialization: Implementing MLOps
Experimentation to Industrialization: Implementing MLOps
 
Brochure data science learning path board-infinity (1)
Brochure   data science learning path board-infinity (1)Brochure   data science learning path board-infinity (1)
Brochure data science learning path board-infinity (1)
 
Introduction to BigData
Introduction to BigData Introduction to BigData
Introduction to BigData
 

Mais de WeCloudData

Data Engineer Intro - WeCloudData
Data Engineer Intro - WeCloudDataData Engineer Intro - WeCloudData
Data Engineer Intro - WeCloudDataWeCloudData
 
AWS Well Architected-Info Session WeCloudData
AWS Well Architected-Info Session WeCloudDataAWS Well Architected-Info Session WeCloudData
AWS Well Architected-Info Session WeCloudDataWeCloudData
 
Data Engineering Course Syllabus - WeCloudData
Data Engineering Course Syllabus - WeCloudDataData Engineering Course Syllabus - WeCloudData
Data Engineering Course Syllabus - WeCloudDataWeCloudData
 
Machine learning in Healthcare - WeCloudData
Machine learning in Healthcare - WeCloudDataMachine learning in Healthcare - WeCloudData
Machine learning in Healthcare - WeCloudDataWeCloudData
 
Deep Learning Introduction - WeCloudData
Deep Learning Introduction - WeCloudDataDeep Learning Introduction - WeCloudData
Deep Learning Introduction - WeCloudDataWeCloudData
 
Big Data for Data Scientists - WeCloudData
Big Data for Data Scientists - WeCloudDataBig Data for Data Scientists - WeCloudData
Big Data for Data Scientists - WeCloudDataWeCloudData
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataWeCloudData
 
Data Science with Python - WeCloudData
Data Science with Python - WeCloudDataData Science with Python - WeCloudData
Data Science with Python - WeCloudDataWeCloudData
 
SQL for Data Science
SQL for Data ScienceSQL for Data Science
SQL for Data ScienceWeCloudData
 
Introduction to Python by WeCloudData
Introduction to Python by WeCloudDataIntroduction to Python by WeCloudData
Introduction to Python by WeCloudDataWeCloudData
 
Data Science Career Insights by WeCloudData
Data Science Career Insights by WeCloudDataData Science Career Insights by WeCloudData
Data Science Career Insights by WeCloudDataWeCloudData
 
Web scraping project aritza-compressed
Web scraping project   aritza-compressedWeb scraping project   aritza-compressed
Web scraping project aritza-compressedWeCloudData
 
Applied Machine Learning Course - Jodie Zhu (WeCloudData)
Applied Machine Learning Course - Jodie Zhu (WeCloudData)Applied Machine Learning Course - Jodie Zhu (WeCloudData)
Applied Machine Learning Course - Jodie Zhu (WeCloudData)WeCloudData
 
WeCloudData Toronto Open311 Workshop - Matthew Reyes
WeCloudData Toronto Open311 Workshop - Matthew ReyesWeCloudData Toronto Open311 Workshop - Matthew Reyes
WeCloudData Toronto Open311 Workshop - Matthew ReyesWeCloudData
 
Tordatasci meetup-precima-retail-analytics-201901
Tordatasci meetup-precima-retail-analytics-201901Tordatasci meetup-precima-retail-analytics-201901
Tordatasci meetup-precima-retail-analytics-201901WeCloudData
 

Mais de WeCloudData (15)

Data Engineer Intro - WeCloudData
Data Engineer Intro - WeCloudDataData Engineer Intro - WeCloudData
Data Engineer Intro - WeCloudData
 
AWS Well Architected-Info Session WeCloudData
AWS Well Architected-Info Session WeCloudDataAWS Well Architected-Info Session WeCloudData
AWS Well Architected-Info Session WeCloudData
 
Data Engineering Course Syllabus - WeCloudData
Data Engineering Course Syllabus - WeCloudDataData Engineering Course Syllabus - WeCloudData
Data Engineering Course Syllabus - WeCloudData
 
Machine learning in Healthcare - WeCloudData
Machine learning in Healthcare - WeCloudDataMachine learning in Healthcare - WeCloudData
Machine learning in Healthcare - WeCloudData
 
Deep Learning Introduction - WeCloudData
Deep Learning Introduction - WeCloudDataDeep Learning Introduction - WeCloudData
Deep Learning Introduction - WeCloudData
 
Big Data for Data Scientists - WeCloudData
Big Data for Data Scientists - WeCloudDataBig Data for Data Scientists - WeCloudData
Big Data for Data Scientists - WeCloudData
 
Introduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudDataIntroduction to Machine Learning - WeCloudData
Introduction to Machine Learning - WeCloudData
 
Data Science with Python - WeCloudData
Data Science with Python - WeCloudDataData Science with Python - WeCloudData
Data Science with Python - WeCloudData
 
SQL for Data Science
SQL for Data ScienceSQL for Data Science
SQL for Data Science
 
Introduction to Python by WeCloudData
Introduction to Python by WeCloudDataIntroduction to Python by WeCloudData
Introduction to Python by WeCloudData
 
Data Science Career Insights by WeCloudData
Data Science Career Insights by WeCloudDataData Science Career Insights by WeCloudData
Data Science Career Insights by WeCloudData
 
Web scraping project aritza-compressed
Web scraping project   aritza-compressedWeb scraping project   aritza-compressed
Web scraping project aritza-compressed
 
Applied Machine Learning Course - Jodie Zhu (WeCloudData)
Applied Machine Learning Course - Jodie Zhu (WeCloudData)Applied Machine Learning Course - Jodie Zhu (WeCloudData)
Applied Machine Learning Course - Jodie Zhu (WeCloudData)
 
WeCloudData Toronto Open311 Workshop - Matthew Reyes
WeCloudData Toronto Open311 Workshop - Matthew ReyesWeCloudData Toronto Open311 Workshop - Matthew Reyes
WeCloudData Toronto Open311 Workshop - Matthew Reyes
 
Tordatasci meetup-precima-retail-analytics-201901
Tordatasci meetup-precima-retail-analytics-201901Tordatasci meetup-precima-retail-analytics-201901
Tordatasci meetup-precima-retail-analytics-201901
 

Último

Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...nirzagarg
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...nirzagarg
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.pptibrahimabdi22
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...gajnagarg
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraGovindSinghDasila
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样wsppdmt
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格q6pzkpark
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制vexqp
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowgargpaaro
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteedamy56318795
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1ranjankumarbehera14
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRajesh Mondal
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdftheeltifs
 

Último (20)

Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Hapur [ 7014168258 ] Call Me For Genuine Models We ...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In dimapur [ 7014168258 ] Call Me For Genuine Models W...
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Aspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - AlmoraAspirational Block Program Block Syaldey District - Almora
Aspirational Block Program Block Syaldey District - Almora
 
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
一比一原版(UCD毕业证书)加州大学戴维斯分校毕业证成绩单原件一模一样
 
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit RiyadhCytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
Cytotec in Jeddah+966572737505) get unwanted pregnancy kit Riyadh
 
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
一比一原版(曼大毕业证书)曼尼托巴大学毕业证成绩单留信学历认证一手价格
 
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
怎样办理纽约州立大学宾汉姆顿分校毕业证(SUNY-Bin毕业证书)成绩单学校原版复制
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
5CL-ADBA,5cladba, Chinese supplier, safety is guaranteed
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Ranking and Scoring Exercises for Research
Ranking and Scoring Exercises for ResearchRanking and Scoring Exercises for Research
Ranking and Scoring Exercises for Research
 
Data Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdfData Analyst Tasks to do the internship.pdf
Data Analyst Tasks to do the internship.pdf
 

Introduction to Machine Learning - WeCloudData

  • 1. Introduction to Machine Learning WeCloudData @WeCloudData @WeCloudData tordatascience weclouddata WeCloudData tordatascience
  • 2. Career Services Meetup Events Introduction Data Skills Training WeCloudData offers Toronto’s first data science accelerator program. We specialize in teaching lead-edge tools such as AWS, Spark, and Machine Learning and help our corporate clients upskill/reskill their data teams
  • 3. WCD works with some of the most talented and experienced data science experts to deliver public and corporate trainings. We currently have 21 part-time and 2 full-time instructors. Our instructors bring their analytical expertise from various industries, teach students advanced tools such as Python, Hadoop, Spark, and AWS, mentor students on end- to-end data projects. Introduction Faculty Team 21 Instructors 10 Teaching Assistants
  • 4. Python for SAS and SQL Users Machine Learning | Deep Learning Big Data Executive Workshops Product & Services Corporate Training We offer customized corporate training to Canadian companies with flexible schedules and learning support! We help train, upskill, and reskill data teams!
  • 5. Python for SAS Users Machine Learning Big Data AI/DS for Executives Corporate Data Programs We’ve delivered customized trainings to many large Canadian companies WeCloudData Corporate Program We offer customized corporate training to Canadian companies with flexible schedules and learning support! We help train, upskill, and reskill data teams!
  • 6. Introduction Communities we’re building 8,000 members 120 events We organize one of the most active DS communities in Canada!
  • 7. Upcoming Events Schedule Track Meetup Org Topic Date Data Science WCD Introduction to Machine Learning May 29 Big Data WCD Big Data for Data Scientist – Open Class Jun 4 Big Data WCD Spark on Kubernetes Jun 5 Big Data Lightbend Kafka in Jail with Strimzi Jun 11 Cloud Big Data & AI Conference Machine Learning from Experimentation to Production on AWS Jun 12 Big Data Big Data & AI Conference Transforming big data from On-premise to the Cloud Jun 12 Data Science Big Data & AI Conference Spark for Data Science Jun 13 Data Science Big Data & AI Conference Moving Towards a Python Environment Jun 13 tordatascience
  • 8. Workshop Provider Conference/Clients Workshop Provider TMLS Conference November, 2018 Workshop Provider TD Canada Analytics Month October, 2018 • Machine Learning Open Data • Spark ML and MLflow • Deep Learning with PyTorch • Python for SAS Users • Machine Learning with Python Workshop Provider Big Data & AI Toronto 2019 June, 2019 • Big Data in AWS Cloud • Spark for Data Science • Moving from On-Prem to Cloud WeCloudData is the conference workshop choice of vendors in Toronto due to our expertise and specialty.
  • 9. Analytics Events We help companies with hiring/branding events WeCloudData organizes one of the largest and most active data science communities in Toronto with 7,500 members and 110 past events. We help companies facilitate mini-conferences and help them run hiring events.
  • 10. 2005 2007 2008 2010 2011 2015 2012 2014 2016 2018 Instructor Shaohua Zhang • Co-founder and CEO of WeCloudData. Lead instructor for the corporate training program • Certified SAS Predictive Modeler since 2007 (among the first 20 in the world) • Helped build and lead the data science team at BlackBerry (2010 – 2015) • Helping Communitech incubator and Open Data Exchange mentor startups on data strategies • Specializes in machine learning, big data, and cloud computing
  • 11. Learning Path Data Science Program Prerequisites Data Science Learning Path Learn to build ML models using Sklearn ML Applied Master data wrangling with Python Data Science w/ Python Harness big data with Hadoop, Hive, Presto, and AtScale Big Data Build your portfolio with hands-on Capstone projects ML Advanced Machine Learning at Scale with PySpark ML and Real-time Deployment Spark Contact us about the courses: • info@weclouddata.com Upcoming courses: • https://weclouddata.com/upcoming-course-schedule
  • 14. Data Jobs in the MarketData Handling Complex Analytics Big Data Storytelling Data Science Data Scientist
  • 15. Coding/Tools Math/ML Storytelling Data Scientist Linux Python/Scala/Java Cloud (AWS) Hadoop, Spark Statistics Linear Algebra Regression Classification Clustering NLP Presentation Use cases Project Mgmt Communications Data Science Essential Skills
  • 17. Data Scientist The Types Operational DS Focus: data wrangling, work with large/small messy data, builds predictive models Strength: data handling, tools, business knowledge ML Engineer Focus: ML model deployment, data pipelines Strength: coding, algorithms, machine learning, platforms and tools ML Researcher Focus: algorithm development, research, IP Strength: ML/DL algorithms, implmentation, research DS Product Mngr Focus: product strategy, business communications, project management Strength: product sense, business requirements, DS acumen
  • 18. Predictive Modeler GrowthAcquisition Maturity Decline Loss ● Lead Gen ● Digital Mktg ● Mobile Ads ● Cross/Up-sell ● Segmentation ● CLTV ● Taste graph ● Personalization ● Loyalty Management ● Context-based Mkgt ● Churn models ● Retention Acquisition Models LTV Loyalty Management Retention Winback Customer Value ● Winback models Predict high risk customers
  • 21. Twitter API Data Scientist Business Our new product feature received a lot of negative review.. - Can we do some analysis?
  • 24. Machine Learning download speed (Mb/s) uploadspeed(Mb/s) Internet Providers
  • 26. MACHINE LEARNING CONTINUOUS CATEGORICAL SUPERVISED REGRESSION CLASSIFICATION UNSUPERVISED DIMENSION REDUCTION CLUSTERING Types of Machine Learning Algorithms
  • 32. Data Acquisition • Behavioral data • Scraped data • 3rd party data • Labeled data
  • 33. Modeling Dataset Credit Approval Age Gender Annual Salary Months in Residence Months in Job Current Debt Paid off Credit Client 1 23 M $30,000 36 12 $5,000 Yes Client 2 30 F $45,000 12 12 $1,000 Yes Client 3 19 M $15,000 3 1 $10,000 No Client 4 25 M $25,000 12 27 $15,000 ? Features (Predictors | Input Variables) Labels (Target) ID (Index)
  • 43. Feature Preprocessing ● Derived features ● Feature scaling ● Variable binning ● One-hot encoding ● Weight of evidence ● TF-IDF ● etc.
  • 47. Model Evaluation & Selection
  • 53. Linear Classification Model Interpretation – Logistic Regression
  • 54. Non-linear Classification Model Interpretation – Decision Tree
  • 55. Complex Model Interpretation – Surrogate Model
  • 56. Complex Model Interpretation – Feature Importance Feature Importance plots are quite common for explaining the models. But it’s not ideal. For instance, it doesn’t get any indication of the direction of the relationship, whether it’s linear or non-linear.
  • 57. Complex Model Interpretation – Feature Importance Feature Importance plots are quite common for explaining the models. But it’s not ideal. For instance, it doesn’t get any indication of the direction of the relationship, whether it’s linear or non-linear.
  • 58. Complex Model Interpretation – LIME Lime is short for Local Interpretable Model-Agnostic Explanations. Each part of the name reflects something that we desire in explanations. Local refers to local fidelity - i.e., we want the explanation to really reflect the behaviour of the classifier "around" the instance being predicted.This explanation is useless unless it is interpretable - that is, unless a human can make sense of it. Lime is able to explain any model without needing to 'peak' into it, so it is model-agnostic. All previously mentioned methods can give an idea about the global behavior of the model. They fail to tell why a particular instance is classified one way or the other. 1. Perturb the observation 2. Calculate distance between permuted data and original observations 3. Make predictions on the permuted data using complex model 4. Pick m features best describing the complex model outcome from the permuted data 5. Fit a simple model to the permuted data with m features and similarity scores as weights 6. Feature weights from the simple model make explanations for the complex models local behavior
  • 60. Syllabus Applied Machine Learning Syllabus (Weekend Cohort – 12 sessions/48 hours) Lecture Content Lecture Content 1 Introduction • Introduction to Machine Learning • Gradient Descent 7 Advanced Ensembles • Xgboost • Stacking 2 Regularization • Regularization • Lasso/Ridge/ElasticNet 8 Model Interpretation • Factorization Machines • Complex Model Interpretation 3 Logistic Regression • Logistic Regression • Multi-class Classification • Evaluation Metrics • Variance/Bias Tradeoff 9 Unsupervised • K-Means Clustering • Dimension Reduction • PCA 4 Feature Engineering • Numerical Features • Categorical Features • Text Features 10 Neural Networks I • Neural Networks • Backpropagation 5 Non-parametric Models • KNN • Decision Trees • Project kick-off 11 Recommendation Engines • Market Basket Analysis • Collaborative Filtering • Matrix Factorization 6 Parameter Tunings • Ensemble Methods • Bagging • Boosting • Hyper-parameter Tunings 12 Model Deployment • Machine Learning Lifecycle • Model Deployment • Project Presentation
  • 61. Applied Machine Learning Instructor – Jodie Zhu • Machine Learning Engineer at Dessa • University of Toronto, Master of Science (Biostatistics) • Python Instructor at WeCloudData • Career development mentor • Expertise: Python | Data Science | Deep Learning Machine Learning Engineer Dessa
  • 62. Python Programming Instructor – Holly Xie • Machine Learning Scientist at integrate.ai • University of Waterloo, Master of Mathematics • Machine Learning Instructor at WeCloudData • Expertise: Machine Learning| Deep Learning Machine Learning Scientist Integrate.ai
  • 63. Applied Machine Learning Hands-on Project This course is instructor-led and project-based. Students will be able to apply the Machine Learning knowledge acquired in the course to a hands-on project. Project: • The instructor will work with the students to decide the project topics. It is highly recommended that the students bring their own motivation and ideas. Otherwise, a topic along with datasets will be assigned to the students • The student is also encouraged to apply the learnings directly to his/her company’s data problems and receive technical advice from the instructor
  • 64. Applied Machine Learning Interview Practice For job seekers, this course also provides supplementary materials to help you prepare for data science interviews Interview Help • Common ML interview questions • Mock interview quiz
  • 65. Applied Machine Learning Price Course Pricing Applied Machine Learning $2000 + tax
  • 67. Upcoming Events Schedule Track Meetup Org Topic Date Data Science WCD Introduction to Machine Learning May 29 Big Data WCD Big Data for Data Scientist – Open Class Jun 4 Big Data WCD Spark on Kubernetes Jun 5 Big Data Lightbend Kafka in Jail with Strimzi Jun 11 Cloud Big Data & AI Conference Machine Learning from Experimentation to Production on AWS Jun 12 Big Data Big Data & AI Conference Transforming big data from On-premise to the Cloud Jun 12 Data Science Big Data & AI Conference Spark for Data Science Jun 13 Data Science Big Data & AI Conference Moving Towards a Python Environment Jun 13 tordatascience
  • 68. TYPE OF DATA JOB SEEKERS