SlideShare uma empresa Scribd logo
1 de 35
Chicago IL, October 7, 2017
Slides: http://slideshare.net/LaBlogga
Blockchain & Deep Learning:
The Future of Artificial Intelligence
Melanie Swan
Philosophy Department, Purdue University
melanie@BlockchainStudies.org
7 Oct 2017
Blockchain 1
Melanie Swan, Technology Theorist
 Philosophy Department, Purdue University,
Indiana, USA
 Founder, Institute for Blockchain Studies
 Singularity University Instructor; Institute for Ethics and
Emerging Technology Affiliate Scholar; EDGE invited
contributor; FQXi Advisor
Traditional Markets Background
Economics and Financial
Theory Leadership
New Economies research group
Source: http://www.melanieswan.com, http://blockchainstudies.org
https://www.facebook.com/groups/NewEconomies
7 Oct 2017
Blockchain
Agenda
 Blockchain Technology
 Deep Learning Algorithms
 Future of Artificial Intelligence
2
7 Oct 2017
Blockchain
Blockchain
3
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
 To inspire us to
build this world
7 Oct 2017
Blockchain 4
Conceptual Definition:
Blockchain is a software protocol;
just as SMTP is a protocol for
sending email, blockchain is a
protocol for sending money
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
What is Blockchain/Distributed Ledger Tech?
7 Oct 2017
Blockchain 5
Technical Definition:
Blockchain is the tamper-resistant
distributed ledger software underlying
cryptocurrencies such as Bitcoin, for
recording and transferring data and assets
such as financial transactions and real
estate titles, via the Internet without needing
a third-party intermediary
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
What is Blockchain/Distributed Ledger Tech?
7 Oct 2017
Blockchain
How does Bitcoin work?
Use eWallet app to submit transaction
6
Source: https://www.youtube.com/watch?v=t5JGQXCTe3c
Scan recipient’s address
and submit transaction
$ appears in recipient’s eWallet
Wallet has keys not money
Creates PKI Signature address pairs A new PKI signature for each transaction
7 Oct 2017
Blockchain
P2P network confirms & records transaction
7
Source: https://www.youtube.com/watch?v=t5JGQXCTe3c
Transaction computationally confirmed
Ledger account balances updated
Peer nodes maintain distributed ledger
Transactions submitted to a pool and miners assemble
new batch (block) of transactions each 10 min
Each block includes a cryptographic hash of the last
block, chaining the blocks, hence “Blockchain”
7 Oct 2017
Blockchain
How robust is the Bitcoin p2p network?
8
p2p: peer to peer; Source: https://bitnodes.21.co, https://github.com/bitcoin/bitcoin
 9552 global bodes running full Bitcoind (10/17); 100 gb
Run the software yourself:
7 Oct 2017
Blockchain
What is Bitcoin mining?
9
 Mining is the accounting function to record
transactions, fee-based
 Mining ASICs “find new blocks” (proof of work)
 Network regularly issues random 32-bit nonces
(numbers) per specified cryptographic parameters
 Mining software constantly makes nonce guesses
 At the rate of 2^32 (4 billion) hashes (guesses)/second
 One machine at random guesses the 32-bit nonce
 Winning machine confirms and records the
transactions, and collects the rewards
 All nodes confirm the transactions and append the
new block to their copy of the distributed ledger
 “Wasteful” effort deters malicious players
Sample
code:
Run the software yourself:
Fast because ASICs
represent the hashing
algorithm as hardware
7 Oct 2017
Blockchain
Network Paradigms
10
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
Decentralized
(based on hubs)
Centralized Distributed
(based on peers)
 Flat power hierarchy of distributed networks
7 Oct 2017
Blockchain
Payment channels:
Contract for Difference economy
11
Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491
Centralized bank tracks
payments between clients
“Classic”
Banking
Peer
Banking
 Radical implication of p2p networks is that any node
can deliver services to other nodes:
 Transaction confirmation and logging (mining)
 Transaction ledger hosting (Bitcoind nodes)
 News services (“decentralized Reddit”: Steemit, Yours)
 Banking services (payment channels (netting offsets))
Network nodes store transaction
record settled by many individuals
7 Oct 2017
Blockchain
Public and Private Distributed Ledgers
12
Source: Adapted from https://www.linkedin.com/pulse/making-blockchain-safe-government-merged-mining-chains-tori-adams
 Private: approved users
(“permissioned”)
 Identity known, for enterprise
 Approved credentials
 Controlled access
 Public: open to anyone
(“permissionless”)
 Identity unknown, for individuals
 Ex: Zcash zero-knowledge proofs
 Open access
