SlideShare ist ein Scribd-Unternehmen logo
1 von 33
.ai
© 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
Introduction to Artificial Intelligence Era:
Convergence of Algorithms, Data & Computing
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
French mathematician Adrien-Marie
Legendre publishes the least square
method for regression.
1805
Legendre lays the groundwork
for machine learning.
Gauss, however, is credited to have used it as early as 1795, when he was 18 years old. He,
subsequently, adopted it in 1801 to calculate the orbit of the newly discovered planet Ceres.
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
American psychologist and computer
scientist Frank Rosenblatt creates
the perceptron algorithm, an early
type of artificial neural network
(ANN), which stands as the first
algorithmic model that could learn on
its own.
1805
Rosenblatt develops the first
self-learning algorithm
1958
American computer scientist Arthur Samuel would coin the term “machine learning” the following
year for these types of self-learning models (as well as develop a groundbreaking checkers
program seen as an early success in AI).
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
Ukrainian mathematician
Alexey Grigorevich
Ivakhnenko develops the
first general working
learning algorithms for
supervised multilayer
artificial neural networks
(ANNs), in which several
ANNs are stacked on top of
one another and the output
of one ANN layer feeds into
the next.
1805
1958
1965
Birth of deep learning
Single Neuron
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
Intel cofounder Gordon Moore
notices that the number of
transistors per square inch on
integrated circuits has doubled
every year since their invention.
1965
Moore recognizes exponential
growth in chip power
‱ His observation becomes Moore’s law, which predicts the trend will continue into the
foreseeable future (although it later proves to do so roughly every 18 months).
‱ At the time, state-of-the-art computational speed is in the order of three million floating-point
operations per second (FLOPS).
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
American psychologist David Rumelhart,
British cognitive psychologist and
computer scientist Geoffrey Hinton, and
American computer scientist Ronald
Williams publish on backpropagation,
popularizing this key technique for training
artificial neural networks (ANNs) that was
originally proposed by American scientist
Paul Werbos in 1982.
1805
1958
1965
1986
Backpropagation takes hold
‱ Backpropagation allows the ANN to optimize itself
without human intervention (in this case, it found
features in family-tree data that weren’t obvious or
provided to the algorithm in advance).
‱ Still, lack of computational power and the massive
amounts of data needed to train these multilayered
networks prevent ANNs leveraging backpropagation
from being used widely.
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
D
Data
The European Organization for
Nuclear Research (CERN) begins
opening up the World Wide Web to
the public.
1991
Opening of the World Wide
Web
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
Computer engineers Bernhard E.
Boser (Swiss), Isabelle M. Guyon
(French), and Russian
mathematician Vladimir N. Vapnik
discover that algorithmic models
called support vector machines
(SVMs) can be easily upgraded to
deal with nonlinear problems by
using a technique called kernel
trick, leading to widespread usage
of SVMs in many natural-
language-processing problems,
such as classifying sentiment and
understanding human speech.
1805
1958
1965
1986
1992
Upgraded SVMs provide early
natural-language-processing
solution
If Regression’ is a sword ‘Support Vector Machines’ is like a sharp knife
Kernel trick takes low dimensional input space
and transform it to a higher dimensional space
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
In 1991, German computer
scientist Sepp Hochreiter showed
that a special type of artificial
neural network (ANN) called a
recurrent neural network (RNN)
can be useful in sequencing tasks
(speech to text, for example) if it
could remember the behavior of
part sequences better.
In 1997, Hochreiter and fellow
computer scientist JĂŒrgen
Schmidhuber solve the problem by
developing long short-term
memory (LSTM). Today, RNNs
with LSTM are used in many major
speech-recognition applications.
1805
1958
1965
1986
1992
1997
RNNs get a “memory,”
positioning them to advance
speech to text
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
Deep Blue’s success against the
world chess champion largely
stems from masterful engineering
and the tremendous power
computers possess at that time.
Deep Blue’s computer achieves
around 11 gigaFLOPS (11 billion
FLOPS).
1997
1965
Increase in computing power
drives IBM’s Deep Blue victory
over Garry Kasparov
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
1997
1999
Nvidia releases the GeForce 256
graphics card, marketed as the
world’s first true graphics
processing unit (GPU).
The technology will later prove
fundamental to deep learning by
performing computations much
faster than computer processing
units (CPUs).
1965
More computing power for AI
algorithms arrives 
 but no
