SlideShare a Scribd company logo
1 of 22
History of AI and
future possibilities
AI is hot again
John Mathon
MV Speaker Series 2015-03-03
80s - Genesis
 When I started my career at MIT AI was thought to be on the verge of discovering
the secret of human intelligence.
 My MIT programming contest victory, mini-max rethought
 The initial successes were things like blocks world, some initial neural network
work, Mathematica
 The idea was that if you combined enough smart things like mathematica and
blocks world you would eventually get intelligence
 Neural networks didn’t go very far. Lots of problems getting the networks to
converge.
 I saw through this and abandoned the study quickly. I called it the chicken
problem. The problem of deeplearning had not really been attempted
 Marvin Minsky called the bluff publicly and the industry collapsed quickly after that
90s – Rule based systems
 In the late 80s a revitalization of AI occurred and a new
heyday based on rule based systems that allowed you to
operate on knowledge systems. Primary among these was
KEE (Knowledge Engineering Environment) from
Intellicorp
 This ultimately failed again and seemed to put AI into a
deep funk
00s - Statistics
 Machine Learning - Brute force statistical approach
 This is a statistical approach to learning
 Find an “algorithm” or “model” or “formula” which mimics
the data close enough to get paid, >10 different statistical
techniques in use including neural nets
 Pass lots of “labeled” data through the system
 Watson
 Like Mathematica a hard-core machine learning approach
2010 Convoluted Neural Nets
Neural Net called Convoluted Neural Network(CNN) behind the
scenes advancements
 Invariance built-in (Convolution)
 Back propagation and various gradient descent algorithms
 2 layers at a time “learn” abstraction and filter – filter layer reduces
computation
 Brain is composed of layers and vision system seems to be similar
in learning abstractions in layers
 First 2 layers learn lip, ear, nose, brow, tire, window, …
 Next 2 layers combinations make face, truck
 Next 2 Layers – Female, Male, Mustang, ..
 Large data sets of “labeled data” is same problem as Machine
Learning
Deep Belief Networks
CNN +
 The holy grail of learning is not having to use “labeled” datasets. DBN
gets around this by using a Markov probabilistic approach to neuron
evolution. No “labeled” data initially makes it much easier to use.
 After initial training we pass “labeled” data through to reinforce
learned pathways and do better selection of best abstractions.
 Training individual layers is much faster and results in better
abstractions
 Recurrent (Feed lowest layer back into top)
 Unlimited layers
 Addition of Memory (New Neuron type) – secret sauce
 Made cursive much better
Achievements of DeepLearning
 The best at cursive recognition (DBN have beaten all others)
 The best at text recognition
 The best at object recognition (54% to 64%, google+)
 The best at facial recognition (facebook 97% accurate better
than FBI, 9-layer DBN)
 The best at voice recognition (100% penetration DBN)
 Used in Watson now
 Possibly other purposes at Google
 DeepMind acquisition gives Google 2 of the 4 geniuses in the
field, facebook 1 and only 1 left in academia
Why is the AI problem hard?
 Brain is remarkable at invariance: translation, scale, distortion,
blocking, color, quality, background
 Very hard to replicate anything close to flexibility, uses many clues
 Brain applies abstractions across different disciplines
 There is almost never an attempt to learn more than one “thing”
because different input tend to create instability and less precise
recognition
 Brain creates abstractions upon abstractions in a stable way
across dozens/hundreds of layers or levels
 With little problems with back propagation problems or unlearning
 Have not been able to go beyond a few layers
Fears of DeepLearning
 Elon Musk, Stephan Hawking, Bill Gates
 All fear DeepLearning from DeepMind
 Elon says what he knows/has seen of DeepLearning gives him
fear
 Google did establish a “ethics panel” to make sure to use AI
safely and was key to DeepMind agreeing to be bought by
Google
 It is a love/hate relationship. We fear AI being smarter and
malevolent taking our jobs away or killing like we fear aliens
instinctively. We fear losing our “special” status and place. We
also want to like and be fair to any sentient creatures. There is a
natural curiosity that seems inevitably will get us there.
 Fear of accidentally creating intelligence, some simple thing
replicates like a virus in a computer and takes over. In Hyperion
(Dan Simmons) an 88-byte code fragment that replicates and
evolves eventually becomes AI.
 Isaac Asimov established the 3 rules of Robot AI… Cannot harm a
human … How would you put such a rule in a CNN based AI?
Why is AI finding interest again?
 Social is very much about pictures, voice, video, etc… which is
greatly enhanced by image and facial recognition
 Making things intelligent or at least a little intelligent, for
instance recognizing voice better – siri, skyvi makes things
easier to use, provide much greater value.
 Self-driving cars recognizing signs, people, etc…
 Smarter is better even a little bit smarter … see google
 BIG DATA
 SkyNetworks, H2O.ai, 16z, Azure Machine Learning Studio,