Transactions logged
on public Blockchains
Transactions logged
on private Blockchains
Any user Financial Inst, Industry
Consortia, Gov’t Agency
Examples:
Bitcoin
Ethereum
Examples:
R3
Hyperledger
7 Oct 2017
Blockchain
Blockchain Applications Areas
13
Source: http://www.blockchaintechnologies.com
Smart Property
Cryptographic
Asset Registries
Smart Contracts
IP Registration
Money, Payments,
Financial Clearing
Identity
Confirmation
 Impacting all industries
because allows secure
value transfer in four
application areas
7 Oct 2017
Blockchain
Agenda
 Blockchain Technology
 Deep Learning Algorithms
 Future of Artificial Intelligence
14
7 Oct 2017
Blockchain
 Global Data Volume: 40 EB 2020e
 Scientific, governmental, corporate, and personal
Big Data…is not Smart Data
Source: http://www.oyster-ims.com/media/resources/dealing-information-growth-dark-data-six-practical-steps/
15
15
7 Oct 2017
Blockchain
Big Data requires Deep Learning
16
 Older algorithms cannot keep up with the growth in
data, need new data science methods
Source: http://blog.algorithmia.com/introduction-to-deep-learning-2016
7 Oct 2017
Blockchain
Broader Computer Science Context
17
Source: Machine Learning Guide, 9. Deep Learning
 Within the Computer Science discipline, in the field of
Artificial Intelligence, Deep Learning is a class of
Machine Learning algorithms, that are in the form of a
Neural Network
7 Oct 2017
Blockchain 18
Conceptual Definition:
Deep learning is a computer program that can
identify what something is
Technical Definition:
Deep learning is a class of machine learning
algorithms in the form of a neural network that
uses a cascade of layers (tiers) of processing
units to extract features from data and make
predictive guesses about new data
Source: Swan, M., (2017)., Philosophy of Deep Learning, https://www.slideshare.net/lablogga/deep-learning-explained
What is Deep Learning?
7 Oct 2017
Blockchain
Deep Learning & AI
 System is “dumb” (i.e. mechanical)
 “Learns” with big data (lots of input examples) and trial-and-error
guesses to adjust weights and bias to identify key features
 Creates a predictive system to identity new examples
 AI argument: big enough data is what makes a
difference (“simple” algorithms run over large data sets)
19
Input: Big Data (e.g.;
many examples)
Method: Trial-and-error
guesses to adjust node weights
Output: system identifies
new examples
7 Oct 2017
Blockchain
Sample task: is that a Car?
 Create an image recognition system that determines
which features are relevant (at increasingly higher levels
of abstraction) and correctly identifies new examples
20
Source: Jann LeCun, http://www.pamitc.org/cvpr15/files/lecun-20150610-cvpr-keynote.pdf
7 Oct 2017
Blockchain
Supervised and Unsupervised Learning
 Supervised (classify
labeled data)
 Unsupervised (find
patterns in unlabeled
data)
21
Source: https://www.slideshare.net/ThomasDaSilvaPaula/an-introduction-to-machine-learning-and-a-little-bit-of-deep-learning
7 Oct 2017
Blockchain
Early success in Supervised Learning (2011)
 YouTube: user-classified data
perfect for Supervised Learning
22
Source: Google Brain: Le, QV, Dean, Jeff, Ng, Andrew, et al. 2012. Building high-level features using large scale unsupervised
learning. https://arxiv.org/abs/1112.6209
7 Oct 2017
Blockchain
Machine learning: human threshold
23
Source: Mary Meeker, Internet Trends, 2017, http://www.kpcb.com/internet-trends
 All apps voice-activated and conversational?
7 Oct 2017
Blockchain
2 main kinds of Deep Learning neural nets
24
Source: Yann LeCun, CVPR 2015 keynote (Computer Vision ), "What's wrong with Deep Learning" http://t.co/nPFlPZzMEJ
 Convolutional Neural Nets
 Image recognition
 Convolve: roll up to higher
levels of abstraction in feature
sets
 Recurrent Neural Nets
 Speech, text, audio recognition
 Recur: iterate over sequential
inputs with a memory function
 LSTM (Long Short-Term
Memory) remembers
sequences and avoids
gradient vanishing
7 Oct 2017
Blockchain
3 Key Technical Principles of Deep Learning
25
Reduce combinatoric
dimensionality
Core computational unit
(input-processing-output)
Levers: weights and bias
Squash values into
Sigmoidal S-curve
-Binary values (Y/N, 0/1)
-Probability values (0 to 1)
-Tanh values 9(-1) to 1)
Loss FunctionPerceptron StructureSigmoid Function
“Dumb” system learns by
adjusting parameters and
checking against outcome
Loss function
optimizes efficiency
of solution
Non-linear formulation
as a logistic regression
problem means
greater mathematical
manipulation
What
Why
7 Oct 2017
Blockchain
How does the neural net actually learn?
 System varies the
