SlideShare a Scribd company logo
1 of 16
Download to read offline
ニューラル日本語固有表現認識に
おける格フレームの有効性検証
筑波大学
山宗一 駒田拓也 乾孝司
1
研究背景
lニューラルNER
l近年、NERに対してLSTMやBERT等の
ニューラルネットワークモデルの研究開発が盛ん
lモデル設計の柔軟さを生かして
入力文書以外の外部情報を特徴量として使用
l例:文書の添付画像も使い性能向上(Lu et al.2018)
2
Lu, Di, et al. "Visual attention model for name tagging in
multimodal social media." Proceedings of the 56th Annual
Meeting of the Association for Computational Linguistics
(Volume 1: Long Papers). 2018.
研究目的
l 「行く」と助詞「へ」で繋がれる名詞は場所を表してそう
3
太郎は朝9時に へ自転車で行く
人名 時間
場所
筑波大学
つくば駅
買い物
l 外部情報として格フレーム情報をニューラルNERモデル
に組み込み、有効性を検証
京大格フレーム*1
l 述語とそれに関係する名詞を述語の各用法ごと
に整理したもの
l Webテキストから自動構築
4
行く/いく_動3
ガ格 デ格 ヘ格
…
子供 60 車 48 学校 17,735
私 18 足 38 病院 15,902
子 12 自転車 37 大学 3,146
… … …
子供 が 自転車 で 学校 へ行く
ガ格 デ格 ヘ格
*1 http://nlp.ist.i.kyoto-u.ac.jp/index.php
ベースラインモデル:
Bi-LSTM-CRF(Misawa et al. 2017)
l NERで多く採用されている
基本的なニューラルNERモデル
l 文脈から予測を行うことができる
l 文字と単語を同時に考慮
5
Shotaro Misawa, Motoki Taniguchi, Yasuhide Miura,
and Tomoko Ohkuma. Character-based bidirectional lstm-crf
with words and characters for japanese named entity
recognition. In Proceedings of the First Workshop on Subword
and Character Level Models in NLP, pp. 97‒102, 2017.
提案手法
l ベースラインモデルに格フレーム情報を組み込む
1. 格フレーム情報をMVCベクトルに変換
2. MVCを取り込む対象の決定
3. Modulation GateでMVCをモデルに取り込む
l LSTMの入力前(前側挿入)
l LSTMの出力後(後側挿入)
l LSTMの前後(両側挿入)
6
両側挿入モデル→
格フレーム内平均ベクトル
(MVC)(山城ら 2019)
l 格フレームの情報を格要素ごとにベクトル化
7
行く/いく_動3
ヘ格
学校 17,735
病院 15,902
大学 3,146
…
𝑐𝑓#
$
(𝑐):
述語𝑝、格𝑐、𝑙番目の格フレーム
𝑊*+,
-
(*):
𝑐𝑓#
$
(𝑐)に含まれる名詞群
𝑐𝑜𝑢𝑛𝑡(𝑐𝑓#
$
, 𝑐, 𝑤):
𝑐𝑓#
$
(𝑐)に含まれる名詞𝑤の出現頻度
𝝓5:
名詞𝑤の単語ベクトル
山城颯太,西川仁,徳永健伸.大規模格フレームによる
解候補削減を用いたニューラルネットゼロ照応解析.
自然言語処理, Vol. 26, No. 2, pp. 509‒536, 2019.
MVCを取り込む対象
北イタリアのラベンナに住むごく普通の市民
8
MVC付与無し 住む_ニ格 住む_ガ格
普通だ_ガ格
l 格解析を実行し、格フレームを参照する名詞を決定
l 例:MVCが与えられるのはラベンナと市民
l 北イタリアにはゼロベクトル
l 複数の格関係が対応するとき(上の例:市民)
l 直接係り受けがある?格は明示されてる?
l ↑同じなら、先に出てきたものを優先
Modulation Gate(Lu et al.2018)
l テキスト情報と外部情報を組み合わせる
l 入力:j番目のテキスト情報 𝒉7
対応する外部情報 𝒗7
l 出力:9
𝒉7
9
Di Lu, Leonardo Neves, Vitor Carvalho, Ning Zhang,
and Heng Ji. Visual attention model for name tagging in
multimodal social media. In Proceedings of the 56th
Annual
Meeting of the Association for Computational Linguistics
(Volume1:LongPapers), pp. 1990‒1999, 2018.
データセット
l 拡張固有表現タグ付きコーパス(橋本ら 2010)
l 新聞、白書、Webテキストなど様々なジャンル
l 文書数:およそ9,000
l 固有表現クラス
l 上記コーパスで頻出の6種類を使用
l 固有表現数:36万
10
Train Dev Test All
文書数 7,383 901 900 9,184
PRODUCT 76,956 10,130 9,631 96,717
NUMBER 60,469 6,633 7,876 74,978
LOCATION 45,601 5,704 5,207 56,512
TIME 43,001 5,354 5,477 53,832
ORGNIZATION 34,774 4,115 4,028 42,917
PERSON 32,844 4,297 3,989 41,130
ALL 293,645 36,233 36,208 366,086
評価実験
l分かち書き
lJuman++
l格解析
lKNP
l単語と文字の分散表現
lGloVe(Pennington et al.2014)を用いて作成
lモデルパラメータ
l(Misawa et al.2017)と同じ
11
LSTM unit 300
Word embedding 500
Char embedding 50
Batch size 60
Learning rate 0.001
Optimization Adam
実験結果(1/2)
l 後側挿入が最も性能(F1値)が高かった
l LSTMの入力前にMVCを入れると性能低下
12
F1値に対する文書単位に並べ替えを行う並べ替え検定で
後側挿入とベースラインは有意水準0.01で有意差
実験結果(2/2)
13
上手く予測できなかった例
上手く予測できた例
考察
l MVC付与の有無に注目
l どちらの手法もMVC付与有りの方が性能が高かった
l 述語と格関係がある事例の方が予測がしやすい
l MVC付与無しLOCのみ性能低下
l LOCのMVC付与率が低いことと関係あり?
14
北イタリアのラベンナに住む
ごく普通の市民
MVC付与無し:北イタリア
MVC付与有り:ラベンナ
(住む_ニ格)
MVC無しLOCの例
15
2年前の世界選手権(カナダ・ハミルトン)で、
(省略)を獲得した日本がお家芸の座を守れるか。
米国向けの輸出割合が(省略)まで低下している
一方で…
まとめ
l格フレーム情報(MVC)を用いた
固有表現認識を行った
lLSTMの後方にMVCを組み込むことで
ベースラインの性能を超えた
l今後はTransformer系のモデルを
ベースラインとして検証を行う
16