Google…
Can DeepLearning become “really
intelligent?”
Required
1) Plasticity
2) Many levels of abstraction
3) Planning
4) Memory in general
5) Self-perception
6) Creativity
Unsure but associated
7) Common sense
8) Emotions
9) Self-preservation
10) Qualia
11) ExperientialTagged Memory
12) Consciousness
CNN lack critical features of “intelligence”, “sentience” or “consciousness”
Quantum Computers could be a
pathway to AI
 Performance could be log the performance of traditional
computers, i.e instead of a million computers 6 would be
enough, instead of a trillion computers 12 would be enough.
For some problems simply x ^ (n/2) improvement so instead of
10^60 operations, 10^30 operations.
 Many of the things we think a brain does seem to be the kinds
of things quantum computers would be good at. Pattern
recognition, searching databases, optimization, i.e. neural
weighting optimization
 The applications of Quantum computers would be in
optimization, recognition problems and security applications.
Quantum Mechanics
Richard Feynman: If you think you understand quantum mechanics, you don't understand quantum mechanics.
 Wave/Particle Duality and the Measurement Problem:
 A particle acts like a self-interfering wave which when you look at it collapses from being
anywhere in space to one location breaking the speed of light.
 12 current theories of “why” collapse seems to happen including the newest one called quantum
darwinism in which space itself has memory and evolution mimicking genetic evolution. Many
Worlds, Copenhagen,QuantumGravity
 Quantum foam : virtual particles the infinite possibilities, Higgs Particle, non-zero vacuum state
 Quantum Superposition: Particles when not being observed seem to occupy ALL possible
states and take all possible paths simultaneously. Yet when “measured” they choose with
probability varying by the energy consumed in the whole process. All paths are possible and
appear but the least energy path is predominant. This seems simple but how does NATURE
figure this out? It’s nontrivial.
 Calculate the solution to a 3 body problem in quantum mechanics is nearly impossible nearly an
infinite number of possible loops a task that takes a year of supercomputer time … yet nature
does this 10^40 times a second for 10^75 particles Many worlds is popular because nature
doesn’t compute anything, it just splits for every possible choice and the highest probability is
the universe we happen to statistically find ourselves in. Also eliminates collapse problems but
introduces the problem of an infinite number of universes created every second.
Quantum Computers are way
different than regular computers
 Basic Quantum Operations:
 Hadamard Operation: Put a qubit into multiple states with
equal probability
 Result a true random number generator
 Do Hadamard operation twice get a NOT operation
 Schor Algorithm – optimization, factorization
 A particle traverses a puzzle we set up
 Grovers algorithm – database search
 QCL – Quantum computing language (D-Wave)
In a quantum computer we set up the experiment, then run it,
the answer is whatever nature does.
How practical are Quantum
Computers?
 D-Wave-2 512 qubit used by Google to demonstrate
superior performance to any existing computer (up to 5x
or more) … However not suitable to all problems
 D-Wave-3 releases 1152 qubit computer in March,
doubling capacity every year and improving
entanglement.
 2 ^ 1152 patterns of 1152 bits in superposition
simultaneously.
 NOT doubling computing SQUARING computing capability!
 D-Wave 6 might only by 8000 qubit computer but more
powerful than all computers on the earth existent today
Brain is a quantum computer?
 Roger Penrose believes this. If he believes it then it is worth looking at.
 Evidence that nature “Uses” quantum mechanics to solve difficult problems
 Taking a single photon from the sun to build plants
 For Birds to sense direction
 In the eyes, ears, nose creating ultra-sensitive senses
 If nature uses it for these functions it could also use it for many other functions
 We see that quantum mechanics is good at solving problems a brain has to do: pattern
recognition, efficient operation, searching for information, neuron weighting calculations
 Brain science has not discovered how the brain stores all the experiential information we
consume, nor the process of pattern recognition, reasoning or incredibly complex weighting
optimization characteristic of learning
 Recent evidence of quantum effects in microtubules of dendrites of nerves. Recent evidence
of molecular process of phosphorylating microtubules to encode memories.
If Brain uses QM we are far away
from “intelligence”
 The human brain could be composed of up to 1 trillion
quantum computers or a trillion trillion qubit quantum
computer or some combination
 Compared to a 1152 qubit D-wave at $10 million quite a deal
 We know that Elephants with the largest neural structure
compared to humans (1/2 the size) are not as intelligent as
humans.
 The largest CNN we have built is 650,000 virtual neurons,
which is between 1/10,000 -> 1/1,000,000 of the brain
AI still probably a distance away
but extremely useful
 AI is extremely useful and getting better
 They can and will be able to do some things better than humans
 They will be able to make our lives easier
 They will in some cases remove people’s jobs
 They make programs more intuitive, helpful, efficient
 Fears of AI overtaking humans are overblown
 They make stupid errors, they have no common sense
 They will not be gaining consciousness soon
 They show no creativity
 They show no planning ability
 They show no ability to learn multiple disciplines
How Can WSO2 benefit
 Machine Learning Adapter and Connectivity
 Provide easy interfacing to machine learning systems
 Wizard-like simplicity to setup bigdata systems
 More and more in bigdata usage
 D-wave adapters to funnel data and programming to and