weights and biases
to see if a better
outcome is obtained
 Repeat until the net
correctly classifies
the data
26
Source: http://neuralnetworksanddeeplearning.com/chap2.html
 Structural system based on cascading layers of
neurons with variable parameters: weight and bias
7 Oct 2017
Blockchain
Backpropagation
 Problem: Inefficient to test the combinatorial
explosion of all possible parameter variations
 Solution: Backpropagation (1986 Nature paper)
 Backpropagation of errors and gradient descent are
an optimization method used to calculate the error
contribution of each neuron after a batch of data is
processed
27
Source: http://neuralnetworksanddeeplearning.com/chap2.html
7 Oct 2017
Blockchain
Agenda
 Blockchain Technology
 Deep Learning Algorithms
 Future of Artificial Intelligence
28
7 Oct 2017
Blockchain
Future of Artificial Intelligence
29
Source: https://www.slideshare.net/lablogga/deep-learning-explained
 Blockchain & Deep Learning
 Robust self-operating computational
systems
 New forms of automation
technology that might orchestrate
entire classes of human activity
7 Oct 2017
Blockchain
Future of AI: Smart Networks
 Future of AI: intelligence “baked in” to smart networks
 Blockchains to confirm authenticity and transfer value
 Deep Learning algorithms for predictive identification
30
Source: Expanded from Mark Sigal, http://radar.oreilly.com/2011/10/post-pc-revolution.html
Two Fundamental Eras of Network Computing
7 Oct 2017
Blockchain
Next Phase
 Put Deep Learning systems on the Internet
 Need blockchain security for registration and audit-tracking
 Blockchain P2P nodes provide deep learning network services:
security (facial recognition), identification, authorization
 Application: Autonomous Driving and Drone Delivery,
Human-Social Robotics
 Deep Learning (CNNs): identify what things are
 Blockchain: secure automation technology
 Track arbitrarily-many units, audit, upgrade
 Legal liability, accountability, remuneration
31
7 Oct 2017
Blockchain
Application: Big Health Data
32
Source: https://www.illumina.com/science/technology/next-generation-sequencing.html
 Need big health data to understand biological
mechanisms of disease and prevention
Population
7.5 bn
people
worldwide
7 Oct 2017
Blockchain
Application: Leapfrog Technology
To enable human potential
 Financial Inclusion
 2 bn under-banked
 70% lack access to land registries
 Health Inclusion
 400 mn no access to health services
 Does not make sense to build out
brick-and-mortar bank branches
and medical clinics to every last
mile in a world of digital services
 eWallet banking and deep learning
medical diagnostic apps
33
Source: Pricewaterhouse Coopers. 2016. The un(der)banked is FinTech's largest opportunity. DeNovo Q2 2016 FinTech ReCap
and Funding ReView., Heider, Caroline, and Connelly, April. 2016. Why Land Administration Matters for Development. World Bank.
http://www.who.int/mediacentre/news/releases/2015/uhc-report/en/
Digital health wallet
Chicago IL, October 7, 2017
Slides: http://slideshare.net/LaBlogga
Blockchain & Deep Learning:
The Future of Artificial Intelligence
Melanie Swan
Philosophy Department, Purdue University
melanie@BlockchainStudies.org
Thank you!

Mais conteúdo relacionado

Mais procurados

Blockchain With IoT - Top Blockchain IoT Use Cases
Blockchain With IoT - Top Blockchain IoT Use CasesBlockchain With IoT - Top Blockchain IoT Use Cases
Blockchain With IoT - Top Blockchain IoT Use Cases101 Blockchains
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology Niuversity
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and PrivacyAnil John
 
Blockchain Technology In IOT
Blockchain Technology In IOTBlockchain Technology In IOT
Blockchain Technology In IOTStacey Roberts
 
Block chain technology
Block chain technology Block chain technology
Block chain technology RajeshJade
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainAltoros
 
secure file Storage on cloud ppt
secure file Storage on cloud pptsecure file Storage on cloud ppt
secure file Storage on cloud pptNishmithaHc
 
Blockchain and cryptocurrency
Blockchain and cryptocurrency Blockchain and cryptocurrency
Blockchain and cryptocurrency azizded
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyAlpnaSingh5
 
Blockchain
BlockchainBlockchain
BlockchainSai Nath
 
Consensus Algorithms.pptx
Consensus Algorithms.pptxConsensus Algorithms.pptx
Consensus Algorithms.pptxRajapriya82
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 