More Related Content

Similar to ニューラルNERにおける格フレームの有効性

Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...
Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...
Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...kevig
 
Machine Learning - Intro & Applications .pptx
Machine Learning - Intro & Applications .pptxMachine Learning - Intro & Applications .pptx
Machine Learning - Intro & Applications .pptxssuserf3aa89
 
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...Jawad Haqbeen
 
A Simple Information Retrieval Technique
A Simple Information Retrieval TechniqueA Simple Information Retrieval Technique
A Simple Information Retrieval Techniqueidescitation
 
Human Being Character Analysis from Their Social Networking Profiles
Human Being Character Analysis from Their Social Networking ProfilesHuman Being Character Analysis from Their Social Networking Profiles
Human Being Character Analysis from Their Social Networking ProfilesBiswaranjan Samal
 
MS-Word.doc
MS-Word.docMS-Word.doc
MS-Word.docbutest
 
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜 [DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜 Deep Learning JP
 
SATANJEEV BANERJEE
SATANJEEV BANERJEESATANJEEV BANERJEE
SATANJEEV BANERJEEbutest
 
A study on the approaches of developing a named entity recognition tool
A study on the approaches of developing a named entity recognition toolA study on the approaches of developing a named entity recognition tool
A study on the approaches of developing a named entity recognition tooleSAT Publishing House
 
Toward a news data science
Toward a news data scienceToward a news data science
Toward a news data scienceDaemin Park
 
NLP applicata a LIS
NLP applicata a LISNLP applicata a LIS
NLP applicata a LISnoemiricci2
 
A Review Of Text Mining Techniques And Applications
A Review Of Text Mining Techniques And ApplicationsA Review Of Text Mining Techniques And Applications
A Review Of Text Mining Techniques And ApplicationsLisa Graves
 
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender System
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender SystemEvaluating Explainable Interfaces for a Knowledge Graph-Based Recommender System
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender SystemErasmo Purificato
 
How to write a scientific paper
How to write a scientific paperHow to write a scientific paper
How to write a scientific paperkusuma byrapur
 
The Conclusion for sigir 2011
The Conclusion for sigir 2011The Conclusion for sigir 2011
The Conclusion for sigir 2011Yueshen Xu
 
Possibility of interdisciplinary research software engineering and
Possibility of interdisciplinary research software engineering andPossibility of interdisciplinary research software engineering and
Possibility of interdisciplinary research software engineering andNakul Sharma
 
Introduction To Critical Enquiry Research
Introduction To Critical Enquiry ResearchIntroduction To Critical Enquiry Research
Introduction To Critical Enquiry ResearchTerry Flew
 
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...An Investigation Into Visual Language In PowerPoint Presentations In Applied ...
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...Amanda Moore
 

Similar to ニューラルNERにおける格フレームの有効性 (20)

Research 36. How to Write Significance. Code.601.pptx
Research 36. How to Write Significance.  Code.601.pptxResearch 36. How to Write Significance.  Code.601.pptx
Research 36. How to Write Significance. Code.601.pptx
 
Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...
Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...
Top 5 MOST VIEWED LANGUAGE COMPUTING ARTICLE - International Journal on Natur...
 
Machine Learning - Intro & Applications .pptx
Machine Learning - Intro & Applications .pptxMachine Learning - Intro & Applications .pptx
Machine Learning - Intro & Applications .pptx
 
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...
TS1-3: Yang Yu from Japan Advanced Institute of Science and Technology & Dali...
 
A Simple Information Retrieval Technique
A Simple Information Retrieval TechniqueA Simple Information Retrieval Technique
A Simple Information Retrieval Technique
 
Human Being Character Analysis from Their Social Networking Profiles
Human Being Character Analysis from Their Social Networking ProfilesHuman Being Character Analysis from Their Social Networking Profiles
Human Being Character Analysis from Their Social Networking Profiles
 
MS-Word.doc
MS-Word.docMS-Word.doc
MS-Word.doc
 
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜 [DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜
[DL輪読会]マルチエージェント強化学習と⼼の理論 〜Hanabiゲームにおけるベイズ推論を⽤いたマルチエージェント 強化学習⼿法〜
 
SATANJEEV BANERJEE
SATANJEEV BANERJEESATANJEEV BANERJEE
SATANJEEV BANERJEE
 
A study on the approaches of developing a named entity recognition tool
A study on the approaches of developing a named entity recognition toolA study on the approaches of developing a named entity recognition tool
A study on the approaches of developing a named entity recognition tool
 
Toward a news data science
Toward a news data scienceToward a news data science
Toward a news data science
 
NLP applicata a LIS
NLP applicata a LISNLP applicata a LIS
NLP applicata a LIS
 
104 final submission
104 final submission104 final submission
104 final submission
 
A Review Of Text Mining Techniques And Applications
A Review Of Text Mining Techniques And ApplicationsA Review Of Text Mining Techniques And Applications
A Review Of Text Mining Techniques And Applications
 
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender System
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender SystemEvaluating Explainable Interfaces for a Knowledge Graph-Based Recommender System
Evaluating Explainable Interfaces for a Knowledge Graph-Based Recommender System
 
How to write a scientific paper
How to write a scientific paperHow to write a scientific paper
How to write a scientific paper
 
The Conclusion for sigir 2011
The Conclusion for sigir 2011The Conclusion for sigir 2011
The Conclusion for sigir 2011
 
Possibility of interdisciplinary research software engineering and
Possibility of interdisciplinary research software engineering andPossibility of interdisciplinary research software engineering and
Possibility of interdisciplinary research software engineering and
 
Introduction To Critical Enquiry Research
Introduction To Critical Enquiry ResearchIntroduction To Critical Enquiry Research
Introduction To Critical Enquiry Research
 
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...An Investigation Into Visual Language In PowerPoint Presentations In Applied ...
An Investigation Into Visual Language In PowerPoint Presentations In Applied ...
 

More from Takashi Inui

Twitter 投稿における定性的時間表現の使用時刻分布調査
Twitter 投稿における定性的時間表現の使用時刻分布調査Twitter 投稿における定性的時間表現の使用時刻分布調査
Twitter 投稿における定性的時間表現の使用時刻分布調査Takashi Inui
 
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデルTakashi Inui
 
新聞記事中の地名に対する地理的位置推定における有効な素性の調査
新聞記事中の地名に対する地理的位置推定における有効な素性の調査新聞記事中の地名に対する地理的位置推定における有効な素性の調査
新聞記事中の地名に対する地理的位置推定における有効な素性の調査Takashi Inui
 
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name Recognition
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name RecognitionAn Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name Recognition
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name RecognitionTakashi Inui
 
バースト検知手法を用いた桜の見頃推定
バースト検知手法を用いた桜の見頃推定バースト検知手法を用いた桜の見頃推定
バースト検知手法を用いた桜の見頃推定Takashi Inui
 
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...Takashi Inui
 

More from Takashi Inui (6)

Twitter 投稿における定性的時間表現の使用時刻分布調査
Twitter 投稿における定性的時間表現の使用時刻分布調査Twitter 投稿における定性的時間表現の使用時刻分布調査
Twitter 投稿における定性的時間表現の使用時刻分布調査
 
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル
地理的知識グラフを取り込んだニューラル文書ジオロケーションモデル
 
新聞記事中の地名に対する地理的位置推定における有効な素性の調査
新聞記事中の地名に対する地理的位置推定における有効な素性の調査新聞記事中の地名に対する地理的位置推定における有効な素性の調査
新聞記事中の地名に対する地理的位置推定における有効な素性の調査
 
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name Recognition
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name RecognitionAn Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name Recognition
An Element-wise Visual-enhanced BiLSTM-CRF Model for Location Name Recognition
 
バースト検知手法を用いた桜の見頃推定
バースト検知手法を用いた桜の見頃推定バースト検知手法を用いた桜の見頃推定
バースト検知手法を用いた桜の見頃推定
 
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...
ILP-based Opinion Sentence Extraction from User Reviews for Question DB Const...
 

Recently uploaded

VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationBoston Institute of Analytics
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxTanveerAhmed817946
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknowmakika9823
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...Suhani Kapoor
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...shivangimorya083
 

Recently uploaded (20)

VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
Predicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project PresentationPredicting Employee Churn: A Data-Driven Approach Project Presentation
Predicting Employee Churn: A Data-Driven Approach Project Presentation
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
Digi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptxDigi Khata Problem along complete plan.pptx
Digi Khata Problem along complete plan.pptx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service LucknowAminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
Aminabad Call Girl Agent 9548273370 , Call Girls Service Lucknow
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
VIP High Class Call Girls Bikaner Anushka 8250192130 Independent Escort Servi...
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
Full night 🥵 Call Girls Delhi New Friends Colony {9711199171} Sanya Reddy ✌️o...
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 

ニューラルNERにおける格フレームの有効性