SlideShare a Scribd company logo
Deep Learning
1 Preferred Infrastructure
(@unnonouno)
2015/06/04 PFI
!  1
! 
! 
NLP 12014-
NLP 1YANS
!  YANS 19
!  140
! 
! 
!  YANS 13
! 
!  "
Knowledge Representation
1.
3.
4.
2.
1.
3.
4.
2.
1.
3.
4.
2.
RNN
Recurrent Neural Network Language Model
(RNNLM) [Mikolov+10]
!  RNN
! 
! 
!  LSTM
Long Short-Term Memory (LSTM)
! 
! 
1
! 
RNN1LSTM
! 
! 
! 
! 
argmaxy P(y|x) = argmaxy P(x|y) P(y)
1.
3.
4.
2.
[ 15]
! 
1
!  -‐‑‒
-‐‑‒ [ 15]
!  Pydata Tokyo
1.
3.
4.
2.
-‐‑‒
! 
! 
! 
Knowledge Representation
!  EMNLP2014 Bordes Weston
1 part 2 [Bordes&Weston14]
!  [
15]
Q: Deep Learning
Representation Learning
-‐‑‒
A: Deep
推論を導けるような知識の表現、およびその方法
を開発する人工知能研究の領域である。
! 
! 
!  1
1
!  2 t t 3
!  t t
!  RDF
(x, r, y)
x yr
1Knowledge Base
!  New York NY
! 
!  t t
!  t t
!  t t
-‐‑‒
! 
-‐‑‒
NLP
!  {(xi, ri, yi)}:
!  x, y: t t
!  r: t t
!  x, y
!  r
! 
! 
1
argmax ∑i f(xi, ri, yi)
Distance model (Structured Embedding) [Bordes
+11]
!  e
!  Rleft, Rright
! 
!  f
f(x, r, y) = || Rleft(r) e(x) – Rright(r) e(y) ||1
TransE model [Brodes+13]
!  r r
! 
f(x, r, y) = || e(x) + r – e(y) ||2
2
TransE model
x
y
r
TransE model
1 TransE
!  TransM:
!  TransH:
TransM model [Fan+14]
!  r
!  wr r x, y
f(x, r, y) = wr|| e(x) + r – e(y) ||2
2
TransH model [Wang+14]
!  TransE
Bilinear model
!  r
! 
f(x, r, y) = e(x)T Wr e(y)
Neural Tensor Network (NTN) [Socher+13]
f(x, r, y) = ur tanh(e(x)Wre(y)
+ V1
r e(x) + V2
r e(y) + br)
!  r
! 
[Yang+15]
!  2
! 
Bilinear
Q:
-‐‑‒
A: [Nickel+11]
Link prediction
!  t t 1
!  QA
!  -‐‑‒
!  t t
(e1, r, e2) (e1, r, ? )
TransH
TransE
[Bordes&Weston14]
! 
! 
[Weston+13]
!  x y r
! 
[Bordes&Weston14]
[Weston+13]
! 
! 
-‐‑‒
[Bordes&Weston14]
[Bordes&Weston14]
Link prediction 1QA
!  Link prediction
! 
QA [Bordes+14]
! 
!  q t
f(q) g(t)
!  f(q), g(t) q, t
Memory networks:
[Weston+15]
!  I: I(x)
!  G: mi = G(mi, I(x), m)
!  O: o = O(I(x), m)
!  R: r = R(o)
I:
O:
R:
G:
! 
! 
! 
! 
!  Deep
Learning -‐‑‒
-‐‑‒
! 
!  -‐‑‒
!  -‐‑‒
!  -‐‑‒
! 
!  factoid
!  -‐‑‒
! 
RNN [Peng&Yao15]
!  RNN
! 
! 
! 
! 
! 
! 
! 
! 
! 
「知識」のDeep Learning
1/4
!  [Mikolov+10] T. Mikolov, M. Karafiat, L. Burget, J. H. Cernocky, S.
Khudanpur.
Recurrent neural network based language model.
Interspeech 2010.
!  [ 15] .
.
2015.
!  [ 15] .
NLP Introduction based on Project Next NLP.
PyData.Tokyo Meetup #5, 2015.
!  [Bordes&Weston14] A. Bordes, J. Weston.
Embedding Methods for Natural Language Processing.
EMNLP2014 tutorial.
!  [ 15] .
.
JSAI 2015 .
2/4
!  [Bordes+11] A. Bordes, J. Weston, R. Collobert, Y. Bengio.
Learning structured embeddings of knowledge bases.
AAAI2011.
!  [Bordes+13] A. Bordes, N. Usunier, A. Garcia-Duran, J. Weston,
O. Yakhnenko.
Translating Embeddings for Modeling Multi-relational Data.
NIPS 2013.
!  [Fan+14] M. Fan, Q. Shou, E. Chang, T. F. Zheng.
Transition-based Knowledge Graph Embedding with Relational
Mapping Properties.
PACLIC 2014.
!  [Wang+14] Z. Wang, J. Zhang, J. Feng, Z. Chen.
Knowledge Graph Embedding by Translating on Hyperplanes.
AAAI 2014.
3/4
!  [Socher+13] R. Socher, D. Chen, C. D. Manning, A. Y. Ng.
Reasoning With Neural Tensor Networks for Knowledge Base
Completion.
NIPS 2013.
!  [Yang+15] B. Yang, W. Yih, X. He, J. Gao, L. Deng.
Embedding Entities and Relations for Learning and Inferenece
in Knowledge Bases.
ICLR 2015.
!  [Nickel+11] M. Nickel, V. Tresp, H. P. Kriegel.
A Three-Way Model for Collective Learning on Multi-Relational
Data.
ICML 2011.
4/4
!  [Bordes+14] A. Bordes, J. Weston, N. Usunier.
Open Question Answering with Weakly Supervised
Embedding Models.
ECML/PKDD 2014.
!  [Weston+15] J. Weston, S. Chopra, A. Bordes.
Memory Networks.
ICLR 2015.
!  [Peng&Yao15] B. Peng, K. Yao.
Recurrent Neural Networks with External Memory
for Language Understanding.
arXiv:1506.00195, 2015.

