Future of AI: Blockchain & Deep Learning

Melanie Swan
Melanie SwanTechnophysicist, Blockchain Theorist, Philosophy, Purdue University at Institute for Blockchain Studies
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!
1 of 35

Recommended

Implementing Blockchain applications in healthcare by
Implementing Blockchain applications in healthcareImplementing Blockchain applications in healthcare
Implementing Blockchain applications in healthcarePistoia Alliance
4.6K views41 slides
The current state of generative AI by
The current state of generative AIThe current state of generative AI
The current state of generative AIBenjaminlapid1
85 views44 slides
Blockchain use cases by
Blockchain use casesBlockchain use cases
Blockchain use casesSoftware Infrastructure
20.4K views136 slides
Future of AI - 2023 07 25.pptx by
Future of AI - 2023 07 25.pptxFuture of AI - 2023 07 25.pptx
Future of AI - 2023 07 25.pptxGreg Makowski
3.6K views66 slides
What is Decentralized Autonomous Organization (DAO) & How DAO works? by
What is Decentralized Autonomous Organization (DAO) & How DAO works?What is Decentralized Autonomous Organization (DAO) & How DAO works?
What is Decentralized Autonomous Organization (DAO) & How DAO works?Blockchain Council
15.2K views8 slides
BLOCKCHAIN by
BLOCKCHAINBLOCKCHAIN
BLOCKCHAINNitish sharma
3.6K views35 slides

More Related Content

What's hot

Introduction to Blockchain by
Introduction to BlockchainIntroduction to Blockchain
Introduction to BlockchainJordan Harris
4.2K views22 slides
Blockchain Network Theory by
Blockchain Network TheoryBlockchain Network Theory
Blockchain Network TheoryMelanie Swan
2.7K views38 slides
AI and sustainability by
AI and sustainabilityAI and sustainability
AI and sustainabilitySonja Aits
1.2K views23 slides
The Future of AI is Generative not Discriminative 5/26/2021 by
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021Steve Omohundro
976 views24 slides
Blockchain and AI by
Blockchain and AIBlockchain and AI
Blockchain and AIAhmed Banafa
2.9K views43 slides
Blockchain Study(1) - What is Blockchain? by
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?Fermat Jade
3.7K views25 slides

What's hot(20)

Introduction to Blockchain by Jordan Harris
Introduction to BlockchainIntroduction to Blockchain
Introduction to Blockchain
Jordan Harris4.2K views
Blockchain Network Theory by Melanie Swan
Blockchain Network TheoryBlockchain Network Theory
Blockchain Network Theory
Melanie Swan2.7K views
AI and sustainability by Sonja Aits
AI and sustainabilityAI and sustainability
AI and sustainability
Sonja Aits1.2K views
The Future of AI is Generative not Discriminative 5/26/2021 by Steve Omohundro
The Future of AI is Generative not Discriminative 5/26/2021The Future of AI is Generative not Discriminative 5/26/2021
The Future of AI is Generative not Discriminative 5/26/2021
Steve Omohundro976 views
Blockchain and AI by Ahmed Banafa
Blockchain and AIBlockchain and AI
Blockchain and AI
Ahmed Banafa2.9K views
Blockchain Study(1) - What is Blockchain? by Fermat Jade
Blockchain Study(1) - What is Blockchain?Blockchain Study(1) - What is Blockchain?
Blockchain Study(1) - What is Blockchain?
Fermat Jade3.7K views
Blockchain ppt by abhi sharma
Blockchain pptBlockchain ppt
Blockchain ppt
abhi sharma3.3K views
Responsible AI by Neo4j
Responsible AIResponsible AI
Responsible AI
Neo4j1.5K views
Blockchain applications in payments and fintech by Penser
Blockchain applications in payments and fintechBlockchain applications in payments and fintech
Blockchain applications in payments and fintech
Penser260 views
Blockchain in healthcare sector by Balaji Naik
Blockchain in healthcare sectorBlockchain in healthcare sector
Blockchain in healthcare sector
Balaji Naik974 views
Smart Networks: Blockchain, Deep Learning, and Quantum Computing by Melanie Swan
Smart Networks: Blockchain, Deep Learning, and Quantum ComputingSmart Networks: Blockchain, Deep Learning, and Quantum Computing
Smart Networks: Blockchain, Deep Learning, and Quantum Computing
Melanie Swan1.6K views
leewayhertz.com-Generative AI for enterprises The architecture its implementa... by robertsamuel23
leewayhertz.com-Generative AI for enterprises The architecture its implementa...leewayhertz.com-Generative AI for enterprises The architecture its implementa...
leewayhertz.com-Generative AI for enterprises The architecture its implementa...
robertsamuel2356 views
AI and Blockchain by Peter Morgan
AI and BlockchainAI and Blockchain
AI and Blockchain
Peter Morgan3.3K views
Generative AI Use cases for Enterprise - Second Session by Gene Leybzon
Generative AI Use cases for Enterprise - Second SessionGenerative AI Use cases for Enterprise - Second Session
Generative AI Use cases for Enterprise - Second Session
Gene Leybzon205 views
FinTech, AI, Machine Learning in Finance by Sanjiv Das
FinTech, AI, Machine Learning in FinanceFinTech, AI, Machine Learning in Finance
FinTech, AI, Machine Learning in Finance
Sanjiv Das2.2K views
Introduction to the ethics of machine learning by Daniel Wilson
Introduction to the ethics of machine learningIntroduction to the ethics of machine learning
Introduction to the ethics of machine learning
Daniel Wilson276 views
Some Preliminary Thoughts on Artificial Intelligence - April 20, 2023.pdf by Kent Bye
Some Preliminary Thoughts on Artificial Intelligence - April 20, 2023.pdfSome Preliminary Thoughts on Artificial Intelligence - April 20, 2023.pdf
Some Preliminary Thoughts on Artificial Intelligence - April 20, 2023.pdf
Kent Bye70 views
Artificial Intelligence in Finance by JakubValnek
Artificial Intelligence in FinanceArtificial Intelligence in Finance
Artificial Intelligence in Finance
JakubValnek14.3K views