from d-waves to solve problems
 WSO2 Deep Learning Server
 Configurable Layers and parameters
 Autoscaling
Roger Penrose and Consciousness
 Roger Penrose invented Spinors andTwistor Space.
 He was slow learner. His high school teacher had to give him
two classes to finish tests. He worked everything out from
basics. He was extremely visual.
He did what physicists told him he
shouldn’t
Twistor Space is discrete NOT continuous.
When you calculate from one vertex to another you get a result with
different space-time coordinates. Intermediate space-time coordinates
don’t exist.
What seems like “fuzzy spooky foam probabilistic action at a distance ” in
space-time appears as simply non-existant points in aTwistor lattice.
Collapse is not a problem (Measurement problem) because the motion of
particles is simply moving from vertex to vertex with different probabilities.
 All Physicists say: “You can’t possibly imagine the
quantum world so give up. Just study the math, forget
trying to visualize it.”
 Roger invented Spinors to visualize spinning particles
involved “making real” imaginary numbers.
 Imaginary numbers are central to quantum physics. They
appear everywhere. So, Roger createdTwistor space: 5
dimensions, 2 complex
Quantum Consciousness
Orchestrated Objective Reduction
 Strong Evidence of Quantum processes in nature and in microtubules of dendrites
in brains
 Penrose calculates decoherence time at approx 40 times/second which
corresponds to brain waves – otherwise completely unmotivated
 UsingTuring machines and some Godel theorems Penrose shows the human brain
does things no computer can EVER DO.
 He says the human brain and consciousness is not only a quantum computer but
that there are capabilities of this quantum computer that exceed even what we
know about quantum mechanics. I.e. New physics.
 TheTheory says that human consciousness is in the quantum fuzz similar to
Quantum Darwinism and the brain is a transducer. Evidence that something
makes decisions before the human brain is even aware of it.
 Which means that our consciousness may transcend our bodies

More Related Content

What's hot

introduction to deeplearning
introduction to deeplearningintroduction to deeplearning
introduction to deeplearningEyad Alshami
 
Digital immortality Roadmap
Digital immortality RoadmapDigital immortality Roadmap
Digital immortality Roadmapavturchin
 
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
 
Rp 3 published
Rp  3 publishedRp  3 published
Rp 3 publishedAman Jain
 
Big Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep LearningBig Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep LearningPoo Kuan Hoong
 
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn..."Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...Edge AI and Vision Alliance
 
Deep learning and applications in non-cognitive domains III
Deep learning and applications in non-cognitive domains IIIDeep learning and applications in non-cognitive domains III
Deep learning and applications in non-cognitive domains IIIDeakin University
 
Il deep learning ed una nuova generazione di AI - Simone Scardapane
Il deep learning ed una nuova generazione di AI - Simone ScardapaneIl deep learning ed una nuova generazione di AI - Simone Scardapane
Il deep learning ed una nuova generazione di AI - Simone ScardapaneData Driven Innovation
 
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016Universitat Politècnica de Catalunya
 
Talk at Bioinformatics Open Source Conference, 2012
Talk at Bioinformatics Open Source Conference, 2012Talk at Bioinformatics Open Source Conference, 2012
Talk at Bioinformatics Open Source Conference, 2012c.titus.brown
 
Deep Learning for Recommender Systems - Budapest RecSys Meetup
Deep Learning for Recommender Systems  - Budapest RecSys MeetupDeep Learning for Recommender Systems  - Budapest RecSys Meetup
Deep Learning for Recommender Systems - Budapest RecSys MeetupAlexandros Karatzoglou
 
Deep Learning: Towards General Artificial Intelligence
Deep Learning: Towards General Artificial IntelligenceDeep Learning: Towards General Artificial Intelligence
Deep Learning: Towards General Artificial IntelligenceRukshan Batuwita
 
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Universitat Politècnica de Catalunya
 
Artficial intelligence
Artficial intelligenceArtficial intelligence
Artficial intelligenceNaveen Sihag
 
DRIVE | things to things - where are the connections?
DRIVE | things to things - where are the connections?DRIVE | things to things - where are the connections?
DRIVE | things to things - where are the connections?CLICKNL
 
Crowdsourcing & Gamification
Crowdsourcing & Gamification Crowdsourcing & Gamification
Crowdsourcing & Gamification Yefeng Liu
 

What's hot (20)

introduction to deeplearning
introduction to deeplearningintroduction to deeplearning
introduction to deeplearning
 
Digital immortality Roadmap
Digital immortality RoadmapDigital immortality Roadmap
Digital immortality Roadmap
 
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
 
Rp 3 published
Rp  3 publishedRp  3 published
Rp 3 published
 
Big Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep LearningBig Data Malaysia - A Primer on Deep Learning
Big Data Malaysia - A Primer on Deep Learning
 
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn..."Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...
"Large-Scale Deep Learning for Building Intelligent Computer Systems," a Keyn...
 