one realizes it yet
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
With the World Wide Web taking
off, Google seeks out novel ideas
to deal with the resulting
proliferation of data. Computer
scientist Jeff Dean (current head of
Google Brain) and Google
software engineer Sanjay
Ghemawat develop MapReduce to
deal with immense amounts of
data by parallelizing processes
across large data sets using a
substantial number of computers.
2004
Dean and Ghemawat introduce
the MapReduce algorithm to
cope with data explosion
A
Algorithms
1805
1958
1965
1986
1992
1997
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
1997
1999
Amazon launches its Amazon Web
Services, offering cloud-based
storage and computing power to
users. Cloud computing would
come to revolutionize and
democratize data storage and
computation, giving millions of
users access to powerful IT
systems—previously only available
to big tech companies—at a
relatively low cost.
1965
2002
Amazon brings cloud storage
and computing to the masses
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
D
Data
Within about 18 months, the site
would serve up almost 100 million
views per day
1991
2005
Number of Internet users
worldwide passes one-billion mark
YouTube debuts
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
A
Algorithms
To speed the training of deep-
learning models, Geoffrey Hinton
develops a way to pretrain them
with a deep-belief network (a class
of neural network) before
employing backpropagation. While
his method would become
obsolete when computational
power increased to a level that
allowed for efficient deep-learning-
model training, Hinton’s work
popularized the use of deep
learning worldwide—and many
credit him with coining the phrase
“deep learning.
1805
1958
1965
1986
1992
1997
2006
Hinton reenergizes the use of
deep-learning models
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
1997
1999
And the price of DRAM, a type of
random-access memory (RAM)
commonly used in PCs, drops to
$158 per gigabyte, from $31,633 in
1995.
1965
2002
2005
2006
Cost of one gigabyte of disk
storage drops to $0.79, from
$277 ten years earlier
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
1997
1999
1965
2002
2005
2006
Inspired by Google’s MapReduce,
computer scientists Doug Cutting
and Mike Cafarella develop the
Hadoop software to store and
process enormous data sets.
Yahoo uses it first, to deal with the
explosion of data coming from
indexing web pages and online
data.
Cutting and Cafarella introduce
Hadoop to store and process
massive amounts of data
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
D
Data
1991
2005
Apple cofounder and CEO Steve
Jobs introduces the iPhone in
January 2007. The total number of
smartphones sold in 2007 reaches
about 122 million. The era of
around-the-clock consumption and
creation of data and content by
smartphone users begins.
2007
Introduction of the iPhone
propels smartphone
revolution—and amps up data
generation
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
Developed by Romanian-Canadian
computer scientist Matei Zaharia
at UC Berkeley’s AMPLab, Spark
streams huge amounts of data
leveraging RAM, making it much
faster at processing data than
software that must read/write on
hard drives. It revolutionizes the
ability to update big data and
perform analytics in real time.
2009
UC Berkley introduces Spark
to handle big data
C
Computing
1997
1999
1965
2002
2005
2006
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
Internet protocol (IP) traffic is
aided by the growing adoption of
broadband, particularly in the
United States, where adoption
reaches 65 percent, according to
Cisco, which reports this monthly
figure and the annual figure of 242
exabytes.
Worldwide IP traffic exceeds
20 exabytes (20 billion
gigabytes) per month
D
Data
1991
2005
2007
2010
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
1997
1999
1965
2002
2005
2006
IBM’s question answering system,
Watson, defeats the two greatest
Jeopardy! champions, Brad Rutter
and Ken Jennings, by a significant
margin. IBM Watson uses ten
racks of IBM Power 750 servers
capable of 80 teraFLOPS (that’s
80 trillion FLOPS—the state of the
art in the mid-1960s was around
three million FLOPS).
2011
IBM Watson beats Jeopardy!
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2012
Geoffrey Hinton’s team wins
ImageNet’s image-classification
competition by a large margin, with
an error rate of 15.3 percent
versus the second-best error rate
of 26.2 percent, using a
convolutional neural network
(CNN). Hinton’s team trained its
CNN on 1.2 million images using
two GPU cards.
Deep-learning system wins
renowned image-classification
contest for the first time
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2012
The amount of data processed by
the company’s systems soars past
500 terabytes
Number of Facebook users hits
one billion
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2012
Google uses 16,000 processors to train a deep
artificial neural network with one billion
connections on ten million randomly selected
YouTube video thumbnails over the course of
three days. Without receiving any information
about the images, the network starts
recognizing pictures of cats, marking the
beginning of significant advances in image
recognition.
Google demonstrates the effectiveness of
deep learning for image recognition
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2012
Geoffrey Hinton’s team wins
ImageNet’s image-classification
competition by a large margin, with
an error rate of 15.3 percent
versus the second-best error rate
of 26.2 percent, using a
convolutional neural network
(CNN). Hinton’s team trained its
CNN on 1.2 million images using
two GPU cards.
Deep-learning system wins
renowned image-classification
contest for the first time
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2013
While reinforcement learning dates to the
late 1950s, it gains in popularity this year
when Canadian research scientist Vlad Mnih
from DeepMind (not yet a Google company)
applies it in conjunction with a convolutional
neural network to play Atari video games at
superhuman levels.
DeepMind teaches an algorithm to play
Atari using reinforcement learning and
deep learning
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2014
As of October 2014, GSMA reports
the number of mobile devices at
around 7.22 billion, while the US
Census Bureau reports the
number of people globally at
around 7.20 billion.
Number of mobile devices
exceeds number of humans
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2017
According to this estimate, about
90 percent of the world’s data
were produced in the past two
years. And, every minute, YouTube
users watch more than four million
videos and mobile users send
more than 15 million texts.
Electronic-device users
generate 2.5 quintillion bytes of
data per day
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2017
While creating AI software with full general
intelligence remains decades off (if possible at
all), Google’s DeepMind takes another step
closer to it with AlphaZero, which learns three
computer games: Go, chess, and shogi.
Unlike AlphaGo Zero, which received some
instruction from human experts, AlphaZero
learns strictly by playing itself, and then goes on
to defeat its predecessor AlphaGo Zero at Go
(after eight hours of self-play) as well as some of
the world’s best chess- and shogi-playing
computer programs (after four and two hours of
self-play, respectively).
AlphaZero beats AlphaGo Zero after
learning to play three different games in
less than 24 hours
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
C
Computing
A
Algorithms
D
Data
2017
Google first introduced its tensor processing unit
(TPU) in 2016, which it used to run its own
machine-learning models at a reported 15 to 30
times faster than GPUs and CPUs. In 2017,
Google announced an upgraded version of the
TPU that was faster (180 million teraFLOPS—
more when multiple TPUs are combined), could
be used to train models in addition to running
them, and would be offered to the paying public
via the cloud. TPU availability could spawn even
more (and more powerful and efficient) machine-
learning-based business applications.
Google introduces upgraded TPU that
speeds machine-learning processes
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
© 2018 AMBEENT All rights reserved.
STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
References
‱ https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/an-
executives-guide-to-ai
‱ https://www.mckinsey.com/featured-insights/artificial-intelligence
‱ https://imada.sdu.dk/~marco/DM828/Slides/dm828-lec11.pdf
‱ http://ageconsearch.umn.edu/bitstream/121693/2/12-001.pdf
‱ https://www.slideshare.net/edslide/solve-for-x-with-ai-a-vc-view-of-the-machine-
learning-ai-landscape-q117?from_action=save
‱ http://persagen.com/files/ml.html
‱ https://www.accenture.com/t20160814T215045__w__/us-
en/_acnmedia/Accenture/Conversion-
Assets/DotCom/Documents/Global/PDF/Technology_11/Accenture-Turning-Artificial-
Intelligence-into-Business-Value.pdf
‱ https://www.mckinsey.com/global-themes/artificial-intelligence/visualizing-the-uses-
and-potential-impact-of-ai-and-other-analytics
.ai
© 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
academy@ambeent.ai

