More Related Content
What's hot (19)
PPTX
クラウドプロジェクトチームコンセプト明平 吉本
PPTX
パブリッククラウド活用コンセプト明平 吉本
PDF
ブロックチェーン同士をつなげたトークンエコノミーの実現 —-ConnectionChainとHyperledger CACTUS | 藤本 真吾 blockchainexe
PPTX
Lightningエコシステムの最前線@HashHub Conference 2018takayaimai
PDF
分散型社会にて信頼できるトレーサビリティを実現するChain Data Lineage | 西間木 哲blockchainexe
Similar to EXE #3: AIを協力して作成するDapp (20)
PDF
【Innovation Hub株式会社】AI・DXオンライン講座のご案内資料.ktaketsuki
PDF
Data Science Workshop 「クリエイティブAI」で新たな価値を創造するMasaya Mori
PDF
オンライン講座を利用して機械学習・人工知能・ データ分析の最適な学び方を学ぶ講座munjapan
PDF
[四国クラウドお遍路 2024 in 高知] Generative AI with AWSnishidax
More from blockchainexe (20)
PDF
NFTを活用したマーケティング手法と効果について | ブロックチェーン事業部 マーケティングマネージャー 佐野由生子blockchainexe
PDF
LINEが展開する国内外のマーケットプレイスの仕組みについて | ブロックチェーン企画運営チーム LINE NFT プロジェクトマネージャー 栗原俊幸blockchainexe
PDF
ブロックチェーン市場の動きとLINEのブロックチェーン事業の現状と課題について | ブロックチェーン事業部 事業部長 上遠野大輔blockchainexe
PDF
エンタープライズブロックチェーンの可能性と最新動向(石井敦 | Enterprise Ethereum Alliance 日本支部代表)blockchainexe
PDF
資産性ミリオンアーサーを通して語るNFT事業の取り組み事例 (畑圭輔 | 株式会社スクウェア・エニックス ブロックチェーン・エンタテインメント事業部)blockchainexe
PDF
NFT・ブロックチェーン関連の法律的観点について | 永井幸輔(株式会社メルカリ 兼 株式会社メルコイン NFT新規事業開発マネージャー)blockchainexe
PDF
「パ・リーグ Exciting Moments β」とNFT事業について | 宮本 祐一(株式会社メルペイ・メルコイン PRマネージャー/株式会社メルカリ...blockchainexe
PDF
メルカリにおけるブロックチェーン技術の活用について | 伏見慎剛(株式会社メルカリ 執行役員 NFT担当 / 株式会社メルコイン 取締役)blockchainexe
PDF
DVP決済実現に向けた挑戦 | 世取山 進二(株式会社NTTデータ 金融事業推進部 デジタル戦略推進部 部長)blockchainexe
PDF
デジタル通貨・ステーブルコインが注目される今、インターオペラビリティが必要とされる理由 | 石川 大紀(株式会社Datachain 事業開発シニアマネー...blockchainexe
PDF
Cloud Satelliteで実現する分散クラウド時代のIBM Blockchain Platform Anywhereとエコシステム | 日本アイ・ビ...blockchainexe
PDF
IBM Blockchain Solutionを支えるIBM Blockchain Platform | 日本アイ・ビー・エム株式会社 栗村 彰吾blockchainexe
PDF
Blockchain EXE #1ブロックチェーン技術の可能性について解説|IBMコンサルティング・アーキテクト 平山毅blockchainexe
PDF
Blockchain EXE #16 分散型ネットワークを最大活用する為のパブリックとエンタープライズEthereumの動向|石黒一明 EEA Japan代表blockchainexe
PDF
Blockchain EXE #16:Hyperledger fabricの技術動向とファイナンシャルエンジニアリング視点でのトークンエコノミー|平山 毅...blockchainexe
PDF
Blockchain EXE #14:ブロックチェーンの健康医療分野での応用(水島 洋 | 国立保健医療科学院)blockchainexe
EXE #3: AIを協力して作成するDapp
- 8. AI Share Dappsの概要
Dapps Overview
• Dapps参加の各プレーヤーが貢献に応じてリワードが得
られるような枠組みを構成するコントラクト
• AIのユーザーは、usage basedでqueryに対してマイク
ロペイメントで課金される
• AIの成長履歴がコントラクトに書き込まれており、あと
から検証できる。
- 10. Players in the ecosystem
Dapps Overview
(3)Data Provider
(IoT/Human)
• データの提供者
• IoTデバイスや人
• n数は1千以上
(4)AITrainer
• 学習データから、
AIをトレーニング
する人
• n数は1-100
(1)Service
Provider
• 全体のグランドデザ
インをする
• モデルを動かすサー
ビスを提供
• n数は1
(2)Storage
Provider
• データを保存する
ストレージを提供
• nは1以上
*今回の実装では(1)と(2)は同じプレーヤーと想定
- 16. Solutions
Dapps Overview
(1) 報酬分配
コスト
Probabilistic Payment
多数のaddressからランダムで報酬を受け取れるaddressを選択すし、長期
で見ると均等にされてくるようにする。
(2) AIモデルの
登録コスト
Merkle Tree + Punishment
• データの提供者アドレスはマークルツリー構造で保持して、外部スト
レージに保時。ツリーのルートハッシュだけContractに記録。
• (1)で選ばれた人 (or デバイス) のアドレスをある程度信用できる誰か
(今回はサービスプロバイダー) がコントラクトにプッシュ。
• そのアドレスに不正があると判断した人は、正しいaddressとmerkle
proofを送り、チャレンジができる。Service Providerは不正した場合に、
罰を受ける。
Problem Solution
- 18. Dapps Overview
(2) Merkle Tree + Punishment
コントラクトコードを見せながら...
• Data Providerの
addressのリスト
• MerkleTreeは外部
ストレージに保存
• MerkleTreeの
ルートハッシュ
コントラクトに記録
Editor's Notes
- #4: https://ethereum.stackexchange.com/questions/872/what-is-the-cost-to-store-1kb-10kb-100kb-worth-of-data-into-the-ethereum-block
- #7: https://blog.bigchaindb.com/blockchains-for-big-data-from-data-audit-trails-to-a-universal-data-exchange-cf9956ec58ea
- #11: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #12: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #14: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
20 bytes 200kb = 0.2mb = 1000とか2000ETHとか
- #15: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #16: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #17: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #18: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
http://otlw.co/2016/06/29/random-in-ethereum.html
- #19: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #20: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html
- #21: https://bravenewcoin.com/news/blockchains-for-artificial-intelligence/
http://www.hypebot.com/hypebot/2015/08/the-failure-of-the-global-repertoire-database-effort-draft.html