Mais procurados (20)

Blockchain concepts
Blockchain conceptsBlockchain concepts
Blockchain concepts
 
Blockchain use cases
Blockchain use casesBlockchain use cases
Blockchain use cases
 
Blockchain With IoT - Top Blockchain IoT Use Cases
Blockchain With IoT - Top Blockchain IoT Use CasesBlockchain With IoT - Top Blockchain IoT Use Cases
Blockchain With IoT - Top Blockchain IoT Use Cases
 
An Introduction to Blockchain Technology
An Introduction to Blockchain Technology An Introduction to Blockchain Technology
An Introduction to Blockchain Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain ppt
Blockchain pptBlockchain ppt
Blockchain ppt
 
Blockchain Security and Privacy
Blockchain Security and PrivacyBlockchain Security and Privacy
Blockchain Security and Privacy
 
Blockchain Technology In IOT
Blockchain Technology In IOTBlockchain Technology In IOT
Blockchain Technology In IOT
 
Blockchain
BlockchainBlockchain
Blockchain
 
Block chain technology
Block chain technology Block chain technology
Block chain technology
 
Blockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptxBlockchain by Aman Thakur.pptx
Blockchain by Aman Thakur.pptx
 
A Secure Model of IoT Using Blockchain
A Secure Model of IoT Using BlockchainA Secure Model of IoT Using Blockchain
A Secure Model of IoT Using Blockchain
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain+IOT
Blockchain+IOTBlockchain+IOT
Blockchain+IOT
 
secure file Storage on cloud ppt
secure file Storage on cloud pptsecure file Storage on cloud ppt
secure file Storage on cloud ppt
 
Blockchain and cryptocurrency
Blockchain and cryptocurrency Blockchain and cryptocurrency
Blockchain and cryptocurrency
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Consensus Algorithms.pptx
Consensus Algorithms.pptxConsensus Algorithms.pptx
Consensus Algorithms.pptx
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 

Semelhante a Blockchain & Deep Learning Future of AI

Future of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep LearningFuture of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep LearningMelanie Swan
 
State of Blockchain 2017: Smartnetworks and the Blockchain Economy
State of Blockchain 2017:  Smartnetworks and the Blockchain EconomyState of Blockchain 2017:  Smartnetworks and the Blockchain Economy
State of Blockchain 2017: Smartnetworks and the Blockchain EconomyMelanie Swan
 
Blockchain Economic Theory
Blockchain Economic TheoryBlockchain Economic Theory
Blockchain Economic TheoryMelanie Swan
 
Blockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed LedgersBlockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed LedgersMelanie Swan
 
China Digital Economy
China Digital EconomyChina Digital Economy
China Digital EconomyMelanie Swan
 
Future of AI Smart Networks
Future of AI Smart NetworksFuture of AI Smart Networks
Future of AI Smart NetworksMelanie Swan
 
DLT analytics and AI workshop 17 October 2019 WELCOME
DLT analytics and AI workshop 17 October 2019 WELCOME DLT analytics and AI workshop 17 October 2019 WELCOME
DLT analytics and AI workshop 17 October 2019 WELCOME Stavros Zervoudakis
 
Deep Learning Explained
Deep Learning ExplainedDeep Learning Explained
Deep Learning ExplainedMelanie Swan
 
Smart Networks: Blockchain, Deep Learning, and Quantum Computing
Smart Networks: Blockchain, Deep Learning, and Quantum ComputingSmart Networks: Blockchain, Deep Learning, and Quantum Computing
Smart Networks: Blockchain, Deep Learning, and Quantum ComputingMelanie Swan
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Martin Hamilton
 
UKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG webinar: Blockchain in research and education with Martin Hamilton, JiscUKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG webinar: Blockchain in research and education with Martin Hamilton, JiscUKSG: connecting the knowledge community
 
Blockchain Supply Chain
Blockchain Supply ChainBlockchain Supply Chain
Blockchain Supply ChainMelanie Swan
 
China Next-generation Unicorn Startups
China Next-generation Unicorn StartupsChina Next-generation Unicorn Startups
China Next-generation Unicorn StartupsMelanie Swan
 
Philosophy of Deep Learning
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep LearningMelanie Swan
 
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...Melanie Swan
 
Blockchain Payment Channels Explained
Blockchain Payment Channels ExplainedBlockchain Payment Channels Explained
Blockchain Payment Channels ExplainedMelanie Swan
 
Global Future of Blockchain
Global Future of Blockchain Global Future of Blockchain
Global Future of Blockchain Melanie Swan
 
