SlideShare una empresa de Scribd logo
1 de 44
Descargar para leer sin conexión
Machine
Learning & AI
A gentle introduction
Hastings edition - Ed Fernandez @efernandez
About your instructor
• Nerd (Engineer in the 90s - Commodore 64,
1MHz CPU, 64Kb RAM - Assembler, C)
• turned into Business (Corporate Exec)
• turned Entrepreneur (still shareholder)
• turned into Investing (VC and PE)
• turned into Boards (Non-Exec Board Director)
• turned into Teaching (Northeastern University,
Berkeley Center for Entrepreneurship & Tech,
ISDI)
Superskill: I can spin a book/basketball/pizza in
the air on the tip of my finger
The Next 10 Years : Tech Trends
1 Artificial Intelligence Above All Things Her, Ex Machina
2 Cybersecurity All Things Hacked Mr Robot
3 Metaverse All Things Virtual
Ready Player I,
Avatar
4 Spatial Computing All Things Online
IronMan, Black
Mirror
5 Autonomous Driving & Flying All Things Autonomous
Minority Report, I
Robot, Blade
Runner
6 Biotechnology All Beings CRISPR Edited Gattaca
7 Longevity All Things Anti-aging Mr Nobody
8 Scarcity
All Things Exhausting Earth
resources
Mad Max
9 De-carbonization All Things Green Avatar
10 Off world All Things Space
The Martian, 2001 a
space odissey
(bonus)
11
End of the Attention Economy All Things Ad-blocking The Social Network
The Next 10 Years – Recommended Books:
• Thinking Machines, L. Dormehl : AI explained, down to earth, no math
• Outliers, M.Gladwell : About outstanding people and their stories
• The 4th Industrial Revolution: K.Schwab : technology changes &
disruption
• The Innovator’s Dilemma, C.Christensen : on disruption, innovation and
how to create Unicorns, a must for new entrepreneurs
• *The Selfish Gene, R.Dawkins : How we got here, Why are we here,
Where are we going, the explanation to life and everything else
• **The Hitchhiker's Guide to the Galaxy, D.Adams : Earth is demolished to
accommodate an intergalactic super-highway, absurdly funny
*Beware: this book will profoundly change how you view and understand the world, and yes, it holds
the answers to the main questions in life: why are we here, where are we going, why things are how they
are
**This book, also known as H2G2, holds also the “answer to life, the universe and everything” (being
it the nr 42), coming as a result of a 7,5 Mn years computing project commissioned to a super-computer
called Deep Thought in a distant planet
https://simple.wikipedia.org/wiki/42_(answer)
Why is AI important?
• New Technologies come in waves (adoption waves)
• They shape our culture, society and even us as individuals
• Each wave creates change, disruption and new wealth
• Your future as a professional will be inevitably linked to one
or more of these waves
• You or [insert option according to age: | your degree | your
startup | the corporation you’ll work for | the company you’ll
invest in |] will inevitably specialize according to these waves
The term AI (Artificial Intelligence) is
used across this presentation and
appears in 3rd party materials and
references used.
In the context of this session, it refers
specifically to the ability to build
machine learning driven applications
which ultimately automate and/or
optimize business processes and,
It DOES NOT refer to general or strong
Artificial Intelligence in the formal
sense, which is not likely to happen for
decades to come (emphasis from
author)
What’s AI and what’s NOT: demistifying AI
US
© COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
© COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
https://www.youtube.com/watch?v=amfJgxmA6sA
Demos
Google AI Experiments:
Quick Draw! https://quickdraw.withgoogle.com/
Drawing: https://magenta.tensorflow.org/assets/sketch_rnn_demo/index.html
Freddiemeter: https://freddiemeter.withyoutube.com/
Teachable Machine: https://teachablemachine.withgoogle.com/train
OpenAI GPT-2 text generation: https://talktotransformer.com/
Dall–E 2: State of the Art image generation
https://www.youtube.com/watch?v=lbUluHiqwoA
Dall–E 2
https://www.youtube.com/watch?v=lbUluHiqwoA
https://www-economist-com.ezproxy.neu.edu/interactive/briefing/2022/06/11/huge-foundation-models-are-turbo-charging-ai-progress
https://medium.datadriveninvestor.com/where-are-you-on-the-business-intelligence-maturity-curve-
ec0d424ec894
© COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
• Machines participate in
decisión process
• Data is structured &
purpose driven
• Time: model training &
application
• Process integration in
place
• Data volumen is high or
very high
© COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
Machine Learning
& AI
Why
• Intuition behind ML
• AI vs ML vs DL
• AI technologies & themes: the big picture
Jensen Huang, CEO of Nvidia
The New Software Paradigm
Machine Learning: an intuitive approach - building an apple recommender
if color (apple) = red then
if size (apple) = big then
if vendor (apple) = trusted and
origin (apple) = California or France
then pick (apple) else
discard (apple)
color size vendor origin action
red big trusted California pick
green small trusted Italy discard
light red medium unverified Canada discard
red big trusted France pick
Traditional Rule Based
Programming
Machine Learning - Data Driven
Rule Discovery
Diabetes Prediction
if (plasma_glucose <= 166):
if (blood_pressure is None):
return u'true'
if (blood_pressure > 61):
if (age is None):
return u'true'
if (age > 31):
if (bmi > 30.115):
if (blood_pressure > 91):
return u'true'
if (blood_pressure <= 91):
if (bmi > 30.615):
if (age > 33):
if (bmi > 31.45):
if (pregnancies is None):
return u'true'
if (pregnancies > 7):
if (age > 41):
return u'true'
if (age <= 41):
if (pregnancies > 10):
if (bmi > 41.2):
return u'true'
if (diabetes_pedigree <= 1.11425):
if (diabetes_pedigree > 0.3065):
return u'true'
if (diabetes_pedigree <= 0.3065):
if (bmi > 35.3):
return u'true'
if (bmi <= 35.3):
if (plasma_glucose > 177):
if (plasma_glucose > 192):
return u'true'
if (plasma_glucose <= 192):
The computer “creates its own program”
Definitions
Breaking it down
Definitions & Disclaimer
Machine Learning is NOT Deep Learning NOR AI or AGI
AI
Machine
Learning
Deep
Learning
We are
here
(mostly)
Simplified* AI Landscape
* and imperfect
Future:
• Knowledge
representation
(symbolic/
Subsymbolic)
• Planning
(Reinforcement
Learning, Agents)
• Reasoning
(Causality, Logic,
Symbolic)
• Search &
Optimization
(evolutionary/
genetic algos)
Machine Learning
& AI
What
• ML Models
• Your first model, linear regression
Machine Learning
Instances
ML algorithm
Data
New instance
Predictive model
Prediction Confidence
Your first model: Linear Regression
Sales
=Y
Month #
= X
Jan 5 1
Feb 6 2
Mar 5 3
… …
Instances
ML algorithm
Data
New instance/data point
Dec 12
Predictive - trained
model
13
Prediction
Month/day/yr Sales Y = model prediction rounded error X = Month # Model equation
1/1/2022 5 4.90909 5 0 1
2/1/2022 6 5.63636 6 0 2 Y = Bias + Coefficient * X
3/1/2022 5 6.36363 6 1 3
4/1/2022 7 7.0909 7 0 4 Bias = 4.18182
5/1/2022 9 7.81817 8 -1 5 Coefficient = 0.72727
6/1/2022 8 8.54544 9 1 6
7/1/2022 11 9.27271 9 -2 7
8/1/2022 9 9.99998 10 1 8
9/1/2022 10 10.72725 11 1 9
10/1/2022 12 11.45452 11 -1 10
11/1/2022 12 12.18179 12 0 11
Dec-22 12.90906 13 12
{ Y = Bias + Coeff * X }
{ Bias = 4.18, Coefficient = 0.73 }
Linear Regression
5
6
6
7
8
9
9
10
11
11
12
13
-4
-2
0
2
4
6
8
10
12
14
10/31/2021 12/20/2021 2/8/2022 3/30/2022 5/19/2022 7/8/2022 8/27/2022 10/16/2022 12/5/2022 1/24/2023
Sales Forecast
Sales Y = model prediction rounded error Linear (Sales)
Linear Regression
https://www.geogebra.org/m/xC6zq7Zv
5
6
6
7
8
9
9
10
11
11
12
13
-2
-1
0
1
2
0
2
4
6
8
10
12
14
16
1/1/2022 2/1/2022 3/1/2022 4/1/2022 5/1/2022 6/1/2022 7/1/2022 8/1/2022 9/1/2022 10/1/2022 11/1/2022 12/1/2022 1/1/2023 2/1/2023
SALES FORECAST
error Y = model prediction Sales rounded Linear (Sales)
{ Y = Bias + Coeff(1)* X(1) + Coeff(2)* X(2)+ … + Coeff(n)* X(n) }
Where does the Learning happen?
We learn the Coefficients, aka model parameters
{ Y = Bias + Coeff(1)* X(1) + Coeff(2)* X(2)+ … + Coeff(n)* X(n) }
SUPERVISED UNSUPERVISED
DATA Requires “labelled” data Does not require “labelled” data
GOAL
Goal is to predict the label often called the objective (churn,
sales predictions, etc).
Goal is “structure discovery”, with
algorithms focused on type of relation
(clustering, etc.)
EVALUATION Predictions can be compared to real labels
Each algorithm has it’s own quality
measures
ALGORITHMS
Algorithms
CLUSTER ANOMALY
TOPIC
MODEL
ASSOCIATION
TREE
MODEL
ENSEMBLE NEURAL
NETWORKS
LOGISTIC
REGRESSION
TIME SERIES
CLASSIFICATION / REGRESSION
AUTOML
LINEAR
REGRESSION
Machine Learning Algorithms
Algorithms
01
02
Data
Algorithms
Widespread adoption of machine
learning algorithms
• ML as a Service
• APIs
• Tools and open source libraries & ML
frameworks
Faster hardware acceleration
Better input & more data
Neuroscience driving new algorithms
Machine Learning
& AI
Leveling up
• Neural Networks
• Deep Learning
• ML platforms & tools
• AutoML
TensorFlow playground
Deep Learning
Denis Dmitriev - Neural Networks in 3D
https://www.youtube.com/watch?v=3JQ3hYko51Y
demos
3D simulation of Neural Networks (revealing!)
https://www.youtube.com/watch?v=3JQ3hYko51Y&a
b_channel=DenisDmitriev
Tensorflow Neural Network playground (challenge
yourself!)
link
Google AI experiments (fun!)
https://experiments.withgoogle.com/collection/ai
Where are my models? ML technology stack
BIGML INFRASTRUCTURE
• Models are stored in the BigML server, in the cloud.
• Private and On premises clouds are also available.
• Resources are unmutable, any change will result
into a new resource.
• Resources are encoded in JSON and are easy to
export.
API-first, auto-scalable, auto-deployable
distributed architecture for Machine Learning
How can I improve my model?
AUTOMATIC OPTIMIZATION: AutoML
AUTOMATIC OPTIMIZATION and Model
selection: evaluating multiple models with
different configurations using Bayesian
parameter optimization.
https://blog.bigml.com/2018/05/16/optiml-the-nitty-gritty/
https://static.bigml.com/pdf/BigML_OptiML.pdf?ver=79e
b166
How can I improve my model?
AUTOMATIC OPTIMIZATION: AutoML
AUTOMATIC OPTIMIZATION and Model
selection: evaluating multiple models with
different configurations using Bayesian
parameter optimization.
https://blog.bigml.com/2018/05/16/optiml-the-nitty-gritty/
https://static.bigml.com/pdf/BigML_OptiML.pdf?ver=79e
b166
How can I improve my model?
MODEL PARAMETERS: AutoML - Automatic Optimization
ML Onboarding Strategy
A few tips for machine learning success
• Think of Machine Learning as the ultimate optimization tool,
to use almost in every company process.
• Leverage ML tools enabling domain experts & non-data
scientists to apply machine learning with minimal or no
coding.
• Begin with MLaaS: starting in the cloud is inexpensive.
• Initially consider educating management and key personnel
in AI & machine learning vs building separate teams.
• Plan for scale: many models, many predictions, many more
internal & external users - evaluate need for a ML platform
Closing Remarks
• Of all tech waves for the next decade, AI is probably the most pervasive
• True AI does not exist today (nor will it for many years to come), we do
have however disruptive automation capabilities enabled by ML models
• Developing AI/ML driven SW digresses significantly from traditional SW
development processes, a different architecture and SW stack is required
• Like we have seen in the traditional SW industry, Open Source presents
significant challenges once ML ops scale (call out to AI/ML platforms)
• AI Software and ML models are only as good as their capacity to be
deployed in production and retrained (model drift)
Resources
• CS229 Machine Learning, Stanford
https://docs.google.com/spreadsheets/d/1OEsqqhihH-
n2OPHsT8jSA8BkLdqUMWY-GiWHgkBs3Z8/edit#gid=0
• Full Stack Deep Learning course https://fullstackdeeplearning.com/course/
• Deep Learning https://www.deeplearningbook.org/
• Machine Learning Mastery, Jason Brownlee
https://machinelearningmastery.com/
• BigML: ML platform, sign up for the academic program free PRO subscription
with your .edu email https://bigml.com/education/
• Short educational videos, all about ML https://bigml.com/education/videos
Machine Learning & AI - 2022 intro for pre-college students.pdf