Deep learning and applications in non-cognitive domains III
Deep learning and applications in non-cognitive domains IIIDeep learning and applications in non-cognitive domains III
Deep learning and applications in non-cognitive domains III
 
NASA FEI
NASA FEINASA FEI
NASA FEI
 
Il deep learning ed una nuova generazione di AI - Simone Scardapane
Il deep learning ed una nuova generazione di AI - Simone ScardapaneIl deep learning ed una nuova generazione di AI - Simone Scardapane
Il deep learning ed una nuova generazione di AI - Simone Scardapane
 
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
Deep Learning for Computer Vision (2/4): Object Analytics @ laSalle 2016
 
Talk at Bioinformatics Open Source Conference, 2012
Talk at Bioinformatics Open Source Conference, 2012Talk at Bioinformatics Open Source Conference, 2012
Talk at Bioinformatics Open Source Conference, 2012
 
Dli milano rl_parton_sep
Dli milano rl_parton_sepDli milano rl_parton_sep
Dli milano rl_parton_sep
 
Deep Learning for Recommender Systems - Budapest RecSys Meetup
Deep Learning for Recommender Systems  - Budapest RecSys MeetupDeep Learning for Recommender Systems  - Budapest RecSys Meetup
Deep Learning for Recommender Systems - Budapest RecSys Meetup
 
Deep Learning: Towards General Artificial Intelligence
Deep Learning: Towards General Artificial IntelligenceDeep Learning: Towards General Artificial Intelligence
Deep Learning: Towards General Artificial Intelligence
 
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
Deep Learning for Computer Vision (3/4): Video Analytics @ laSalle 2016
 
Artficial intelligence
Artficial intelligenceArtficial intelligence
Artficial intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
DRIVE | things to things - where are the connections?
DRIVE | things to things - where are the connections?DRIVE | things to things - where are the connections?
DRIVE | things to things - where are the connections?
 
Crowdsourcing & Gamification
Crowdsourcing & Gamification Crowdsourcing & Gamification
Crowdsourcing & Gamification
 
Video Analysis (D4L2 2017 UPC Deep Learning for Computer Vision)
Video Analysis (D4L2 2017 UPC Deep Learning for Computer Vision)Video Analysis (D4L2 2017 UPC Deep Learning for Computer Vision)
Video Analysis (D4L2 2017 UPC Deep Learning for Computer Vision)
 

Viewers also liked

Fraudless voting with blockchain
Fraudless voting with blockchainFraudless voting with blockchain
Fraudless voting with blockchainJohn Mathon
 
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)IT Arena
 
Quantum Computing - Challenges in the field of security
Quantum Computing - Challenges in the field of securityQuantum Computing - Challenges in the field of security
Quantum Computing - Challenges in the field of securityNavin Pai
 
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...Daniel Austin
 
Quantum computers
Quantum computersQuantum computers
Quantum computersAjith Rao
 
Geeknight : Artificial Intelligence and Machine Learning
Geeknight : Artificial Intelligence and Machine LearningGeeknight : Artificial Intelligence and Machine Learning
Geeknight : Artificial Intelligence and Machine LearningHyderabad Scalability Meetup
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum ComputingOwen Wang
 
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...Daniel Austin
 
Quantum computing
Quantum computingQuantum computing
Quantum computingShaik Azar
 
safe and efficient off policy reinforcement learning
safe and efficient off policy reinforcement learningsafe and efficient off policy reinforcement learning
safe and efficient off policy reinforcement learningRyo Iwaki
 
Tesla iot case study
Tesla  iot case studyTesla  iot case study
Tesla iot case studyJohn Mathon
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computingt0pgun
 
Reinforcement Learning : A Beginners Tutorial
Reinforcement Learning : A Beginners TutorialReinforcement Learning : A Beginners Tutorial
Reinforcement Learning : A Beginners TutorialOmar Enayet
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computersNancy Mann
 
Quantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureQuantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureVernBrownell
 

Viewers also liked (19)

Fraudless voting with blockchain
Fraudless voting with blockchainFraudless voting with blockchain
Fraudless voting with blockchain
 
Ethics in workplace
Ethics in workplaceEthics in workplace
Ethics in workplace
 
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)
Quantum Computing. 10,000x faster (Vasyl Mylko Technology Stream)
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Quantum Computing - Challenges in the field of security
Quantum Computing - Challenges in the field of securityQuantum Computing - Challenges in the field of security
Quantum Computing - Challenges in the field of security
 
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...
The Fastest Possible Search Algorithm: Grover's Search and the World of Quant...
 
Quantum computers
Quantum computersQuantum computers
Quantum computers
 
Geeknight : Artificial Intelligence and Machine Learning
Geeknight : Artificial Intelligence and Machine LearningGeeknight : Artificial Intelligence and Machine Learning
Geeknight : Artificial Intelligence and Machine Learning
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...
Quantum Computing in a Nutshell: Grover's Search and the World of Quantum Com...
 
Quantum computing
Quantum computingQuantum computing
Quantum computing
 