Blockchain Network Theory
Blockchain Network TheoryBlockchain Network Theory
Blockchain Network TheoryMelanie Swan
 
Blockchain Smartnetworks
Blockchain Smartnetworks Blockchain Smartnetworks
Blockchain Smartnetworks Melanie Swan
 

Semelhante a Blockchain & Deep Learning Future of AI (20)

Future of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep LearningFuture of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep Learning
 
State of Blockchain 2017: Smartnetworks and the Blockchain Economy
State of Blockchain 2017:  Smartnetworks and the Blockchain EconomyState of Blockchain 2017:  Smartnetworks and the Blockchain Economy
State of Blockchain 2017: Smartnetworks and the Blockchain Economy
 
Blockchain Economic Theory
Blockchain Economic TheoryBlockchain Economic Theory
Blockchain Economic Theory
 
Blockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed LedgersBlockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed Ledgers
 
China Digital Economy
China Digital EconomyChina Digital Economy
China Digital Economy
 
Future of AI Smart Networks
Future of AI Smart NetworksFuture of AI Smart Networks
Future of AI Smart Networks
 
DLT analytics and AI workshop 17 October 2019 WELCOME
DLT analytics and AI workshop 17 October 2019 WELCOME DLT analytics and AI workshop 17 October 2019 WELCOME
DLT analytics and AI workshop 17 October 2019 WELCOME
 
Deep Learning Explained
Deep Learning ExplainedDeep Learning Explained
Deep Learning Explained
 
Smart Networks: Blockchain, Deep Learning, and Quantum Computing
Smart Networks: Blockchain, Deep Learning, and Quantum ComputingSmart Networks: Blockchain, Deep Learning, and Quantum Computing
Smart Networks: Blockchain, Deep Learning, and Quantum Computing
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017
 
UKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG webinar: Blockchain in research and education with Martin Hamilton, JiscUKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
UKSG webinar: Blockchain in research and education with Martin Hamilton, Jisc
 
Blockchain Supply Chain
Blockchain Supply ChainBlockchain Supply Chain
Blockchain Supply Chain
 
China Next-generation Unicorn Startups
China Next-generation Unicorn StartupsChina Next-generation Unicorn Startups
China Next-generation Unicorn Startups
 
Philosophy of Deep Learning
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep Learning
 
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw...
 
Blockchain Payment Channels Explained
Blockchain Payment Channels ExplainedBlockchain Payment Channels Explained
Blockchain Payment Channels Explained
 
Blockchain
BlockchainBlockchain
Blockchain
 
Global Future of Blockchain
Global Future of Blockchain Global Future of Blockchain
Global Future of Blockchain
 
Blockchain Network Theory
Blockchain Network TheoryBlockchain Network Theory
Blockchain Network Theory
 
Blockchain Smartnetworks
Blockchain Smartnetworks Blockchain Smartnetworks
Blockchain Smartnetworks
 

Mais de Melanie Swan

AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum RevolutionAI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum RevolutionMelanie Swan
 
Quantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI EntitiesQuantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI EntitiesMelanie Swan
 
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor IdentityThe Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor IdentityMelanie Swan
 
AdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceMelanie Swan
 
Quantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptMelanie Swan
 
Quantum Information
Quantum InformationQuantum Information
Quantum InformationMelanie Swan
 
Critical Theory of Silence
Critical Theory of SilenceCritical Theory of Silence
Critical Theory of SilenceMelanie Swan
 
Quantum-Classical Reality
Quantum-Classical RealityQuantum-Classical Reality
Quantum-Classical RealityMelanie Swan
 
Derrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-DifferenceDerrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-DifferenceMelanie Swan
 
The Quantum Mindset
The Quantum MindsetThe Quantum Mindset
The Quantum MindsetMelanie Swan
 
Blockchains in Space
Blockchains in SpaceBlockchains in Space
Blockchains in SpaceMelanie Swan
 
Complexity and Quantum Information Science
Complexity and Quantum Information ScienceComplexity and Quantum Information Science
Complexity and Quantum Information ScienceMelanie Swan
 
Quantum Blockchains
Quantum BlockchainsQuantum Blockchains
Quantum BlockchainsMelanie Swan
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsMelanie Swan
 
Art Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and ScienceArt Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and ScienceMelanie Swan
 

Mais de Melanie Swan (20)

AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum RevolutionAI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
AI Health Agents: Longevity as a Service in the Web3 GenAI Quantum Revolution
 
AI Science
AI Science AI Science
AI Science
 
AI Math Agents
AI Math AgentsAI Math Agents
AI Math Agents
 
Quantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI EntitiesQuantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI Entities
 
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor IdentityThe Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity
 
AdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information Science
 