Más contenido relacionado

La actualidad más candente

Creating an Enterprise AI Strategy
Creating an Enterprise AI StrategyCreating an Enterprise AI Strategy
Creating an Enterprise AI StrategyAtScale
 
AI Governance Playbook
AI Governance PlaybookAI Governance Playbook
AI Governance PlaybookAntony Turner
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AIMark DeLoura
 
Drive digital transformation with AI
Drive digital transformation with AIDrive digital transformation with AI
Drive digital transformation with AIAmazon Web Services
 
Governing Innovation: The recipe for portfolio growth | Accenture
Governing Innovation: The recipe for portfolio growth | AccentureGoverning Innovation: The recipe for portfolio growth | Accenture
Governing Innovation: The recipe for portfolio growth | Accentureaccenture
 
GENERATIVE AI, THE FUTURE OF PRODUCTIVITY
GENERATIVE AI, THE FUTURE OF PRODUCTIVITYGENERATIVE AI, THE FUTURE OF PRODUCTIVITY
GENERATIVE AI, THE FUTURE OF PRODUCTIVITYAndre Muscat
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAndre Muscat
 
Revolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdfRevolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdfOmar Maher
 
Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisationVikash Mishra
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023HyunJoon Jung
 
Maximizing Enterprise AI Investments | Accenture
Maximizing Enterprise AI Investments | AccentureMaximizing Enterprise AI Investments | Accenture
Maximizing Enterprise AI Investments | Accentureaccenture
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scaleMaxim Salnikov
 
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...Amazon Web Services
 