More Related Content

PDF
情報抽出入門 〜非構造化データを構造化させる技術〜
PDF
AHC-Lab M1勉強会 論文の読み方・書き方
PDF
Optunaを使ったHuman-in-the-loop最適化の紹介 - 2023/04/27 W&B 東京ミートアップ #3
PDF
ナレッジグラフとオントロジー
PDF
【メタサーベイ】数式ドリブン教師あり学習
PDF
ナレッジグラフ入門
PDF
東北大学 先端技術の基礎と実践_深層学習による画像認識とデータの話_菊池悠太
PDF
はじめてのKrylov部分空間法
情報抽出入門 〜非構造化データを構造化させる技術〜
AHC-Lab M1勉強会 論文の読み方・書き方
Optunaを使ったHuman-in-the-loop最適化の紹介 - 2023/04/27 W&B 東京ミートアップ #3
ナレッジグラフとオントロジー
【メタサーベイ】数式ドリブン教師あり学習
ナレッジグラフ入門
東北大学 先端技術の基礎と実践_深層学習による画像認識とデータの話_菊池悠太
はじめてのKrylov部分空間法

What's hot (20)

PDF
機械学習モデルの判断根拠の説明
PDF
協調フィルタリング入門
PDF
単語の分散表現と構成性の計算モデルの発展
PDF
Word2vecの並列実行時の学習速度の改善
PDF
SSII2020TS: 機械学習モデルの判断根拠の説明​ 〜 Explainable AI 研究の近年の展開 〜​
PDF
cvpaper.challenge 研究効率化 Tips
PDF
機械学習モデルの判断根拠の説明(Ver.2)
PDF
【DL輪読会】"Secrets of RLHF in Large Language Models Part I: PPO"
PDF
【メタサーベイ】基盤モデル / Foundation Models
PDF
Active Learning 入門
PDF
ゼロから始める転移学習
PDF
工学系大学4年生のための論文の読み方
PDF
[part 1]ナレッジグラフ推論チャレンジ・Tech Live!
PDF
[DL輪読会]Learning Transferable Visual Models From Natural Language Supervision
PDF
オントロジーとは?
PDF
SSII2019OS: 深層学習にかかる時間を短くしてみませんか? ~分散学習の勧め~
PDF
Pythonではじめるロケーションデータ解析
PDF
NLP2023 緊急パネル:ChatGPTで自然言語処理は終わるのか? 説明スライド
PPTX
[DL輪読会]モデルベース強化学習とEnergy Based Model
PPTX
【DL輪読会】DiffRF: Rendering-guided 3D Radiance Field Diffusion [N. Muller+ CVPR2...
機械学習モデルの判断根拠の説明
協調フィルタリング入門
単語の分散表現と構成性の計算モデルの発展
Word2vecの並列実行時の学習速度の改善
SSII2020TS: 機械学習モデルの判断根拠の説明​ 〜 Explainable AI 研究の近年の展開 〜​
cvpaper.challenge 研究効率化 Tips
機械学習モデルの判断根拠の説明(Ver.2)
【DL輪読会】"Secrets of RLHF in Large Language Models Part I: PPO"
【メタサーベイ】基盤モデル / Foundation Models
Active Learning 入門
ゼロから始める転移学習
工学系大学4年生のための論文の読み方
[part 1]ナレッジグラフ推論チャレンジ・Tech Live!
[DL輪読会]Learning Transferable Visual Models From Natural Language Supervision
オントロジーとは?
SSII2019OS: 深層学習にかかる時間を短くしてみませんか? ~分散学習の勧め~
Pythonではじめるロケーションデータ解析
NLP2023 緊急パネル:ChatGPTで自然言語処理は終わるのか? 説明スライド
[DL輪読会]モデルベース強化学習とEnergy Based Model
【DL輪読会】DiffRF: Rendering-guided 3D Radiance Field Diffusion [N. Muller+ CVPR2...
Ad

Viewers also liked (20)

PDF
言語と知識の深層学習@認知科学会サマースクール
PPTX
[Dl輪読会]A simple neural network module for relational reasoning
PDF
最先端NLP勉強会 “Learning Language Games through Interaction” Sida I. Wang, Percy L...
PDF
自然言語処理@春の情報処理祭
PDF
ピーFIの研究開発現場
PDF
Chainerのテスト環境とDockerでのCUDAの利用
PDF
企業における自然言語処理技術利用の最先端
PDF
20170419PFNオープンハウス リサーチャーの仕事_公開用
PDF
Gatsby kaken-2017-pfn okanohara
PDF
NIP2015読み会「End-To-End Memory Networks」
PDF
aiconf2017okanohara
PDF
IPAB2017 深層学習を使った新薬の探索から創造へ
PDF
Chainerの使い方と 自然言語処理への応用
PDF
GPU上でのNLP向け深層学習の実装について
PDF
20170419PFNオープンハウス R&D
PDF
子供の言語獲得と機械の言語獲得
PDF
Ibis2016okanohara
PDF
予測型戦略を知るための機械学習チュートリアル
PDF
実世界の人工知能@DeNA TechCon 2017
PPTX
エッジヘビーコンピューティングと機械学習
言語と知識の深層学習@認知科学会サマースクール
[Dl輪読会]A simple neural network module for relational reasoning
最先端NLP勉強会 “Learning Language Games through Interaction” Sida I. Wang, Percy L...
自然言語処理@春の情報処理祭
ピーFIの研究開発現場
Chainerのテスト環境とDockerでのCUDAの利用
企業における自然言語処理技術利用の最先端
20170419PFNオープンハウス リサーチャーの仕事_公開用
Gatsby kaken-2017-pfn okanohara
NIP2015読み会「End-To-End Memory Networks」
aiconf2017okanohara
IPAB2017 深層学習を使った新薬の探索から創造へ
Chainerの使い方と 自然言語処理への応用
GPU上でのNLP向け深層学習の実装について
20170419PFNオープンハウス R&D
子供の言語獲得と機械の言語獲得
Ibis2016okanohara
予測型戦略を知るための機械学習チュートリアル
実世界の人工知能@DeNA TechCon 2017
エッジヘビーコンピューティングと機械学習
Ad

Similar to 「知識」のDeep Learning (20)

PDF
大規模データ時代に求められる自然言語処理 -言語情報から世界を捉える-
PPTX
Morphological Analyzer and Generator for Tamil Language
PDF
JALT Spreading the good word: Introducing the Vocabulary SIG:flyer & program ...
PPTX
introduction to Natural Language Processing
DOCX
Nlp final
PDF
Symbol Emergence in Robotics: Language Acquisition via Real-world Sensorimoto...
DOCX
CALL (computer Assisted Language)
PDF
Hidden markov model based part of speech tagger for sinhala language
PPTX
Warnikchow - SAIT - 0529
PDF
saito22research_talk_at_NUS
PDF
K AMBA P ART O F S PEECH T AGGER U SING M EMORY B ASED A PPROACH
PDF
Jalt 2012...spreading it...vocab sig presentation event...flyer & program final
PDF
NLP in artificial intelligence .pdf
PPTX
Accent conversion using Deep neural network
PDF
Myanmar named entity corpus and its use in syllable-based neural named entity...
PDF
Inferring Cognitive States from Multimodal Measures in Information Science
PDF
NOVA Data Science Meetup 1/19/2017 - Presentation 2
PDF
Relc lecture makoto ikeda
PDF
Natural language processing module 1 chapter 1
PPTX
Natural Language Processing
大規模データ時代に求められる自然言語処理 -言語情報から世界を捉える-
Morphological Analyzer and Generator for Tamil Language
JALT Spreading the good word: Introducing the Vocabulary SIG:flyer & program ...
introduction to Natural Language Processing
Nlp final
Symbol Emergence in Robotics: Language Acquisition via Real-world Sensorimoto...
CALL (computer Assisted Language)
Hidden markov model based part of speech tagger for sinhala language
Warnikchow - SAIT - 0529
saito22research_talk_at_NUS
K AMBA P ART O F S PEECH T AGGER U SING M EMORY B ASED A PPROACH
Jalt 2012...spreading it...vocab sig presentation event...flyer & program final
NLP in artificial intelligence .pdf
Accent conversion using Deep neural network
Myanmar named entity corpus and its use in syllable-based neural named entity...
Inferring Cognitive States from Multimodal Measures in Information Science
NOVA Data Science Meetup 1/19/2017 - Presentation 2
Relc lecture makoto ikeda
Natural language processing module 1 chapter 1
Natural Language Processing

More from Yuya Unno (18)

PDF
深層学習で切り拓くパーソナルロボットの未来
PDF
深層学習時代の 自然言語処理ビジネス
PDF
ベンチャー企業で言葉を扱うロボットの研究開発をする
PDF
PFNにおける セミナー活動
PDF
深層学習フレームワーク Chainerとその進化
PDF
進化するChainer
PDF
深層学習による機械とのコミュニケーション
PDF
Chainer, Cupy入門
PDF
深層学習フレームワークChainerの特徴
PDF
Chainer入門と最近の機能
PDF
深層学習時代の自然言語処理
PDF
EMNLP2014読み会 "Efficient Non-parametric Estimation of Multiple Embeddings per ...
PDF
企業における自然言語処理技術の活用の現場(情報処理学会東海支部主催講演会@名古屋大学)
PDF
表現学習時代の生成語彙論ことはじめ
PDF
形態素列パターンマッチャー MIURAをつくりました @DSIRNLP#6
PDF
ACL読み会@PFI “How to make words with vectors: Phrase generation in distributio...
PDF
Jubatusにおける機械学習のテスト@MLCT
PDF
Statistical Semantic入門 ~分布仮説からword2vecまで~
深層学習で切り拓くパーソナルロボットの未来
深層学習時代の 自然言語処理ビジネス
ベンチャー企業で言葉を扱うロボットの研究開発をする
PFNにおける セミナー活動
深層学習フレームワーク Chainerとその進化
進化するChainer
深層学習による機械とのコミュニケーション
Chainer, Cupy入門
深層学習フレームワークChainerの特徴
Chainer入門と最近の機能
深層学習時代の自然言語処理
EMNLP2014読み会 "Efficient Non-parametric Estimation of Multiple Embeddings per ...
企業における自然言語処理技術の活用の現場(情報処理学会東海支部主催講演会@名古屋大学)
表現学習時代の生成語彙論ことはじめ
形態素列パターンマッチャー MIURAをつくりました @DSIRNLP#6
ACL読み会@PFI “How to make words with vectors: Phrase generation in distributio...
Jubatusにおける機械学習のテスト@MLCT
Statistical Semantic入門 ~分布仮説からword2vecまで~

Recently uploaded (20)

PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Network Security Unit 5.pdf for BCA BBA.
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Approach and Philosophy of On baking technology
PDF
Advanced IT Governance
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Electronic commerce courselecture one. Pdf
Unlocking AI with Model Context Protocol (MCP)
Network Security Unit 5.pdf for BCA BBA.
The AUB Centre for AI in Media Proposal.docx
Approach and Philosophy of On baking technology
Advanced IT Governance
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
NewMind AI Monthly Chronicles - July 2025
Reach Out and Touch Someone: Haptics and Empathic Computing
Empathic Computing: Creating Shared Understanding
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
Review of recent advances in non-invasive hemoglobin estimation
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....

「知識」のDeep Learning