Weitere Àhnliche Inhalte

Was ist angesagt?

IBM Presentation: Ramtin Mehrabkhani
IBM Presentation: Ramtin MehrabkhaniIBM Presentation: Ramtin Mehrabkhani
IBM Presentation: Ramtin Mehrabkhanimehrr1
 
Computing History Part2
Computing History Part2Computing History Part2
Computing History Part2Ritesh Nayak
 
Big data VN-INFO meet-up
Big data VN-INFO meet-upBig data VN-INFO meet-up
Big data VN-INFO meet-upSon Nguyen Kim
 
history of computer by sai nat tib
history of computer by sai nat tibhistory of computer by sai nat tib
history of computer by sai nat tibsainattib
 
Computing History Part 1
Computing History  Part 1Computing History  Part 1
Computing History Part 1Ritesh Nayak
 
Timeline of Computing History
Timeline of Computing HistoryTimeline of Computing History
Timeline of Computing HistoryOERindia
 
History of computer ok
History of computer okHistory of computer ok
History of computer okFrya Lora
 
From π to Pi
From π to PiFrom π to Pi
From π to PiBernie Cohen
 
1 history
1 history1 history
1 historyAmin Ullah
 
Into the next dimension
Into the next dimensionInto the next dimension
Into the next dimensionEd Charbeneau
 