Modernizing our data platform
Modernizing our data platformModernizing our data platform
Modernizing our data platformaccenture
 
14 2 2023 - AI & Marketing - Hugues Rey.pdf
14 2 2023 - AI & Marketing - Hugues Rey.pdf14 2 2023 - AI & Marketing - Hugues Rey.pdf
14 2 2023 - AI & Marketing - Hugues Rey.pdfHugues Rey
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AICori Faklaris
 
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
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxGreg Makowski
 

La actualidad más candente (20)

Creating an Enterprise AI Strategy
Creating an Enterprise AI StrategyCreating an Enterprise AI Strategy
Creating an Enterprise AI Strategy
 
Is AI generation the next platform shift?
Is AI generation the next platform shift?Is AI generation the next platform shift?
Is AI generation the next platform shift?
 
AI Governance Playbook
AI Governance PlaybookAI Governance Playbook
AI Governance Playbook
 
AI in the Enterprise at Scale
AI in the Enterprise at ScaleAI in the Enterprise at Scale
AI in the Enterprise at Scale
 
Using Generative AI
Using Generative AIUsing Generative AI
Using Generative AI
 
Drive digital transformation with AI
Drive digital transformation with AIDrive digital transformation with AI
Drive digital transformation with AI
 
Governing Innovation: The recipe for portfolio growth | Accenture
Governing Innovation: The recipe for portfolio growth | AccentureGoverning Innovation: The recipe for portfolio growth | Accenture
Governing Innovation: The recipe for portfolio growth | Accenture
 