Space Humanism
Space HumanismSpace Humanism
Space Humanism
 
Quantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.ppt
 
Quantum Information
Quantum InformationQuantum Information
Quantum Information
 
Critical Theory of Silence
Critical Theory of SilenceCritical Theory of Silence
Critical Theory of Silence
 
Quantum-Classical Reality
Quantum-Classical RealityQuantum-Classical Reality
Quantum-Classical Reality
 
Derrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-DifferenceDerrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-Difference
 
Quantum Moreness
Quantum MorenessQuantum Moreness
Quantum Moreness
 
Crypto Jamming
Crypto JammingCrypto Jamming
Crypto Jamming
 
The Quantum Mindset
The Quantum MindsetThe Quantum Mindset
The Quantum Mindset
 
Blockchains in Space
Blockchains in SpaceBlockchains in Space
Blockchains in Space
 
Complexity and Quantum Information Science
Complexity and Quantum Information ScienceComplexity and Quantum Information Science
Complexity and Quantum Information Science
 
Quantum Blockchains
Quantum BlockchainsQuantum Blockchains
Quantum Blockchains
 
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIsQuantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs
 
Art Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and ScienceArt Theory: Two Cultures Synthesis of Art and Science
Art Theory: Two Cultures Synthesis of Art and Science
 

Último

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Último (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

Blockchain & Deep Learning Future of AI

  • 1. Chicago IL, October 7, 2017 Slides: http://slideshare.net/LaBlogga Blockchain & Deep Learning: The Future of Artificial Intelligence Melanie Swan Philosophy Department, Purdue University melanie@BlockchainStudies.org
  • 2. 7 Oct 2017 Blockchain 1 Melanie Swan, Technology Theorist  Philosophy Department, Purdue University, Indiana, USA  Founder, Institute for Blockchain Studies  Singularity University Instructor; Institute for Ethics and Emerging Technology Affiliate Scholar; EDGE invited contributor; FQXi Advisor Traditional Markets Background Economics and Financial Theory Leadership New Economies research group Source: http://www.melanieswan.com, http://blockchainstudies.org https://www.facebook.com/groups/NewEconomies
  • 3. 7 Oct 2017 Blockchain Agenda  Blockchain Technology  Deep Learning Algorithms  Future of Artificial Intelligence 2
  • 4. 7 Oct 2017 Blockchain Blockchain 3 Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491  To inspire us to build this world
  • 5. 7 Oct 2017 Blockchain 4 Conceptual Definition: Blockchain is a software protocol; just as SMTP is a protocol for sending email, blockchain is a protocol for sending money Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 What is Blockchain/Distributed Ledger Tech?
  • 6. 7 Oct 2017 Blockchain 5 Technical Definition: Blockchain is the tamper-resistant distributed ledger software underlying cryptocurrencies such as Bitcoin, for recording and transferring data and assets such as financial transactions and real estate titles, via the Internet without needing a third-party intermediary Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 What is Blockchain/Distributed Ledger Tech?
  • 7. 7 Oct 2017 Blockchain How does Bitcoin work? Use eWallet app to submit transaction 6 Source: https://www.youtube.com/watch?v=t5JGQXCTe3c Scan recipient’s address and submit transaction $ appears in recipient’s eWallet Wallet has keys not money Creates PKI Signature address pairs A new PKI signature for each transaction
  • 8. 7 Oct 2017 Blockchain P2P network confirms & records transaction 7 Source: https://www.youtube.com/watch?v=t5JGQXCTe3c Transaction computationally confirmed Ledger account balances updated Peer nodes maintain distributed ledger Transactions submitted to a pool and miners assemble new batch (block) of transactions each 10 min Each block includes a cryptographic hash of the last block, chaining the blocks, hence “Blockchain”
  • 9. 7 Oct 2017 Blockchain How robust is the Bitcoin p2p network? 8 p2p: peer to peer; Source: https://bitnodes.21.co, https://github.com/bitcoin/bitcoin  9552 global bodes running full Bitcoind (10/17); 100 gb Run the software yourself:
  • 10. 7 Oct 2017 Blockchain What is Bitcoin mining? 9  Mining is the accounting function to record transactions, fee-based  Mining ASICs “find new blocks” (proof of work)  Network regularly issues random 32-bit nonces (numbers) per specified cryptographic parameters  Mining software constantly makes nonce guesses  At the rate of 2^32 (4 billion) hashes (guesses)/second  One machine at random guesses the 32-bit nonce  Winning machine confirms and records the transactions, and collects the rewards  All nodes confirm the transactions and append the new block to their copy of the distributed ledger  “Wasteful” effort deters malicious players Sample code: Run the software yourself: Fast because ASICs represent the hashing algorithm as hardware
  • 11. 7 Oct 2017 Blockchain Network Paradigms 10 Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 Decentralized (based on hubs) Centralized Distributed (based on peers)  Flat power hierarchy of distributed networks
  • 12. 7 Oct 2017 Blockchain Payment channels: Contract for Difference economy 11 Source: http://www.amazon.com/Bitcoin-Blueprint-New-World-Currency/dp/1491920491 Centralized bank tracks payments between clients “Classic” Banking Peer Banking  Radical implication of p2p networks is that any node can deliver services to other nodes:  Transaction confirmation and logging (mining)  Transaction ledger hosting (Bitcoind nodes)  News services (“decentralized Reddit”: Steemit, Yours)  Banking services (payment channels (netting offsets)) Network nodes store transaction record settled by many individuals
  • 13. 7 Oct 2017 Blockchain Public and Private Distributed Ledgers 12 Source: Adapted from https://www.linkedin.com/pulse/making-blockchain-safe-government-merged-mining-chains-tori-adams  Private: approved users (“permissioned”)  Identity known, for enterprise  Approved credentials  Controlled access  Public: open to anyone (“permissionless”)  Identity unknown, for individuals  Ex: Zcash zero-knowledge proofs  Open access Transactions logged on public Blockchains Transactions logged on private Blockchains Any user Financial Inst, Industry Consortia, Gov’t Agency Examples: Bitcoin Ethereum Examples: R3 Hyperledger
  • 14. 7 Oct 2017 Blockchain Blockchain Applications Areas 13 Source: http://www.blockchaintechnologies.com Smart Property Cryptographic Asset Registries Smart Contracts IP Registration Money, Payments, Financial Clearing Identity Confirmation  Impacting all industries because allows secure value transfer in four application areas
  • 15. 7 Oct 2017 Blockchain Agenda  Blockchain Technology  Deep Learning Algorithms  Future of Artificial Intelligence 14
  • 16. 7 Oct 2017 Blockchain  Global Data Volume: 40 EB 2020e  Scientific, governmental, corporate, and personal Big Data…is not Smart Data Source: http://www.oyster-ims.com/media/resources/dealing-information-growth-dark-data-six-practical-steps/ 15 15
  • 17. 7 Oct 2017 Blockchain Big Data requires Deep Learning 16  Older algorithms cannot keep up with the growth in data, need new data science methods Source: http://blog.algorithmia.com/introduction-to-deep-learning-2016
  • 18. 7 Oct 2017 Blockchain Broader Computer Science Context 17 Source: Machine Learning Guide, 9. Deep Learning  Within the Computer Science discipline, in the field of Artificial Intelligence, Deep Learning is a class of Machine Learning algorithms, that are in the form of a Neural Network
  • 19. 7 Oct 2017 Blockchain 18 Conceptual Definition: Deep learning is a computer program that can identify what something is Technical Definition: Deep learning is a class of machine learning algorithms in the form of a neural network that uses a cascade of layers (tiers) of processing units to extract features from data and make predictive guesses about new data Source: Swan, M., (2017)., Philosophy of Deep Learning, https://www.slideshare.net/lablogga/deep-learning-explained What is Deep Learning?
  • 20. 7 Oct 2017 Blockchain Deep Learning & AI  System is “dumb” (i.e. mechanical)  “Learns” with big data (lots of input examples) and trial-and-error guesses to adjust weights and bias to identify key features  Creates a predictive system to identity new examples  AI argument: big enough data is what makes a difference (“simple” algorithms run over large data sets) 19 Input: Big Data (e.g.; many examples) Method: Trial-and-error guesses to adjust node weights Output: system identifies new examples
  • 21. 7 Oct 2017 Blockchain Sample task: is that a Car?  Create an image recognition system that determines which features are relevant (at increasingly higher levels of abstraction) and correctly identifies new examples 20 Source: Jann LeCun, http://www.pamitc.org/cvpr15/files/lecun-20150610-cvpr-keynote.pdf
  • 22. 7 Oct 2017 Blockchain Supervised and Unsupervised Learning  Supervised (classify labeled data)  Unsupervised (find patterns in unlabeled data) 21 Source: https://www.slideshare.net/ThomasDaSilvaPaula/an-introduction-to-machine-learning-and-a-little-bit-of-deep-learning
  • 23. 7 Oct 2017 Blockchain Early success in Supervised Learning (2011)  YouTube: user-classified data perfect for Supervised Learning 22 Source: Google Brain: Le, QV, Dean, Jeff, Ng, Andrew, et al. 2012. Building high-level features using large scale unsupervised learning. https://arxiv.org/abs/1112.6209
  • 24. 7 Oct 2017 Blockchain Machine learning: human threshold 23 Source: Mary Meeker, Internet Trends, 2017, http://www.kpcb.com/internet-trends  All apps voice-activated and conversational?
  • 25. 7 Oct 2017 Blockchain 2 main kinds of Deep Learning neural nets 24 Source: Yann LeCun, CVPR 2015 keynote (Computer Vision ), "What's wrong with Deep Learning" http://t.co/nPFlPZzMEJ  Convolutional Neural Nets  Image recognition  Convolve: roll up to higher levels of abstraction in feature sets  Recurrent Neural Nets  Speech, text, audio recognition  Recur: iterate over sequential inputs with a memory function  LSTM (Long Short-Term Memory) remembers sequences and avoids gradient vanishing
  • 26. 7 Oct 2017 Blockchain 3 Key Technical Principles of Deep Learning 25 Reduce combinatoric dimensionality Core computational unit (input-processing-output) Levers: weights and bias Squash values into Sigmoidal S-curve -Binary values (Y/N, 0/1) -Probability values (0 to 1) -Tanh values 9(-1) to 1) Loss FunctionPerceptron StructureSigmoid Function “Dumb” system learns by adjusting parameters and checking against outcome Loss function optimizes efficiency of solution Non-linear formulation as a logistic regression problem means greater mathematical manipulation What Why
  • 27. 7 Oct 2017 Blockchain How does the neural net actually learn?  System varies the weights and biases to see if a better outcome is obtained  Repeat until the net correctly classifies the data 26 Source: http://neuralnetworksanddeeplearning.com/chap2.html  Structural system based on cascading layers of neurons with variable parameters: weight and bias
  • 28. 7 Oct 2017 Blockchain Backpropagation  Problem: Inefficient to test the combinatorial explosion of all possible parameter variations  Solution: Backpropagation (1986 Nature paper)  Backpropagation of errors and gradient descent are an optimization method used to calculate the error contribution of each neuron after a batch of data is processed 27 Source: http://neuralnetworksanddeeplearning.com/chap2.html
  • 29. 7 Oct 2017 Blockchain Agenda  Blockchain Technology  Deep Learning Algorithms  Future of Artificial Intelligence 28
  • 30. 7 Oct 2017 Blockchain Future of Artificial Intelligence 29 Source: https://www.slideshare.net/lablogga/deep-learning-explained  Blockchain & Deep Learning  Robust self-operating computational systems  New forms of automation technology that might orchestrate entire classes of human activity
  • 31. 7 Oct 2017 Blockchain Future of AI: Smart Networks  Future of AI: intelligence “baked in” to smart networks  Blockchains to confirm authenticity and transfer value  Deep Learning algorithms for predictive identification 30 Source: Expanded from Mark Sigal, http://radar.oreilly.com/2011/10/post-pc-revolution.html Two Fundamental Eras of Network Computing
  • 32. 7 Oct 2017 Blockchain Next Phase  Put Deep Learning systems on the Internet  Need blockchain security for registration and audit-tracking  Blockchain P2P nodes provide deep learning network services: security (facial recognition), identification, authorization  Application: Autonomous Driving and Drone Delivery, Human-Social Robotics  Deep Learning (CNNs): identify what things are  Blockchain: secure automation technology  Track arbitrarily-many units, audit, upgrade  Legal liability, accountability, remuneration 31
  • 33. 7 Oct 2017 Blockchain Application: Big Health Data 32 Source: https://www.illumina.com/science/technology/next-generation-sequencing.html  Need big health data to understand biological mechanisms of disease and prevention Population 7.5 bn people worldwide
  • 34. 7 Oct 2017 Blockchain Application: Leapfrog Technology To enable human potential  Financial Inclusion  2 bn under-banked  70% lack access to land registries  Health Inclusion  400 mn no access to health services  Does not make sense to build out brick-and-mortar bank branches and medical clinics to every last mile in a world of digital services  eWallet banking and deep learning medical diagnostic apps 33 Source: Pricewaterhouse Coopers. 2016. The un(der)banked is FinTech's largest opportunity. DeNovo Q2 2016 FinTech ReCap and Funding ReView., Heider, Caroline, and Connelly, April. 2016. Why Land Administration Matters for Development. World Bank. http://www.who.int/mediacentre/news/releases/2015/uhc-report/en/ Digital health wallet
  • 35. Chicago IL, October 7, 2017 Slides: http://slideshare.net/LaBlogga Blockchain & Deep Learning: The Future of Artificial Intelligence Melanie Swan Philosophy Department, Purdue University melanie@BlockchainStudies.org Thank you!