Digital Revolution
Digital RevolutionDigital Revolution
Digital RevolutionDataValueTalk
 
The history of computers
The history of computersThe history of computers
The history of computersickymeowmeow
 
Mexico 2015 perspective on the world
Mexico   2015 perspective on the worldMexico   2015 perspective on the world
Mexico 2015 perspective on the worldJerome Glenn
 
Technologies Changing Industrial Park Requirements and Collective Intelligenc...
Technologies Changing Industrial Park Requirements and Collective Intelligenc...Technologies Changing Industrial Park Requirements and Collective Intelligenc...
Technologies Changing Industrial Park Requirements and Collective Intelligenc...Jerome Glenn
 
Generation of computers
Generation of computersGeneration of computers
Generation of computerssilent_scream
 

Was ist angesagt? (20)

IBM Presentation: Ramtin Mehrabkhani
IBM Presentation: Ramtin MehrabkhaniIBM Presentation: Ramtin Mehrabkhani
IBM Presentation: Ramtin Mehrabkhani
 
Computing History Part2
Computing History Part2Computing History Part2
Computing History Part2
 
Big data VN-INFO meet-up
Big data VN-INFO meet-upBig data VN-INFO meet-up
Big data VN-INFO meet-up
 
history of computer by sai nat tib
history of computer by sai nat tibhistory of computer by sai nat tib
history of computer by sai nat tib
 
Computing History Part 1
Computing History  Part 1Computing History  Part 1
Computing History Part 1
 
Timeline of Computing History
Timeline of Computing HistoryTimeline of Computing History
Timeline of Computing History
 
History of computer ok
History of computer okHistory of computer ok
History of computer ok
 
From π to Pi
From π to PiFrom π to Pi
From π to Pi
 
1 history
1 history1 history
1 history
 
Into the next dimension
Into the next dimensionInto the next dimension
Into the next dimension
 
Digital Revolution
Digital RevolutionDigital Revolution
Digital Revolution
 
A brief history of computers
A brief history of computersA brief history of computers
A brief history of computers
 
The computer
The computerThe computer
The computer
 
The history of computers
The history of computersThe history of computers
The history of computers
 
History of gis
History of gisHistory of gis
History of gis
 
Mexico 2015 perspective on the world
Mexico   2015 perspective on the worldMexico   2015 perspective on the world
Mexico 2015 perspective on the world
 
Technologies Changing Industrial Park Requirements and Collective Intelligenc...
Technologies Changing Industrial Park Requirements and Collective Intelligenc...Technologies Changing Industrial Park Requirements and Collective Intelligenc...
Technologies Changing Industrial Park Requirements and Collective Intelligenc...
 
History of GIS
History of GISHistory of GIS
History of GIS
 
A brief history of computers
A brief history of computersA brief history of computers
A brief history of computers
 
Generation of computers
Generation of computersGeneration of computers
Generation of computers
 

Ähnlich wie The Artificial Intelligence (AI) Era

The Most Amazing Artificial Intelligence Milestones So Far
The Most Amazing Artificial Intelligence Milestones So FarThe Most Amazing Artificial Intelligence Milestones So Far
The Most Amazing Artificial Intelligence Milestones So FarBernard Marr
 
Aula 4 27032015 sii-v1
Aula 4   27032015 sii-v1Aula 4   27032015 sii-v1
Aula 4 27032015 sii-v1Aneesh Zutshi
 
History of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarHistory of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarSanjay Kumar
 
History of AI
History of AIHistory of AI
History of AISanjay Kumar
 
Lesson 1 intro to ai
Lesson 1   intro to aiLesson 1   intro to ai
Lesson 1 intro to aiankit_ppt
 
Computer basics
Computer basicsComputer basics
Computer basicsMozaSaid
 
Biodata Congress Databiology Key Note Presentation
Biodata Congress Databiology Key Note PresentationBiodata Congress Databiology Key Note Presentation
Biodata Congress Databiology Key Note PresentationGeorges Heiter
 