GENERATIVE AI, THE FUTURE OF PRODUCTIVITY
GENERATIVE AI, THE FUTURE OF PRODUCTIVITYGENERATIVE AI, THE FUTURE OF PRODUCTIVITY
GENERATIVE AI, THE FUTURE OF PRODUCTIVITY
 
AI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERSAI FOR BUSINESS LEADERS
AI FOR BUSINESS LEADERS
 
Revolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdfRevolutionizing your Business with AI (AUC VLabs).pdf
Revolutionizing your Business with AI (AUC VLabs).pdf
 
Building an AI organisation
Building an AI organisationBuilding an AI organisation
Building an AI organisation
 
Landscape of AI/ML in 2023
Landscape of AI/ML in 2023Landscape of AI/ML in 2023
Landscape of AI/ML in 2023
 
Maximizing Enterprise AI Investments | Accenture
Maximizing Enterprise AI Investments | AccentureMaximizing Enterprise AI Investments | Accenture
Maximizing Enterprise AI Investments | Accenture
 
Using the power of Generative AI at scale
Using the power of Generative AI at scaleUsing the power of Generative AI at scale
Using the power of Generative AI at scale
 
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...
A Data Driven Roadmap to Enterprise AI Strategy (Sponsored by Contino) - AWS ...
 
Modernizing our data platform
Modernizing our data platformModernizing our data platform
Modernizing our data platform
 
14 2 2023 - AI & Marketing - Hugues Rey.pdf
14 2 2023 - AI & Marketing - Hugues Rey.pdf14 2 2023 - AI & Marketing - Hugues Rey.pdf
14 2 2023 - AI & Marketing - Hugues Rey.pdf
 
An Introduction to Generative AI
An Introduction  to Generative AIAn Introduction  to Generative AI
An Introduction to Generative AI
 
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
 
Future of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptx
 

Similar a Machine Learning & AI - 2022 intro for pre-college students.pdf

Worker Productivity 20230628 v1.pptx
Worker Productivity 20230628 v1.pptxWorker Productivity 20230628 v1.pptx
Worker Productivity 20230628 v1.pptxISSIP
 
20210128 jim spohrer ai house_fund v4
20210128 jim spohrer ai house_fund v420210128 jim spohrer ai house_fund v4
20210128 jim spohrer ai house_fund v4ISSIP
 
Bayesian Autoencoders (BAE) & Honest Thoughts on research
Bayesian Autoencoders (BAE) & Honest Thoughts on research Bayesian Autoencoders (BAE) & Honest Thoughts on research
Bayesian Autoencoders (BAE) & Honest Thoughts on research Bang Xiang Yong
 
Spohrer GAMP 20230628 v17.pptx
Spohrer GAMP 20230628 v17.pptxSpohrer GAMP 20230628 v17.pptx
Spohrer GAMP 20230628 v17.pptxISSIP
 
What is AI, Machine Learning, Neural Networks, Deep Learning and Data Science
What is AI, Machine Learning, Neural Networks, Deep Learning and Data ScienceWhat is AI, Machine Learning, Neural Networks, Deep Learning and Data Science
What is AI, Machine Learning, Neural Networks, Deep Learning and Data ScienceSom Shahapurkar
 
2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.NetBruno Capuano
 
Yuandong Tian at AI Frontiers : Planning in Reinforcement Learning
Yuandong Tian at AI Frontiers : Planning in Reinforcement LearningYuandong Tian at AI Frontiers : Planning in Reinforcement Learning
Yuandong Tian at AI Frontiers : Planning in Reinforcement LearningAI Frontiers
 
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713Mathieu DESPRIEE
 
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptx
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptxNordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptx
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptxISSIP
 
20211103 jim spohrer oecd ai_science_productivity_panel v5
20211103 jim spohrer oecd ai_science_productivity_panel v520211103 jim spohrer oecd ai_science_productivity_panel v5
20211103 jim spohrer oecd ai_science_productivity_panel v5ISSIP
 
Big Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao PauloBig Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao PauloOCTO Technology
 
Meetup 29042015
Meetup 29042015Meetup 29042015
Meetup 29042015lbishal
 
PPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORYPPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORYbutest
 
Jaist 20180228 v4
Jaist 20180228 v4Jaist 20180228 v4
Jaist 20180228 v4ISSIP
 
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxISSIP
 
IIPGH Webinar 1: Getting Started With Data Science
IIPGH Webinar 1: Getting Started With Data ScienceIIPGH Webinar 1: Getting Started With Data Science
IIPGH Webinar 1: Getting Started With Data Scienceds4good
 
Introduction of Artificial Intelligence
Introduction of Artificial IntelligenceIntroduction of Artificial Intelligence
Introduction of Artificial IntelligenceAkhileshwar Nirala
 

Similar a Machine Learning & AI - 2022 intro for pre-college students.pdf (20)

Worker Productivity 20230628 v1.pptx
Worker Productivity 20230628 v1.pptxWorker Productivity 20230628 v1.pptx
Worker Productivity 20230628 v1.pptx
 