Memristor
MemristorMemristor
Memristor
 
safe and efficient off policy reinforcement learning
safe and efficient off policy reinforcement learningsafe and efficient off policy reinforcement learning
safe and efficient off policy reinforcement learning
 
Tesla iot case study
Tesla  iot case studyTesla  iot case study
Tesla iot case study
 
Quantum Computing
Quantum ComputingQuantum Computing
Quantum Computing
 
Reinforcement Learning : A Beginners Tutorial
Reinforcement Learning : A Beginners TutorialReinforcement Learning : A Beginners Tutorial
Reinforcement Learning : A Beginners Tutorial
 
Presentation on quantum computers
Presentation on quantum computersPresentation on quantum computers
Presentation on quantum computers
 
Quantum Computing: Welcome to the Future
Quantum Computing: Welcome to the FutureQuantum Computing: Welcome to the Future
Quantum Computing: Welcome to the Future
 
Memristor ppt
Memristor pptMemristor ppt
Memristor ppt
 

Similar to Artificial Intelligence is back, Deep Learning Networks and Quantum possibilities

Deep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do ItDeep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do ItHolberton School
 
DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do itGregory Renard
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathySze Siong Teo
 
An Introduction to Deep Learning (May 2018)
An Introduction to Deep Learning (May 2018)An Introduction to Deep Learning (May 2018)
An Introduction to Deep Learning (May 2018)Julien SIMON
 
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014lebsoftshore
 
Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introductionAmer Noureddin
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Amr Rashed
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning TutorialAmr Rashed
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionDarian Frajberg
 
What is deep learning and how does it work?
What is deep learning and how does it work?What is deep learning and how does it work?
What is deep learning and how does it work?Eligo Creative Services
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Cameron Aaron
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Cameron Aaron
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual IntroductionLukas Masuch
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial IntelligenceNiket Singh
 
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro..."Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...Edge AI and Vision Alliance
 
An introduction to deep learning concepts
An introduction to deep learning conceptsAn introduction to deep learning concepts
An introduction to deep learning conceptsAmazon Web Services
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligenceMayank Saxena
 

Similar to Artificial Intelligence is back, Deep Learning Networks and Quantum possibilities (20)

Deep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do ItDeep Learning Class #0 - You Can Do It
Deep Learning Class #0 - You Can Do It
 
DL Classe 0 - You can do it
DL Classe 0 - You can do itDL Classe 0 - You can do it
DL Classe 0 - You can do it
 
Y conf talk - Andrej Karpathy
Y conf talk - Andrej KarpathyY conf talk - Andrej Karpathy
Y conf talk - Andrej Karpathy
 
Deep Learning
Deep LearningDeep Learning
Deep Learning
 
1. The Game Of The Century
1. The Game Of The Century1. The Game Of The Century
1. The Game Of The Century
 
An Introduction to Deep Learning (May 2018)
An Introduction to Deep Learning (May 2018)An Introduction to Deep Learning (May 2018)
An Introduction to Deep Learning (May 2018)
 
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014
Lebanon SoftShore Artificial Intelligence Seminar - March 38, 2014
 
Sp14 cs188 lecture 1 - introduction
Sp14 cs188 lecture 1  - introductionSp14 cs188 lecture 1  - introduction
Sp14 cs188 lecture 1 - introduction
 
Deep learning tutorial 9/2019
Deep learning tutorial 9/2019Deep learning tutorial 9/2019
Deep learning tutorial 9/2019
 
Deep Learning Tutorial
Deep Learning TutorialDeep Learning Tutorial
Deep Learning Tutorial
 
Introduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolutionIntroduction to the Artificial Intelligence and Computer Vision revolution
Introduction to the Artificial Intelligence and Computer Vision revolution
 
What is deep learning and how does it work?
What is deep learning and how does it work?What is deep learning and how does it work?
What is deep learning and how does it work?
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
 
Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0Machine creativity TED Talk 2.0
Machine creativity TED Talk 2.0
 
Deep learning - A Visual Introduction
Deep learning - A Visual IntroductionDeep learning - A Visual Introduction
Deep learning - A Visual Introduction
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro..."Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
"Methods for Understanding How Deep Neural Networks Work," a Presentation fro...
 
An introduction to deep learning concepts
An introduction to deep learning conceptsAn introduction to deep learning concepts
An introduction to deep learning concepts
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

More from John Mathon

IOT Success depends on Integration
IOT Success depends on Integration IOT Success depends on Integration
IOT Success depends on Integration John Mathon
 
Enterprise platform 3.0v4 for webinar
Enterprise platform 3.0v4 for webinarEnterprise platform 3.0v4 for webinar
Enterprise platform 3.0v4 for webinarJohn Mathon
 
Successful Industrial IoT patterns
Successful Industrial IoT patterns Successful Industrial IoT patterns
Successful Industrial IoT patterns John Mathon
 
Iot my buy dont buy maybe
Iot my buy dont buy maybeIot my buy dont buy maybe
Iot my buy dont buy maybeJohn Mathon
 