Similar to Future of AI: Blockchain & Deep Learning

Future of AI: Blockchain and Deep Learning by
Future of AI: Blockchain and Deep LearningFuture of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep LearningMelanie Swan
6.6K views59 slides
State of Blockchain 2017: Smartnetworks and the Blockchain Economy by
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
14.4K views48 slides
Blockchain Economic Theory by
Blockchain Economic TheoryBlockchain Economic Theory
Blockchain Economic TheoryMelanie Swan
3.8K views81 slides
Blockchain Investing: Economics Implications of Distributed Ledgers by
Blockchain Investing: Economics Implications of Distributed LedgersBlockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed LedgersMelanie Swan
2.5K views56 slides
China Digital Economy by
China Digital EconomyChina Digital Economy
China Digital EconomyMelanie Swan
928 views52 slides
Future of AI Smart Networks by
Future of AI Smart NetworksFuture of AI Smart Networks
Future of AI Smart NetworksMelanie Swan
2K views56 slides

Similar to Future of AI: Blockchain & Deep Learning(20)

Future of AI: Blockchain and Deep Learning by Melanie Swan
Future of AI: Blockchain and Deep LearningFuture of AI: Blockchain and Deep Learning
Future of AI: Blockchain and Deep Learning
Melanie Swan6.6K views
State of Blockchain 2017: Smartnetworks and the Blockchain Economy by Melanie Swan
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
Melanie Swan14.4K views
Blockchain Economic Theory by Melanie Swan
Blockchain Economic TheoryBlockchain Economic Theory
Blockchain Economic Theory
Melanie Swan3.8K views
Blockchain Investing: Economics Implications of Distributed Ledgers by Melanie Swan
Blockchain Investing: Economics Implications of Distributed LedgersBlockchain Investing: Economics Implications of Distributed Ledgers
Blockchain Investing: Economics Implications of Distributed Ledgers
Melanie Swan2.5K views
China Digital Economy by Melanie Swan
China Digital EconomyChina Digital Economy
China Digital Economy
Melanie Swan928 views
Future of AI Smart Networks by Melanie Swan
Future of AI Smart NetworksFuture of AI Smart Networks
Future of AI Smart Networks
Melanie Swan2K views
DLT analytics and AI workshop 17 October 2019 WELCOME by Stavros Zervoudakis
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 by Melanie Swan
Deep Learning ExplainedDeep Learning Explained
Deep Learning Explained
Melanie Swan41.4K views
Blockchain in research and education - UKSG Webinar - September 2017 by Martin Hamilton
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
Martin Hamilton1.4K views
Blockchain Supply Chain by Melanie Swan
Blockchain Supply ChainBlockchain Supply Chain
Blockchain Supply Chain
Melanie Swan8.3K views
China Next-generation Unicorn Startups by Melanie Swan
China Next-generation Unicorn StartupsChina Next-generation Unicorn Startups
China Next-generation Unicorn Startups
Melanie Swan597 views
Philosophy of Deep Learning by Melanie Swan
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep Learning
Melanie Swan1.3K views
Deep Learning Explained: The future of Artificial Intelligence and Smart Netw... by Melanie 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...
Melanie Swan3.9K views
Blockchain Payment Channels Explained by Melanie Swan
Blockchain Payment Channels ExplainedBlockchain Payment Channels Explained
Blockchain Payment Channels Explained
Melanie Swan3.7K views
Global Future of Blockchain by Melanie Swan
Global Future of Blockchain Global Future of Blockchain
Global Future of Blockchain
Melanie Swan1.2K views
Blockchain Smartnetworks by Melanie Swan
Blockchain Smartnetworks Blockchain Smartnetworks
Blockchain Smartnetworks
Melanie Swan5K views
Philosophy of Deep Learning by Melanie Swan
Philosophy of Deep LearningPhilosophy of Deep Learning
Philosophy of Deep Learning
Melanie Swan5.3K views
Blockchain Singularities by Melanie Swan
Blockchain SingularitiesBlockchain Singularities
Blockchain Singularities
Melanie Swan3.8K views