20210128 jim spohrer ai house_fund v4
20210128 jim spohrer ai house_fund v420210128 jim spohrer ai house_fund v4
20210128 jim spohrer ai house_fund v4
 
Bayesian Autoencoders (BAE) & Honest Thoughts on research
Bayesian Autoencoders (BAE) & Honest Thoughts on research Bayesian Autoencoders (BAE) & Honest Thoughts on research
Bayesian Autoencoders (BAE) & Honest Thoughts on research
 
Spohrer GAMP 20230628 v17.pptx
Spohrer GAMP 20230628 v17.pptxSpohrer GAMP 20230628 v17.pptx
Spohrer GAMP 20230628 v17.pptx
 
LR2. Summary Day 2
LR2. Summary Day 2LR2. Summary Day 2
LR2. Summary Day 2
 
What is AI, Machine Learning, Neural Networks, Deep Learning and Data Science
What is AI, Machine Learning, Neural Networks, Deep Learning and Data ScienceWhat is AI, Machine Learning, Neural Networks, Deep Learning and Data Science
What is AI, Machine Learning, Neural Networks, Deep Learning and Data Science
 
2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net2020 04 04 NetCoreConf - Machine Learning.Net
2020 04 04 NetCoreConf - Machine Learning.Net
 
Overblik over kunstig intelligens og digital billedanalyse
Overblik over kunstig intelligens og digital billedanalyseOverblik over kunstig intelligens og digital billedanalyse
Overblik over kunstig intelligens og digital billedanalyse
 
Yuandong Tian at AI Frontiers : Planning in Reinforcement Learning
Yuandong Tian at AI Frontiers : Planning in Reinforcement LearningYuandong Tian at AI Frontiers : Planning in Reinforcement Learning
Yuandong Tian at AI Frontiers : Planning in Reinforcement Learning
 
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
Big Data & Machine Learning - TDC2013 São Paulo - 12/0713
 
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptx
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptxNordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptx
NordicHouse 20240116 AI Quantum IFTF dfiscussionv7.pptx
 
20211103 jim spohrer oecd ai_science_productivity_panel v5
20211103 jim spohrer oecd ai_science_productivity_panel v520211103 jim spohrer oecd ai_science_productivity_panel v5
20211103 jim spohrer oecd ai_science_productivity_panel v5
 
Big Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao PauloBig Data & Machine Learning - TDC2013 Sao Paulo
Big Data & Machine Learning - TDC2013 Sao Paulo
 
NHH 20231105 v6.pptx
NHH 20231105 v6.pptxNHH 20231105 v6.pptx
NHH 20231105 v6.pptx
 
Meetup 29042015
Meetup 29042015Meetup 29042015
Meetup 29042015
 
PPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORYPPT slides - MACHINE PERCEPTION LABORATORY
PPT slides - MACHINE PERCEPTION LABORATORY
 
Jaist 20180228 v4
Jaist 20180228 v4Jaist 20180228 v4
Jaist 20180228 v4
 
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptxEIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
EIT-Digital_Spohrer_AI_Intro 20231128 v1.pptx
 
IIPGH Webinar 1: Getting Started With Data Science
IIPGH Webinar 1: Getting Started With Data ScienceIIPGH Webinar 1: Getting Started With Data Science
IIPGH Webinar 1: Getting Started With Data Science
 
Introduction of Artificial Intelligence
Introduction of Artificial IntelligenceIntroduction of Artificial Intelligence
Introduction of Artificial Intelligence
 

Más de Ed Fernandez

ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweek
ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweekML platforms & auto ml - UEM annotated (2) - #digitalbusinessweek
ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweekEd Fernandez
 
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Ed Fernandez
 
Solve for X with AI: a VC view of the Machine Learning & AI landscape
Solve for X with AI: a VC view of the Machine Learning & AI landscapeSolve for X with AI: a VC view of the Machine Learning & AI landscape
Solve for X with AI: a VC view of the Machine Learning & AI landscapeEd Fernandez
 
Telco & OTT (Over The Top) the not-new-anymore Kids in the Block
Telco & OTT (Over The Top) the not-new-anymore Kids in the BlockTelco & OTT (Over The Top) the not-new-anymore Kids in the Block
Telco & OTT (Over The Top) the not-new-anymore Kids in the BlockEd Fernandez
 
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?Ed Fernandez
 
WebCongress lima 2014: Home is where your phone connects to WiFi automatically
WebCongress lima 2014: Home is where your phone connects to WiFi automaticallyWebCongress lima 2014: Home is where your phone connects to WiFi automatically
WebCongress lima 2014: Home is where your phone connects to WiFi automaticallyEd Fernandez
 
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...WebCongress US 2013 why does superman wear his underwear outside his pants?. ...
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...Ed Fernandez
 
TEDx Raval 3 de mar 2012 @efernandez 15min short web
TEDx Raval 3 de mar 2012 @efernandez 15min short webTEDx Raval 3 de mar 2012 @efernandez 15min short web
TEDx Raval 3 de mar 2012 @efernandez 15min short webEd Fernandez
 
Eduardo fernandez #bif11 keynote
Eduardo fernandez #bif11 keynoteEduardo fernandez #bif11 keynote
Eduardo fernandez #bif11 keynoteEd Fernandez
 
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...Ed Fernandez
 
Argumentation The Art Of Persuasion (Colegio De Abogados)
Argumentation   The Art Of Persuasion (Colegio De Abogados)Argumentation   The Art Of Persuasion (Colegio De Abogados)
Argumentation The Art Of Persuasion (Colegio De Abogados)Ed Fernandez
 