Wso2 con 2014 event driven architecture Publish/Subscribe Pubsub
Wso2 con 2014 event driven architecture Publish/Subscribe PubsubWso2 con 2014 event driven architecture Publish/Subscribe Pubsub
Wso2 con 2014 event driven architecture Publish/Subscribe PubsubJohn Mathon
 
Choosing a dev ops paas platform svccd presentation v2 for slideshare
Choosing a dev ops paas platform svccd presentation v2 for slideshareChoosing a dev ops paas platform svccd presentation v2 for slideshare
Choosing a dev ops paas platform svccd presentation v2 for slideshareJohn Mathon
 
Choosing a dev ops paas platform
Choosing a dev ops paas platformChoosing a dev ops paas platform
Choosing a dev ops paas platformJohn Mathon
 
Cloud security and cloud adoption public
Cloud security and cloud adoption   publicCloud security and cloud adoption   public
Cloud security and cloud adoption publicJohn Mathon
 
Wso2 con building the api centric enterprise - towards a connected business
Wso2 con   building the api centric enterprise - towards a connected businessWso2 con   building the api centric enterprise - towards a connected business
Wso2 con building the api centric enterprise - towards a connected businessJohn Mathon
 
Wso2 v ision api centric
Wso2 v ision api centricWso2 v ision api centric
Wso2 v ision api centricJohn Mathon
 

More from John Mathon (10)

IOT Success depends on Integration
IOT Success depends on Integration IOT Success depends on Integration
IOT Success depends on Integration
 
Enterprise platform 3.0v4 for webinar
Enterprise platform 3.0v4 for webinarEnterprise platform 3.0v4 for webinar
Enterprise platform 3.0v4 for webinar
 
Successful Industrial IoT patterns
Successful Industrial IoT patterns Successful Industrial IoT patterns
Successful Industrial IoT patterns
 
Iot my buy dont buy maybe
Iot my buy dont buy maybeIot my buy dont buy maybe
Iot my buy dont buy maybe
 
Wso2 con 2014 event driven architecture Publish/Subscribe Pubsub
Wso2 con 2014 event driven architecture Publish/Subscribe PubsubWso2 con 2014 event driven architecture Publish/Subscribe Pubsub
Wso2 con 2014 event driven architecture Publish/Subscribe Pubsub
 
Choosing a dev ops paas platform svccd presentation v2 for slideshare
Choosing a dev ops paas platform svccd presentation v2 for slideshareChoosing a dev ops paas platform svccd presentation v2 for slideshare
Choosing a dev ops paas platform svccd presentation v2 for slideshare
 
Choosing a dev ops paas platform
Choosing a dev ops paas platformChoosing a dev ops paas platform
Choosing a dev ops paas platform
 
Cloud security and cloud adoption public
Cloud security and cloud adoption   publicCloud security and cloud adoption   public
Cloud security and cloud adoption public
 
Wso2 con building the api centric enterprise - towards a connected business
Wso2 con   building the api centric enterprise - towards a connected businessWso2 con   building the api centric enterprise - towards a connected business
Wso2 con building the api centric enterprise - towards a connected business
 
Wso2 v ision api centric
Wso2 v ision api centricWso2 v ision api centric
Wso2 v ision api centric
 

Recently uploaded

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 

Recently uploaded (20)