Growing-up With AI
Growing-up With AIGrowing-up With AI
Growing-up With AISpotle.ai
 
Final Draft of IT 402 Presentation
Final Draft of IT 402 PresentationFinal Draft of IT 402 Presentation
Final Draft of IT 402 Presentationmonacofamily
 
Top 10-recent-invention-of-science-without-video
Top 10-recent-invention-of-science-without-videoTop 10-recent-invention-of-science-without-video
Top 10-recent-invention-of-science-without-videomsnsela
 
Quantum Computing in Financial Services - Executive Summary
Quantum Computing in Financial Services - Executive SummaryQuantum Computing in Financial Services - Executive Summary
Quantum Computing in Financial Services - Executive SummaryMEDICI Inner Circle
 
Quantum Computing in Financial Services Executive Summary
Quantum Computing in Financial Services Executive SummaryQuantum Computing in Financial Services Executive Summary
Quantum Computing in Financial Services Executive SummaryMEDICI Inner Circle
 
presentation 759.pptx
presentation 759.pptxpresentation 759.pptx
presentation 759.pptxSitiAishah750821
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is MaturingInnoTech
 
25 History Of The Internet
25 History Of The Internet25 History Of The Internet
25 History Of The InternetImmanuelA
 
Big Data Innovations Post-Science
Big Data Innovations Post-ScienceBig Data Innovations Post-Science
Big Data Innovations Post-ScienceHugh Ching Jumpulse
 
History of Computer
History of ComputerHistory of Computer
History of ComputerNxr Ktk
 
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019Schaffhausen Institute of Technology
 

Ähnlich wie The Artificial Intelligence (AI) Era (20)

The Most Amazing Artificial Intelligence Milestones So Far
The Most Amazing Artificial Intelligence Milestones So FarThe Most Amazing Artificial Intelligence Milestones So Far
The Most Amazing Artificial Intelligence Milestones So Far
 
2018-11-05 Intro to AI
2018-11-05 Intro to AI2018-11-05 Intro to AI
2018-11-05 Intro to AI
 
Aula 4 27032015 sii-v1
Aula 4   27032015 sii-v1Aula 4   27032015 sii-v1
Aula 4 27032015 sii-v1
 
History of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay KumarHistory of AI - Presentation by Sanjay Kumar
History of AI - Presentation by Sanjay Kumar
 
History of AI
History of AIHistory of AI
History of AI
 
Lesson 1 intro to ai
Lesson 1   intro to aiLesson 1   intro to ai
Lesson 1 intro to ai
 
Computer basics
Computer basicsComputer basics
Computer basics
 
Biodata Congress Databiology Key Note Presentation
Biodata Congress Databiology Key Note PresentationBiodata Congress Databiology Key Note Presentation
Biodata Congress Databiology Key Note Presentation
 
Growing-up With AI
Growing-up With AIGrowing-up With AI
Growing-up With AI
 
Final Draft of IT 402 Presentation
Final Draft of IT 402 PresentationFinal Draft of IT 402 Presentation
Final Draft of IT 402 Presentation
 
Top 10-recent-invention-of-science-without-video
Top 10-recent-invention-of-science-without-videoTop 10-recent-invention-of-science-without-video
Top 10-recent-invention-of-science-without-video
 
Quantum Computing in Financial Services - Executive Summary
Quantum Computing in Financial Services - Executive SummaryQuantum Computing in Financial Services - Executive Summary
Quantum Computing in Financial Services - Executive Summary
 
Quantum Computing in Financial Services Executive Summary
Quantum Computing in Financial Services Executive SummaryQuantum Computing in Financial Services Executive Summary
Quantum Computing in Financial Services Executive Summary
 
presentation 759.pptx
presentation 759.pptxpresentation 759.pptx
presentation 759.pptx
 
Artificial Intelligence is Maturing
Artificial Intelligence is MaturingArtificial Intelligence is Maturing
Artificial Intelligence is Maturing
 
25 History Of The Internet
25 History Of The Internet25 History Of The Internet
25 History Of The Internet
 
Ttay8 Ppt 01
Ttay8 Ppt 01Ttay8 Ppt 01
Ttay8 Ppt 01
 
Big Data Innovations Post-Science
Big Data Innovations Post-ScienceBig Data Innovations Post-Science
Big Data Innovations Post-Science
 