M Life 2009 Modern Government And Mobility Eduardo Fernandez Rojo
M Life 2009 Modern Government And Mobility   Eduardo Fernandez RojoM Life 2009 Modern Government And Mobility   Eduardo Fernandez Rojo
M Life 2009 Modern Government And Mobility Eduardo Fernandez RojoEd Fernandez
 
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short Def
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short DefIct Mobile Summit 2009 Eduardo Fernandez Plenary Session Short Def
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short DefEd Fernandez
 

Más de Ed Fernandez (13)

ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweek
ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweekML platforms & auto ml - UEM annotated (2) - #digitalbusinessweek
ML platforms & auto ml - UEM annotated (2) - #digitalbusinessweek
 
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
Machine Learning Platformization & AutoML: Adopting ML at Scale in the Enterp...
 
Solve for X with AI: a VC view of the Machine Learning & AI landscape
Solve for X with AI: a VC view of the Machine Learning & AI landscapeSolve for X with AI: a VC view of the Machine Learning & AI landscape
Solve for X with AI: a VC view of the Machine Learning & AI landscape
 
Telco & OTT (Over The Top) the not-new-anymore Kids in the Block
Telco & OTT (Over The Top) the not-new-anymore Kids in the BlockTelco & OTT (Over The Top) the not-new-anymore Kids in the Block
Telco & OTT (Over The Top) the not-new-anymore Kids in the Block
 
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?
WebCongress panama 2014 - War Is Over - What's Next After the Smartphone Wars?
 
WebCongress lima 2014: Home is where your phone connects to WiFi automatically
WebCongress lima 2014: Home is where your phone connects to WiFi automaticallyWebCongress lima 2014: Home is where your phone connects to WiFi automatically
WebCongress lima 2014: Home is where your phone connects to WiFi automatically
 
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...WebCongress US 2013 why does superman wear his underwear outside his pants?. ...
WebCongress US 2013 why does superman wear his underwear outside his pants?. ...
 
TEDx Raval 3 de mar 2012 @efernandez 15min short web
TEDx Raval 3 de mar 2012 @efernandez 15min short webTEDx Raval 3 de mar 2012 @efernandez 15min short web
TEDx Raval 3 de mar 2012 @efernandez 15min short web
 
Eduardo fernandez #bif11 keynote
Eduardo fernandez #bif11 keynoteEduardo fernandez #bif11 keynote
Eduardo fernandez #bif11 keynote
 
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...
UIMP Visiones Internacionales desde España y Nuevos escenarios estrategicos s...
 
Argumentation The Art Of Persuasion (Colegio De Abogados)
Argumentation   The Art Of Persuasion (Colegio De Abogados)Argumentation   The Art Of Persuasion (Colegio De Abogados)
Argumentation The Art Of Persuasion (Colegio De Abogados)
 
M Life 2009 Modern Government And Mobility Eduardo Fernandez Rojo
M Life 2009 Modern Government And Mobility   Eduardo Fernandez RojoM Life 2009 Modern Government And Mobility   Eduardo Fernandez Rojo
M Life 2009 Modern Government And Mobility Eduardo Fernandez Rojo
 
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short Def
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short DefIct Mobile Summit 2009 Eduardo Fernandez Plenary Session Short Def
Ict Mobile Summit 2009 Eduardo Fernandez Plenary Session Short Def
 

Último

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 