(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

Artificial Intelligence is back, Deep Learning Networks and Quantum possibilities

  • 1. History of AI and future possibilities AI is hot again John Mathon MV Speaker Series 2015-03-03
  • 2. 80s - Genesis  When I started my career at MIT AI was thought to be on the verge of discovering the secret of human intelligence.  My MIT programming contest victory, mini-max rethought  The initial successes were things like blocks world, some initial neural network work, Mathematica  The idea was that if you combined enough smart things like mathematica and blocks world you would eventually get intelligence  Neural networks didn’t go very far. Lots of problems getting the networks to converge.  I saw through this and abandoned the study quickly. I called it the chicken problem. The problem of deeplearning had not really been attempted  Marvin Minsky called the bluff publicly and the industry collapsed quickly after that
  • 3. 90s – Rule based systems  In the late 80s a revitalization of AI occurred and a new heyday based on rule based systems that allowed you to operate on knowledge systems. Primary among these was KEE (Knowledge Engineering Environment) from Intellicorp  This ultimately failed again and seemed to put AI into a deep funk
  • 4. 00s - Statistics  Machine Learning - Brute force statistical approach  This is a statistical approach to learning  Find an “algorithm” or “model” or “formula” which mimics the data close enough to get paid, >10 different statistical techniques in use including neural nets  Pass lots of “labeled” data through the system  Watson  Like Mathematica a hard-core machine learning approach
  • 5. 2010 Convoluted Neural Nets Neural Net called Convoluted Neural Network(CNN) behind the scenes advancements  Invariance built-in (Convolution)  Back propagation and various gradient descent algorithms  2 layers at a time “learn” abstraction and filter – filter layer reduces computation  Brain is composed of layers and vision system seems to be similar in learning abstractions in layers  First 2 layers learn lip, ear, nose, brow, tire, window, …  Next 2 layers combinations make face, truck  Next 2 Layers – Female, Male, Mustang, ..  Large data sets of “labeled data” is same problem as Machine Learning
  • 6. Deep Belief Networks CNN +  The holy grail of learning is not having to use “labeled” datasets. DBN gets around this by using a Markov probabilistic approach to neuron evolution. No “labeled” data initially makes it much easier to use.  After initial training we pass “labeled” data through to reinforce learned pathways and do better selection of best abstractions.  Training individual layers is much faster and results in better abstractions  Recurrent (Feed lowest layer back into top)  Unlimited layers  Addition of Memory (New Neuron type) – secret sauce  Made cursive much better
  • 7. Achievements of DeepLearning  The best at cursive recognition (DBN have beaten all others)  The best at text recognition  The best at object recognition (54% to 64%, google+)  The best at facial recognition (facebook 97% accurate better than FBI, 9-layer DBN)  The best at voice recognition (100% penetration DBN)  Used in Watson now  Possibly other purposes at Google  DeepMind acquisition gives Google 2 of the 4 geniuses in the field, facebook 1 and only 1 left in academia
  • 8. Why is the AI problem hard?  Brain is remarkable at invariance: translation, scale, distortion, blocking, color, quality, background  Very hard to replicate anything close to flexibility, uses many clues  Brain applies abstractions across different disciplines  There is almost never an attempt to learn more than one “thing” because different input tend to create instability and less precise recognition  Brain creates abstractions upon abstractions in a stable way across dozens/hundreds of layers or levels  With little problems with back propagation problems or unlearning  Have not been able to go beyond a few layers
  • 9. Fears of DeepLearning  Elon Musk, Stephan Hawking, Bill Gates  All fear DeepLearning from DeepMind  Elon says what he knows/has seen of DeepLearning gives him fear  Google did establish a “ethics panel” to make sure to use AI safely and was key to DeepMind agreeing to be bought by Google  It is a love/hate relationship. We fear AI being smarter and malevolent taking our jobs away or killing like we fear aliens instinctively. We fear losing our “special” status and place. We also want to like and be fair to any sentient creatures. There is a natural curiosity that seems inevitably will get us there.  Fear of accidentally creating intelligence, some simple thing replicates like a virus in a computer and takes over. In Hyperion (Dan Simmons) an 88-byte code fragment that replicates and evolves eventually becomes AI.  Isaac Asimov established the 3 rules of Robot AI… Cannot harm a human … How would you put such a rule in a CNN based AI?
  • 10. Why is AI finding interest again?  Social is very much about pictures, voice, video, etc… which is greatly enhanced by image and facial recognition  Making things intelligent or at least a little intelligent, for instance recognizing voice better – siri, skyvi makes things easier to use, provide much greater value.  Self-driving cars recognizing signs, people, etc…  Smarter is better even a little bit smarter … see google  BIG DATA  SkyNetworks, H2O.ai, 16z, Azure Machine Learning Studio, Google…
  • 11. Can DeepLearning become “really intelligent?” Required 1) Plasticity 2) Many levels of abstraction 3) Planning 4) Memory in general 5) Self-perception 6) Creativity Unsure but associated 7) Common sense 8) Emotions 9) Self-preservation 10) Qualia 11) ExperientialTagged Memory 12) Consciousness CNN lack critical features of “intelligence”, “sentience” or “consciousness”
  • 12. Quantum Computers could be a pathway to AI  Performance could be log the performance of traditional computers, i.e instead of a million computers 6 would be enough, instead of a trillion computers 12 would be enough. For some problems simply x ^ (n/2) improvement so instead of 10^60 operations, 10^30 operations.  Many of the things we think a brain does seem to be the kinds of things quantum computers would be good at. Pattern recognition, searching databases, optimization, i.e. neural weighting optimization  The applications of Quantum computers would be in optimization, recognition problems and security applications.
  • 13. Quantum Mechanics Richard Feynman: If you think you understand quantum mechanics, you don't understand quantum mechanics.  Wave/Particle Duality and the Measurement Problem:  A particle acts like a self-interfering wave which when you look at it collapses from being anywhere in space to one location breaking the speed of light.  12 current theories of “why” collapse seems to happen including the newest one called quantum darwinism in which space itself has memory and evolution mimicking genetic evolution. Many Worlds, Copenhagen,QuantumGravity  Quantum foam : virtual particles the infinite possibilities, Higgs Particle, non-zero vacuum state  Quantum Superposition: Particles when not being observed seem to occupy ALL possible states and take all possible paths simultaneously. Yet when “measured” they choose with probability varying by the energy consumed in the whole process. All paths are possible and appear but the least energy path is predominant. This seems simple but how does NATURE figure this out? It’s nontrivial.  Calculate the solution to a 3 body problem in quantum mechanics is nearly impossible nearly an infinite number of possible loops a task that takes a year of supercomputer time … yet nature does this 10^40 times a second for 10^75 particles Many worlds is popular because nature doesn’t compute anything, it just splits for every possible choice and the highest probability is the universe we happen to statistically find ourselves in. Also eliminates collapse problems but introduces the problem of an infinite number of universes created every second.
  • 14. Quantum Computers are way different than regular computers  Basic Quantum Operations:  Hadamard Operation: Put a qubit into multiple states with equal probability  Result a true random number generator  Do Hadamard operation twice get a NOT operation  Schor Algorithm – optimization, factorization  A particle traverses a puzzle we set up  Grovers algorithm – database search  QCL – Quantum computing language (D-Wave) In a quantum computer we set up the experiment, then run it, the answer is whatever nature does.
  • 15. How practical are Quantum Computers?  D-Wave-2 512 qubit used by Google to demonstrate superior performance to any existing computer (up to 5x or more) … However not suitable to all problems  D-Wave-3 releases 1152 qubit computer in March, doubling capacity every year and improving entanglement.  2 ^ 1152 patterns of 1152 bits in superposition simultaneously.  NOT doubling computing SQUARING computing capability!  D-Wave 6 might only by 8000 qubit computer but more powerful than all computers on the earth existent today
  • 16. Brain is a quantum computer?  Roger Penrose believes this. If he believes it then it is worth looking at.  Evidence that nature “Uses” quantum mechanics to solve difficult problems  Taking a single photon from the sun to build plants  For Birds to sense direction  In the eyes, ears, nose creating ultra-sensitive senses  If nature uses it for these functions it could also use it for many other functions  We see that quantum mechanics is good at solving problems a brain has to do: pattern recognition, efficient operation, searching for information, neuron weighting calculations  Brain science has not discovered how the brain stores all the experiential information we consume, nor the process of pattern recognition, reasoning or incredibly complex weighting optimization characteristic of learning  Recent evidence of quantum effects in microtubules of dendrites of nerves. Recent evidence of molecular process of phosphorylating microtubules to encode memories.
  • 17. If Brain uses QM we are far away from “intelligence”  The human brain could be composed of up to 1 trillion quantum computers or a trillion trillion qubit quantum computer or some combination  Compared to a 1152 qubit D-wave at $10 million quite a deal  We know that Elephants with the largest neural structure compared to humans (1/2 the size) are not as intelligent as humans.  The largest CNN we have built is 650,000 virtual neurons, which is between 1/10,000 -> 1/1,000,000 of the brain
  • 18. AI still probably a distance away but extremely useful  AI is extremely useful and getting better  They can and will be able to do some things better than humans  They will be able to make our lives easier  They will in some cases remove people’s jobs  They make programs more intuitive, helpful, efficient  Fears of AI overtaking humans are overblown  They make stupid errors, they have no common sense  They will not be gaining consciousness soon  They show no creativity  They show no planning ability  They show no ability to learn multiple disciplines
  • 19. How Can WSO2 benefit  Machine Learning Adapter and Connectivity  Provide easy interfacing to machine learning systems  Wizard-like simplicity to setup bigdata systems  More and more in bigdata usage  D-wave adapters to funnel data and programming to and from d-waves to solve problems  WSO2 Deep Learning Server  Configurable Layers and parameters  Autoscaling
  • 20. Roger Penrose and Consciousness  Roger Penrose invented Spinors andTwistor Space.  He was slow learner. His high school teacher had to give him two classes to finish tests. He worked everything out from basics. He was extremely visual.
  • 21. He did what physicists told him he shouldn’t Twistor Space is discrete NOT continuous. When you calculate from one vertex to another you get a result with different space-time coordinates. Intermediate space-time coordinates don’t exist. What seems like “fuzzy spooky foam probabilistic action at a distance ” in space-time appears as simply non-existant points in aTwistor lattice. Collapse is not a problem (Measurement problem) because the motion of particles is simply moving from vertex to vertex with different probabilities.  All Physicists say: “You can’t possibly imagine the quantum world so give up. Just study the math, forget trying to visualize it.”  Roger invented Spinors to visualize spinning particles involved “making real” imaginary numbers.  Imaginary numbers are central to quantum physics. They appear everywhere. So, Roger createdTwistor space: 5 dimensions, 2 complex
  • 22. Quantum Consciousness Orchestrated Objective Reduction  Strong Evidence of Quantum processes in nature and in microtubules of dendrites in brains  Penrose calculates decoherence time at approx 40 times/second which corresponds to brain waves – otherwise completely unmotivated  UsingTuring machines and some Godel theorems Penrose shows the human brain does things no computer can EVER DO.  He says the human brain and consciousness is not only a quantum computer but that there are capabilities of this quantum computer that exceed even what we know about quantum mechanics. I.e. New physics.  TheTheory says that human consciousness is in the quantum fuzz similar to Quantum Darwinism and the brain is a transducer. Evidence that something makes decisions before the human brain is even aware of it.  Which means that our consciousness may transcend our bodies