History of Computer
History of ComputerHistory of Computer
History of Computer
 
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019
Serguei “SB” Beloussov - Future Of Computing at SIT Insights in Technology 2019
 

KĂŒrzlich hochgeladen

Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectBoston Institute of Analytics
 
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...amitlee9823
 
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNKTimothy Spann
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightDelhi Call girls
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
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
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...only4webmaster01
 
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Standamitlee9823
 
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceDelhi Call girls
 

KĂŒrzlich hochgeladen (20)

Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men  🔝Thrissur🔝   Escor...
âž„đŸ” 7737669865 đŸ”â–» Thrissur Call-girls in Women Seeking Men 🔝Thrissur🔝 Escor...
 
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
âž„đŸ” 7737669865 đŸ”â–» mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
âž„đŸ” 7737669865 đŸ”â–» Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
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
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 9155563397 👗 Top Class Call Girl Service B...
 
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night StandCall Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 đŸ„” Book Your One night Stand
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
 
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
 

The Artificial Intelligence (AI) Era

  • 1. .ai © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE Introduction to Artificial Intelligence Era: Convergence of Algorithms, Data & Computing
  • 2. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms French mathematician Adrien-Marie Legendre publishes the least square method for regression. 1805 Legendre lays the groundwork for machine learning. Gauss, however, is credited to have used it as early as 1795, when he was 18 years old. He, subsequently, adopted it in 1801 to calculate the orbit of the newly discovered planet Ceres.
  • 3. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms American psychologist and computer scientist Frank Rosenblatt creates the perceptron algorithm, an early type of artificial neural network (ANN), which stands as the first algorithmic model that could learn on its own. 1805 Rosenblatt develops the first self-learning algorithm 1958 American computer scientist Arthur Samuel would coin the term “machine learning” the following year for these types of self-learning models (as well as develop a groundbreaking checkers program seen as an early success in AI).
  • 4. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms Ukrainian mathematician Alexey Grigorevich Ivakhnenko develops the first general working learning algorithms for supervised multilayer artificial neural networks (ANNs), in which several ANNs are stacked on top of one another and the output of one ANN layer feeds into the next. 1805 1958 1965 Birth of deep learning Single Neuron
  • 5. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing Intel cofounder Gordon Moore notices that the number of transistors per square inch on integrated circuits has doubled every year since their invention. 1965 Moore recognizes exponential growth in chip power ‱ His observation becomes Moore’s law, which predicts the trend will continue into the foreseeable future (although it later proves to do so roughly every 18 months). ‱ At the time, state-of-the-art computational speed is in the order of three million floating-point operations per second (FLOPS).
  • 6. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms American psychologist David Rumelhart, British cognitive psychologist and computer scientist Geoffrey Hinton, and American computer scientist Ronald Williams publish on backpropagation, popularizing this key technique for training artificial neural networks (ANNs) that was originally proposed by American scientist Paul Werbos in 1982. 1805 1958 1965 1986 Backpropagation takes hold ‱ Backpropagation allows the ANN to optimize itself without human intervention (in this case, it found features in family-tree data that weren’t obvious or provided to the algorithm in advance). ‱ Still, lack of computational power and the massive amounts of data needed to train these multilayered networks prevent ANNs leveraging backpropagation from being used widely.
  • 7. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE D Data The European Organization for Nuclear Research (CERN) begins opening up the World Wide Web to the public. 1991 Opening of the World Wide Web
  • 8. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms Computer engineers Bernhard E. Boser (Swiss), Isabelle M. Guyon (French), and Russian mathematician Vladimir N. Vapnik discover that algorithmic models called support vector machines (SVMs) can be easily upgraded to deal with nonlinear problems by using a technique called kernel trick, leading to widespread usage of SVMs in many natural- language-processing problems, such as classifying sentiment and understanding human speech. 1805 1958 1965 1986 1992 Upgraded SVMs provide early natural-language-processing solution If Regression’ is a sword ‘Support Vector Machines’ is like a sharp knife Kernel trick takes low dimensional input space and transform it to a higher dimensional space
  • 9. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms In 1991, German computer scientist Sepp Hochreiter showed that a special type of artificial neural network (ANN) called a recurrent neural network (RNN) can be useful in sequencing tasks (speech to text, for example) if it could remember the behavior of part sequences better. In 1997, Hochreiter and fellow computer scientist JĂŒrgen Schmidhuber solve the problem by developing long short-term memory (LSTM). Today, RNNs with LSTM are used in many major speech-recognition applications. 1805 1958 1965 1986 1992 1997 RNNs get a “memory,” positioning them to advance speech to text
  • 10. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing Deep Blue’s success against the world chess champion largely stems from masterful engineering and the tremendous power computers possess at that time. Deep Blue’s computer achieves around 11 gigaFLOPS (11 billion FLOPS). 1997 1965 Increase in computing power drives IBM’s Deep Blue victory over Garry Kasparov
  • 11. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing 1997 1999 Nvidia releases the GeForce 256 graphics card, marketed as the world’s first true graphics processing unit (GPU). The technology will later prove fundamental to deep learning by performing computations much faster than computer processing units (CPUs). 1965 More computing power for AI algorithms arrives 
 but no one realizes it yet
  • 12. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE With the World Wide Web taking off, Google seeks out novel ideas to deal with the resulting proliferation of data. Computer scientist Jeff Dean (current head of Google Brain) and Google software engineer Sanjay Ghemawat develop MapReduce to deal with immense amounts of data by parallelizing processes across large data sets using a substantial number of computers. 2004 Dean and Ghemawat introduce the MapReduce algorithm to cope with data explosion A Algorithms 1805 1958 1965 1986 1992 1997
  • 13. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing 1997 1999 Amazon launches its Amazon Web Services, offering cloud-based storage and computing power to users. Cloud computing would come to revolutionize and democratize data storage and computation, giving millions of users access to powerful IT systems—previously only available to big tech companies—at a relatively low cost. 1965 2002 Amazon brings cloud storage and computing to the masses
  • 14. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE D Data Within about 18 months, the site would serve up almost 100 million views per day 1991 2005 Number of Internet users worldwide passes one-billion mark YouTube debuts
  • 15. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE A Algorithms To speed the training of deep- learning models, Geoffrey Hinton develops a way to pretrain them with a deep-belief network (a class of neural network) before employing backpropagation. While his method would become obsolete when computational power increased to a level that allowed for efficient deep-learning- model training, Hinton’s work popularized the use of deep learning worldwide—and many credit him with coining the phrase “deep learning. 1805 1958 1965 1986 1992 1997 2006 Hinton reenergizes the use of deep-learning models
  • 16. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing 1997 1999 And the price of DRAM, a type of random-access memory (RAM) commonly used in PCs, drops to $158 per gigabyte, from $31,633 in 1995. 1965 2002 2005 2006 Cost of one gigabyte of disk storage drops to $0.79, from $277 ten years earlier
  • 17. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing 1997 1999 1965 2002 2005 2006 Inspired by Google’s MapReduce, computer scientists Doug Cutting and Mike Cafarella develop the Hadoop software to store and process enormous data sets. Yahoo uses it first, to deal with the explosion of data coming from indexing web pages and online data. Cutting and Cafarella introduce Hadoop to store and process massive amounts of data
  • 18. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE D Data 1991 2005 Apple cofounder and CEO Steve Jobs introduces the iPhone in January 2007. The total number of smartphones sold in 2007 reaches about 122 million. The era of around-the-clock consumption and creation of data and content by smartphone users begins. 2007 Introduction of the iPhone propels smartphone revolution—and amps up data generation
  • 19. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE Developed by Romanian-Canadian computer scientist Matei Zaharia at UC Berkeley’s AMPLab, Spark streams huge amounts of data leveraging RAM, making it much faster at processing data than software that must read/write on hard drives. It revolutionizes the ability to update big data and perform analytics in real time. 2009 UC Berkley introduces Spark to handle big data C Computing 1997 1999 1965 2002 2005 2006
  • 20. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE Internet protocol (IP) traffic is aided by the growing adoption of broadband, particularly in the United States, where adoption reaches 65 percent, according to Cisco, which reports this monthly figure and the annual figure of 242 exabytes. Worldwide IP traffic exceeds 20 exabytes (20 billion gigabytes) per month D Data 1991 2005 2007 2010
  • 21. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing 1997 1999 1965 2002 2005 2006 IBM’s question answering system, Watson, defeats the two greatest Jeopardy! champions, Brad Rutter and Ken Jennings, by a significant margin. IBM Watson uses ten racks of IBM Power 750 servers capable of 80 teraFLOPS (that’s 80 trillion FLOPS—the state of the art in the mid-1960s was around three million FLOPS). 2011 IBM Watson beats Jeopardy!
  • 22. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2012 Geoffrey Hinton’s team wins ImageNet’s image-classification competition by a large margin, with an error rate of 15.3 percent versus the second-best error rate of 26.2 percent, using a convolutional neural network (CNN). Hinton’s team trained its CNN on 1.2 million images using two GPU cards. Deep-learning system wins renowned image-classification contest for the first time
  • 23. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2012 The amount of data processed by the company’s systems soars past 500 terabytes Number of Facebook users hits one billion
  • 24. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2012 Google uses 16,000 processors to train a deep artificial neural network with one billion connections on ten million randomly selected YouTube video thumbnails over the course of three days. Without receiving any information about the images, the network starts recognizing pictures of cats, marking the beginning of significant advances in image recognition. Google demonstrates the effectiveness of deep learning for image recognition
  • 25. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2012 Geoffrey Hinton’s team wins ImageNet’s image-classification competition by a large margin, with an error rate of 15.3 percent versus the second-best error rate of 26.2 percent, using a convolutional neural network (CNN). Hinton’s team trained its CNN on 1.2 million images using two GPU cards. Deep-learning system wins renowned image-classification contest for the first time
  • 26. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2013 While reinforcement learning dates to the late 1950s, it gains in popularity this year when Canadian research scientist Vlad Mnih from DeepMind (not yet a Google company) applies it in conjunction with a convolutional neural network to play Atari video games at superhuman levels. DeepMind teaches an algorithm to play Atari using reinforcement learning and deep learning
  • 27. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2014 As of October 2014, GSMA reports the number of mobile devices at around 7.22 billion, while the US Census Bureau reports the number of people globally at around 7.20 billion. Number of mobile devices exceeds number of humans
  • 28. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2017 According to this estimate, about 90 percent of the world’s data were produced in the past two years. And, every minute, YouTube users watch more than four million videos and mobile users send more than 15 million texts. Electronic-device users generate 2.5 quintillion bytes of data per day
  • 29. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2017 While creating AI software with full general intelligence remains decades off (if possible at all), Google’s DeepMind takes another step closer to it with AlphaZero, which learns three computer games: Go, chess, and shogi. Unlike AlphaGo Zero, which received some instruction from human experts, AlphaZero learns strictly by playing itself, and then goes on to defeat its predecessor AlphaGo Zero at Go (after eight hours of self-play) as well as some of the world’s best chess- and shogi-playing computer programs (after four and two hours of self-play, respectively). AlphaZero beats AlphaGo Zero after learning to play three different games in less than 24 hours
  • 30. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE C Computing A Algorithms D Data 2017 Google first introduced its tensor processing unit (TPU) in 2016, which it used to run its own machine-learning models at a reported 15 to 30 times faster than GPUs and CPUs. In 2017, Google announced an upgraded version of the TPU that was faster (180 million teraFLOPS— more when multiple TPUs are combined), could be used to train models in addition to running them, and would be offered to the paying public via the cloud. TPU availability could spawn even more (and more powerful and efficient) machine- learning-based business applications. Google introduces upgraded TPU that speeds machine-learning processes
  • 31. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE
  • 32. © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE References ‱ https://www.mckinsey.com/business-functions/mckinsey-analytics/our-insights/an- executives-guide-to-ai ‱ https://www.mckinsey.com/featured-insights/artificial-intelligence ‱ https://imada.sdu.dk/~marco/DM828/Slides/dm828-lec11.pdf ‱ http://ageconsearch.umn.edu/bitstream/121693/2/12-001.pdf ‱ https://www.slideshare.net/edslide/solve-for-x-with-ai-a-vc-view-of-the-machine- learning-ai-landscape-q117?from_action=save ‱ http://persagen.com/files/ml.html ‱ https://www.accenture.com/t20160814T215045__w__/us- en/_acnmedia/Accenture/Conversion- Assets/DotCom/Documents/Global/PDF/Technology_11/Accenture-Turning-Artificial- Intelligence-into-Business-Value.pdf ‱ https://www.mckinsey.com/global-themes/artificial-intelligence/visualizing-the-uses- and-potential-impact-of-ai-and-other-analytics
  • 33. .ai © 2018 AMBEENT All rights reserved. STRICTLY CONFIDENTIAL - DO NOT DISTRIBUTE academy@ambeent.ai