Último (20)

Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Machine Learning & AI - 2022 intro for pre-college students.pdf

  • 1. Machine Learning & AI A gentle introduction Hastings edition - Ed Fernandez @efernandez
  • 2. About your instructor • Nerd (Engineer in the 90s - Commodore 64, 1MHz CPU, 64Kb RAM - Assembler, C) • turned into Business (Corporate Exec) • turned Entrepreneur (still shareholder) • turned into Investing (VC and PE) • turned into Boards (Non-Exec Board Director) • turned into Teaching (Northeastern University, Berkeley Center for Entrepreneurship & Tech, ISDI) Superskill: I can spin a book/basketball/pizza in the air on the tip of my finger
  • 3. The Next 10 Years : Tech Trends 1 Artificial Intelligence Above All Things Her, Ex Machina 2 Cybersecurity All Things Hacked Mr Robot 3 Metaverse All Things Virtual Ready Player I, Avatar 4 Spatial Computing All Things Online IronMan, Black Mirror 5 Autonomous Driving & Flying All Things Autonomous Minority Report, I Robot, Blade Runner 6 Biotechnology All Beings CRISPR Edited Gattaca 7 Longevity All Things Anti-aging Mr Nobody 8 Scarcity All Things Exhausting Earth resources Mad Max 9 De-carbonization All Things Green Avatar 10 Off world All Things Space The Martian, 2001 a space odissey (bonus) 11 End of the Attention Economy All Things Ad-blocking The Social Network
  • 4. The Next 10 Years – Recommended Books: • Thinking Machines, L. Dormehl : AI explained, down to earth, no math • Outliers, M.Gladwell : About outstanding people and their stories • The 4th Industrial Revolution: K.Schwab : technology changes & disruption • The Innovator’s Dilemma, C.Christensen : on disruption, innovation and how to create Unicorns, a must for new entrepreneurs • *The Selfish Gene, R.Dawkins : How we got here, Why are we here, Where are we going, the explanation to life and everything else • **The Hitchhiker's Guide to the Galaxy, D.Adams : Earth is demolished to accommodate an intergalactic super-highway, absurdly funny *Beware: this book will profoundly change how you view and understand the world, and yes, it holds the answers to the main questions in life: why are we here, where are we going, why things are how they are **This book, also known as H2G2, holds also the “answer to life, the universe and everything” (being it the nr 42), coming as a result of a 7,5 Mn years computing project commissioned to a super-computer called Deep Thought in a distant planet https://simple.wikipedia.org/wiki/42_(answer)
  • 5. Why is AI important? • New Technologies come in waves (adoption waves) • They shape our culture, society and even us as individuals • Each wave creates change, disruption and new wealth • Your future as a professional will be inevitably linked to one or more of these waves • You or [insert option according to age: | your degree | your startup | the corporation you’ll work for | the company you’ll invest in |] will inevitably specialize according to these waves
  • 6. The term AI (Artificial Intelligence) is used across this presentation and appears in 3rd party materials and references used. In the context of this session, it refers specifically to the ability to build machine learning driven applications which ultimately automate and/or optimize business processes and, It DOES NOT refer to general or strong Artificial Intelligence in the formal sense, which is not likely to happen for decades to come (emphasis from author) What’s AI and what’s NOT: demistifying AI US
  • 7. © COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
  • 8. © COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
  • 9. https://www.youtube.com/watch?v=amfJgxmA6sA Demos Google AI Experiments: Quick Draw! https://quickdraw.withgoogle.com/ Drawing: https://magenta.tensorflow.org/assets/sketch_rnn_demo/index.html Freddiemeter: https://freddiemeter.withyoutube.com/ Teachable Machine: https://teachablemachine.withgoogle.com/train OpenAI GPT-2 text generation: https://talktotransformer.com/
  • 10. Dall–E 2: State of the Art image generation https://www.youtube.com/watch?v=lbUluHiqwoA
  • 14. © COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
  • 15. • Machines participate in decisión process • Data is structured & purpose driven • Time: model training & application • Process integration in place • Data volumen is high or very high
  • 16. © COPYRIGHT 2022 HEADSPRING A joint venture of FT | IE Business School
  • 17. Machine Learning & AI Why • Intuition behind ML • AI vs ML vs DL • AI technologies & themes: the big picture
  • 18. Jensen Huang, CEO of Nvidia
  • 19.
  • 20. The New Software Paradigm Machine Learning: an intuitive approach - building an apple recommender if color (apple) = red then if size (apple) = big then if vendor (apple) = trusted and origin (apple) = California or France then pick (apple) else discard (apple) color size vendor origin action red big trusted California pick green small trusted Italy discard light red medium unverified Canada discard red big trusted France pick Traditional Rule Based Programming Machine Learning - Data Driven Rule Discovery
  • 21. Diabetes Prediction if (plasma_glucose <= 166): if (blood_pressure is None): return u'true' if (blood_pressure > 61): if (age is None): return u'true' if (age > 31): if (bmi > 30.115): if (blood_pressure > 91): return u'true' if (blood_pressure <= 91): if (bmi > 30.615): if (age > 33): if (bmi > 31.45): if (pregnancies is None): return u'true' if (pregnancies > 7): if (age > 41): return u'true' if (age <= 41): if (pregnancies > 10): if (bmi > 41.2): return u'true' if (diabetes_pedigree <= 1.11425): if (diabetes_pedigree > 0.3065): return u'true' if (diabetes_pedigree <= 0.3065): if (bmi > 35.3): return u'true' if (bmi <= 35.3): if (plasma_glucose > 177): if (plasma_glucose > 192): return u'true' if (plasma_glucose <= 192):
  • 22. The computer “creates its own program”
  • 24. Definitions & Disclaimer Machine Learning is NOT Deep Learning NOR AI or AGI AI Machine Learning Deep Learning
  • 25. We are here (mostly) Simplified* AI Landscape * and imperfect Future: • Knowledge representation (symbolic/ Subsymbolic) • Planning (Reinforcement Learning, Agents) • Reasoning (Causality, Logic, Symbolic) • Search & Optimization (evolutionary/ genetic algos)
  • 26. Machine Learning & AI What • ML Models • Your first model, linear regression
  • 27. Machine Learning Instances ML algorithm Data New instance Predictive model Prediction Confidence
  • 28. Your first model: Linear Regression Sales =Y Month # = X Jan 5 1 Feb 6 2 Mar 5 3 … … Instances ML algorithm Data New instance/data point Dec 12 Predictive - trained model 13 Prediction Month/day/yr Sales Y = model prediction rounded error X = Month # Model equation 1/1/2022 5 4.90909 5 0 1 2/1/2022 6 5.63636 6 0 2 Y = Bias + Coefficient * X 3/1/2022 5 6.36363 6 1 3 4/1/2022 7 7.0909 7 0 4 Bias = 4.18182 5/1/2022 9 7.81817 8 -1 5 Coefficient = 0.72727 6/1/2022 8 8.54544 9 1 6 7/1/2022 11 9.27271 9 -2 7 8/1/2022 9 9.99998 10 1 8 9/1/2022 10 10.72725 11 1 9 10/1/2022 12 11.45452 11 -1 10 11/1/2022 12 12.18179 12 0 11 Dec-22 12.90906 13 12 { Y = Bias + Coeff * X } { Bias = 4.18, Coefficient = 0.73 } Linear Regression 5 6 6 7 8 9 9 10 11 11 12 13 -4 -2 0 2 4 6 8 10 12 14 10/31/2021 12/20/2021 2/8/2022 3/30/2022 5/19/2022 7/8/2022 8/27/2022 10/16/2022 12/5/2022 1/24/2023 Sales Forecast Sales Y = model prediction rounded error Linear (Sales)
  • 29. Linear Regression https://www.geogebra.org/m/xC6zq7Zv 5 6 6 7 8 9 9 10 11 11 12 13 -2 -1 0 1 2 0 2 4 6 8 10 12 14 16 1/1/2022 2/1/2022 3/1/2022 4/1/2022 5/1/2022 6/1/2022 7/1/2022 8/1/2022 9/1/2022 10/1/2022 11/1/2022 12/1/2022 1/1/2023 2/1/2023 SALES FORECAST error Y = model prediction Sales rounded Linear (Sales) { Y = Bias + Coeff(1)* X(1) + Coeff(2)* X(2)+ … + Coeff(n)* X(n) }
  • 30. Where does the Learning happen? We learn the Coefficients, aka model parameters { Y = Bias + Coeff(1)* X(1) + Coeff(2)* X(2)+ … + Coeff(n)* X(n) }
  • 31. SUPERVISED UNSUPERVISED DATA Requires “labelled” data Does not require “labelled” data GOAL Goal is to predict the label often called the objective (churn, sales predictions, etc). Goal is “structure discovery”, with algorithms focused on type of relation (clustering, etc.) EVALUATION Predictions can be compared to real labels Each algorithm has it’s own quality measures ALGORITHMS Algorithms CLUSTER ANOMALY TOPIC MODEL ASSOCIATION TREE MODEL ENSEMBLE NEURAL NETWORKS LOGISTIC REGRESSION TIME SERIES CLASSIFICATION / REGRESSION AUTOML LINEAR REGRESSION
  • 32. Machine Learning Algorithms Algorithms 01 02 Data Algorithms Widespread adoption of machine learning algorithms • ML as a Service • APIs • Tools and open source libraries & ML frameworks Faster hardware acceleration Better input & more data Neuroscience driving new algorithms
  • 33. Machine Learning & AI Leveling up • Neural Networks • Deep Learning • ML platforms & tools • AutoML
  • 35. Denis Dmitriev - Neural Networks in 3D https://www.youtube.com/watch?v=3JQ3hYko51Y
  • 36. demos 3D simulation of Neural Networks (revealing!) https://www.youtube.com/watch?v=3JQ3hYko51Y&a b_channel=DenisDmitriev Tensorflow Neural Network playground (challenge yourself!) link Google AI experiments (fun!) https://experiments.withgoogle.com/collection/ai
  • 37. Where are my models? ML technology stack BIGML INFRASTRUCTURE • Models are stored in the BigML server, in the cloud. • Private and On premises clouds are also available. • Resources are unmutable, any change will result into a new resource. • Resources are encoded in JSON and are easy to export. API-first, auto-scalable, auto-deployable distributed architecture for Machine Learning
  • 38. How can I improve my model? AUTOMATIC OPTIMIZATION: AutoML AUTOMATIC OPTIMIZATION and Model selection: evaluating multiple models with different configurations using Bayesian parameter optimization. https://blog.bigml.com/2018/05/16/optiml-the-nitty-gritty/ https://static.bigml.com/pdf/BigML_OptiML.pdf?ver=79e b166
  • 39. How can I improve my model? AUTOMATIC OPTIMIZATION: AutoML AUTOMATIC OPTIMIZATION and Model selection: evaluating multiple models with different configurations using Bayesian parameter optimization. https://blog.bigml.com/2018/05/16/optiml-the-nitty-gritty/ https://static.bigml.com/pdf/BigML_OptiML.pdf?ver=79e b166
  • 40. How can I improve my model? MODEL PARAMETERS: AutoML - Automatic Optimization
  • 41. ML Onboarding Strategy A few tips for machine learning success • Think of Machine Learning as the ultimate optimization tool, to use almost in every company process. • Leverage ML tools enabling domain experts & non-data scientists to apply machine learning with minimal or no coding. • Begin with MLaaS: starting in the cloud is inexpensive. • Initially consider educating management and key personnel in AI & machine learning vs building separate teams. • Plan for scale: many models, many predictions, many more internal & external users - evaluate need for a ML platform
  • 42. Closing Remarks • Of all tech waves for the next decade, AI is probably the most pervasive • True AI does not exist today (nor will it for many years to come), we do have however disruptive automation capabilities enabled by ML models • Developing AI/ML driven SW digresses significantly from traditional SW development processes, a different architecture and SW stack is required • Like we have seen in the traditional SW industry, Open Source presents significant challenges once ML ops scale (call out to AI/ML platforms) • AI Software and ML models are only as good as their capacity to be deployed in production and retrained (model drift)
  • 43. Resources • CS229 Machine Learning, Stanford https://docs.google.com/spreadsheets/d/1OEsqqhihH- n2OPHsT8jSA8BkLdqUMWY-GiWHgkBs3Z8/edit#gid=0 • Full Stack Deep Learning course https://fullstackdeeplearning.com/course/ • Deep Learning https://www.deeplearningbook.org/ • Machine Learning Mastery, Jason Brownlee https://machinelearningmastery.com/ • BigML: ML platform, sign up for the academic program free PRO subscription with your .edu email https://bigml.com/education/ • Short educational videos, all about ML https://bigml.com/education/videos