More from Melanie Swan

AI Science by
AI Science AI Science
AI Science Melanie Swan
68 views71 slides
AI Math Agents by
AI Math AgentsAI Math Agents
AI Math AgentsMelanie Swan
83 views90 slides
Quantum Intelligence: Responsible Human-AI Entities by
Quantum Intelligence: Responsible Human-AI EntitiesQuantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI EntitiesMelanie Swan
93 views58 slides
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity by
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
18 views21 slides
AdS Biology and Quantum Information Science by
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information ScienceMelanie Swan
100 views152 slides
Space Humanism by
Space HumanismSpace Humanism
Space HumanismMelanie Swan
37 views21 slides

More from Melanie Swan(20)

Quantum Intelligence: Responsible Human-AI Entities by Melanie Swan
Quantum Intelligence: Responsible Human-AI EntitiesQuantum Intelligence: Responsible Human-AI Entities
Quantum Intelligence: Responsible Human-AI Entities
Melanie Swan93 views
The Human-AI Odyssey: Homerian Aspirations towards Non-labor Identity by Melanie Swan
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
Melanie Swan18 views
AdS Biology and Quantum Information Science by Melanie Swan
AdS Biology and Quantum Information ScienceAdS Biology and Quantum Information Science
AdS Biology and Quantum Information Science
Melanie Swan100 views
Quantum Information Science and Quantum Neuroscience.ppt by Melanie Swan
Quantum Information Science and Quantum Neuroscience.pptQuantum Information Science and Quantum Neuroscience.ppt
Quantum Information Science and Quantum Neuroscience.ppt
Melanie Swan105 views
Critical Theory of Silence by Melanie Swan
Critical Theory of SilenceCritical Theory of Silence
Critical Theory of Silence
Melanie Swan555 views
Quantum-Classical Reality by Melanie Swan
Quantum-Classical RealityQuantum-Classical Reality
Quantum-Classical Reality
Melanie Swan35 views
Derrida-Hegel: Différance-Difference by Melanie Swan
Derrida-Hegel: Différance-DifferenceDerrida-Hegel: Différance-Difference
Derrida-Hegel: Différance-Difference
Melanie Swan137 views
Blockchains in Space by Melanie Swan
Blockchains in SpaceBlockchains in Space
Blockchains in Space
Melanie Swan127 views
Complexity and Quantum Information Science by Melanie Swan
Complexity and Quantum Information ScienceComplexity and Quantum Information Science
Complexity and Quantum Information Science
Melanie Swan36 views
Quantum Blockchains by Melanie Swan
Quantum BlockchainsQuantum Blockchains
Quantum Blockchains
Melanie Swan1.1K views
Quantum Neuroscience: CRISPR for Alzheimer’s, Connectomes & Quantum BCIs by Melanie Swan
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
Melanie Swan621 views
Art Theory: Two Cultures Synthesis of Art and Science by Melanie Swan
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
Melanie Swan469 views
Quantum Computing Lecture 1: Basic Concepts by Melanie Swan
Quantum Computing Lecture 1: Basic ConceptsQuantum Computing Lecture 1: Basic Concepts
Quantum Computing Lecture 1: Basic Concepts
Melanie Swan1K views

Recently uploaded

Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueShapeBlue
147 views20 slides
State of the Union - Rohit Yadav - Apache CloudStack by
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStackShapeBlue
218 views53 slides
Network Source of Truth and Infrastructure as Code revisited by
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
49 views45 slides
Uni Systems for Power Platform.pptx by
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptxUni Systems S.M.S.A.
60 views21 slides
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineShapeBlue
154 views19 slides
Business Analyst Series 2023 - Week 4 Session 7 by
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7DianaGray10
110 views31 slides

Recently uploaded(20)

Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue147 views
State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue218 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue154 views
Business Analyst Series 2023 - Week 4 Session 7 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
DianaGray10110 views
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... by ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue59 views
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive by Network Automation Forum
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLiveAutomating a World-Class Technology Conference; Behind the Scenes of CiscoLive
Automating a World-Class Technology Conference; Behind the Scenes of CiscoLive
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... by James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson142 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue74 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue114 views
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue by ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue68 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue128 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue134 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue81 views
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT by ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue138 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software373 views
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue by ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlueCloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
ShapeBlue63 views

Future of AI: Blockchain & Deep Learning

  • 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!