SlideShare uma empresa Scribd logo
1 de 63
Baixar para ler offline
Deep Learning
and its Applica1on on
Speech Processing
Hung-yi	Lee
Spoken	
Content
Speech	
Recogni4on
Recogni4on	
Output
Speech	
Recogni,on
How	to	do	speech	recogni4on	with	
deep	learning?
Deep		
Learning
People imagine ……
This	is	not	true!
DNN	can	only	take	fixed-length	
vectors	as	input	and	output.
“大家好 我今天 ….”
DNN
Input	and	output	are	sequences	
with	different	lengths.
Recurrent Neural Network
x1
 x2
 x3
y1
y2
 y3
Wi
Wo
……
Wh
Wh
Wi
Wo
Wi
Wo
How	about	Recurrent	Neural	Network	(RNN)?
Recurrent Neural Network
好
 好
 好
Trimming	
棒
 棒
 棒
 棒
 棒
“好棒”
Why	can’t	it	be	
“好棒棒”
Input:
Output:
 (character	sequence)
(vector		
sequence
)
Problem?
How	about	Recurrent	Neural	Network	(RNN)?	
0.01s
Recurrent Neural Network
•  Connec4onist	Temporal	Classifica4on	(CTC)	[Alex	Graves,	
ICML’06][Alex	Graves,	ICML’14][Haşim	Sak,	Interspeech’15][Jie	Li,	
Interspeech’15][Andrew	Senior,	ASRU’15]	
好
 φ
 φ
 棒
 φ
 φ
 φ
 φ
 好
 φ
 φ
 棒
 φ
 棒
 φ
 φ
“好棒”
 “好棒棒”
Add	an	extra	symbol	
“φ”	represen4ng	“null”
Sequence-to-sequence Learning
•  Sequence	to	sequence	learning:	Both	input	and	output	are	
both	sequences	with	different	lengths.		
Containing	all	
informa4on	about	
input	uferance
……
……
“機器學習”
acous4c	feature	sequence	→	character	sequence
Sequence-to-sequence Learning
•  Sequence	to	sequence	learning:	Both	input	and	output	are	
both	sequences	with	different	lengths.		
……
……
“機器學習”
機
 習
器
 學
……
……
慣
 性
Don’t	know	when	to	stop
Sequence-to-sequence Learning
•  Sequence	to	sequence	learning:	Both	input	and	output	are	
both	sequences	with	different	lengths.		
……
……
“機器學習”
機
 習
器
 學
Add	a	symbol	“。 “	(句點)
[Ilya	Sutskever,	NIPS’14][Dzmitry	Bahdanau,	arXiv’15]
。
Spoken	
Content
Speech	
Recogni4on
Recogni4on	
Output
Retrieval	
Retrieval	
Result
Spoken	Content	
Retrieval
People think ……
l Transcribe spoken content into text by speech recognition
Speech
Recognition Models
Text
Retrieval
Result
Text
Retrieval
Query
 learner
l Use text retrieval approach to search the transcriptions
Spoken
Content
Black Box
People think ……
Spoken Content Retrieval
Speech Recognition
+
Text Retrieval
=
•  Good spoken content retrieval needs good speech recognition
system.
•  In real application, such high quality recognition models are
not available
•  Ex, YouTube
•  Different languages/accents
•  Different recording environments
•  Hope for spoken content retrieval
•  Don’t completely rely on accurate speech recognition
•  Accurate spoken content retrieval, even under poor speech
recognition
Problem?
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Retrieval	
Result
Spoken	Content	
Retrieval
¨  Is the cascading of speech recognition and text retrieval
the only solution of spoken content retrieval?
Beyond Cascading Speech
Recogni1on and Text Retrieval
•  5	direc4ons	
•  Modified	Speech	Recogni4on	for	Retrieval	Purposes	
•  Exploi4ng	Informa4on	not	present	in	ASR	outputs	
•  Directly	Matching	on	Acous4c	Level	without	ASR	
•  Seman4c	Retrieval	of	Spoken	Content	
•  Interac4ve	Retrieval	and	Efficient	Presenta4on	of	
Retrieved	Objects	
Overview	paper	"Spoken	Content	Retrieval	—Beyond	
Cascading	Speech	Recogni4on	with	Text	Retrieval"
http://speech.ee.ntu.edu.tw/~tlkagk/paper/Overview.pdf
Our Point
Spoken Content Retrieval
Speech Recognition
+
Text Retrieval
=
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Retrieval	
Result
Interac4on	
user
Interact	with	
Humans
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Seman4c	
Analysis	
Retrieval	
Result
Interac4on	
user
Seman,c	
Analysis
Unsupervised Learning
•  Machine	reads	lots	of	text	on	the	Internet	……
蔡英文 520宣誓就職
馬英九 520宣誓就職
蔡英文、馬英九 are	
something	very	similar
You	shall	know	a	word	
by	the	company	it	keeps
Seman1c Analysis
•  Let	machine	read	lots	of	documents.		
•  Each	word	is	represented	as	a	vector
dog
cat
rabbit
jump
run
flower
tree
Seman1c Analysis
•  Even	the	distances	between	the	vectors	have	some	
meaning.
Source:	hfp://
www.slideshare.net/hustwj/cikm-
keynotenov2014
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Seman4c	
Analysis	
Key	Term	
Extrac4on	
Retrieval	
Result
Interac4on	
user
Key	Term	
Extrac,on
[Interspeech	
2015]	
(with	沈昇勳)
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Seman4c	
Analysis	
Key	Term	
Extrac4on	
Retrieval	
Result
Interac4on	
user
Summariza,on
Summari-	
za4on
Speech Summariza1on
Retrieved
Audio File
Summary
Select the most informative
segments to form a compact version
1 hour long
10 minutes
Extrac've	Summaries	
Ref:	http://speech.ee.ntu.edu.tw/
~tlkagk/courses/MLDS_2015/
Structured%20Lecture/Summarization
%20Hidden_2.ecm.mp4/index.html
Speech Summariza1on
•  用自己的話寫 summary	(Abstrac4ve	Summaries)	
•  Machine	learns	to	do	abstrac4ve	summariza4on		
from	2,000,000	training	examples
,
, , , ,
; ……
Human
 Machine
台大電機系 盧柏儒、徐翊祥	
台大資工系 葉正杰、周儒杰
(助教:余朗祺)
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Seman4c	
Analysis	
Key	Term	
Extrac4on	
Summari-	
za4on	
Ques4on-
answering	
Retrieval	
Result
Interac4on	
user
question
answer
Ques,on	
Answering
Spoken	
Content
Speech	
Recogni4on
Beyond	
Cascading
?
Recogni4on	
Output
Retrieval	
Seman4c	
Analysis	
Key	Term	
Extrac4on	
Summari-	
za4on	
Ques4on-
answering	
Retrieval	
Result
Interac4on	
user
question
answer
Without	
Speech	
Recogni,on?
Outline
Very	Brief	Introduc4on	of	Deep	Learning
Towards	Machine	Comprehension		
of	Spoken	Content
•  Overview
•  Example	I:		Speech	Ques4on	Answering		
•  Example	II:	Interac4ve	Spoken	Content	Retrieval	
•  Example	III:	What	can	machine	learn	from	audio	
without	any	supervision
Speech Ques1on Answering 
•  Machine	answers	ques4ons	based	on	the	
informa4on	in	spoken	content
What	is	a	possible	origin	
of	Venus’	clouds?
………	answer
Speech Ques1on Answering 
•  TOEFL	Listening	Comprehension	Test	by	Machine	
•  Example:
Ques4on:	“	What	is	a	possible	origin	of	Venus’	clouds?	”	
Audio	Story:		
Choices:
(A) gases released as a result of volcanic activity
(B) chemical reactions caused by high surface temperatures
(C) bursts of radio energy from the plane's surface
(D) strong winds that blow dust into the atmosphere
(The	original	story	is	5	min	long.)
Simple Baselines
Accuracy	(%)
(1)
 (2)
 (3)
 (4)
 (5)
 (6)
 (7)
Naive	Approaches
random
(4)	選 seman4c	和其他
選項最像的選項 
(2)	select	the	shortest	
choice	as	answer
Experimental setup:
717 for training,
124 for validation, 122 for
testing
Supervised Learning
Accuracy	(%)
(1)
 (2)
 (3)
 (4)
 (5)
 (6)
 (7)
Memory	Network:	39.2%
Naive	Approaches
Interspeech	2016		
(with	曾柏翔)
(proposed	by	FB	AI	group)
Model Architecture
	“what	is	a	possible	
origin	of	Venus
Ques4on:
Ques4on	
Seman4cs
……	It	be	quite	possible	that	this	be	
due	to	volcanic	erup4on	because	
volcanic	erup4on	o{en	emit	gas.	If	
that	be	the	case	volcanism	could	very	
well	be	the	root	cause	of	Venus	's	
thick	cloud	cover.	And	also	we	have	
observe	burst	of	radio	energy	from	the	
planet	's	surface.	These	burst	be	
similar	to	what	we	see	when	volcano	
erupt	on	earth	……
Audio	Story:
Speech	
Recogni4on
Seman4c	
Analysis
Seman4c	
Analysis
Afen4on
(畫重點)
Answer
Select	the	choice	most	
similar	to	the	answer
Afen4on
Similar	to		
Memory	Network
Model Architecture
Word-based	Afen4on
Model Architecture
Sentence-based	Afen4on
(A)
(A)
 (A)
 (A)
 (A)
(B)
 (B)
 (B)
Supervised Learning
Accuracy	(%)
(1)
 (2)
 (3)
 (4)
 (5)
 (6)
 (7)
Memory	Network:	39.2%
Naive	Approaches
Word-based	Afen4on:	48.3%
Interspeech	2016		
(with	曾柏翔)
(proposed	by	FB	AI	group)
Outline
Very	Brief	Introduc4on	of	Deep	Learning
Towards	Machine	Comprehension		
of	Spoken	Content
•  Overview
•  Example	I:		Speech	Ques4on	Answering		
•  Example	II:	Interac4ve	Spoken	Content	Retrieval	
•  Example	III:	What	can	machine	learn	from	audio	
without	any	supervision
Interact with Users
•  Interac4ve	retrieval	is	helpful.
user
“深度學習”
和機器學習有關的
”深度學習” 嗎?
還是和教育有關的
”深度學習” 呢?
Audio is hard to browse
•  When	the	system	returns	the	retrieval	results,	user	
doesn’t	know	what	he/she	get	at	the	first	glance	
Retrieval Result
user
Spoken	Content	
Retrieval
Results
Spoken	
Content	
Interac,ve	
retrieval		
of	spoken	content	
query
Directly	showing	the	retrieval	results	is	
probably	not	a	good	idea.
user
Spoken	Content	
Retrieval
Results
Spoken	
Content	
Interac,ve	
retrieval		
of	spoken	content	
query
“Give me an example.”
“Is it relevant to XXX?”
“Can you give me another query?”
“Show the results.”
Given the current situation, which action should be taken?
……
user
Spoken	Content	
Retrieval
Results
Spoken	
Content	
Interac,ve	
retrieval		
of	spoken	content	
query
State	
Es4ma4on
Ac4on	
Decision
state	
The degree of
clarity from the
retrieval results
ac4on
features
¤  The policy π(s) is a function
¤  Input: state s, output: action a
Decide the actions by intrinsic
policy π(S)
[Interspeech	2012][ICASSP	2013]
user
Spoken	Content	
Retrieval
Results
Spoken	
Content	
Interac,ve	
retrieval		
of	spoken	content	
query
features
…
……
DNN
State EstimationAction Decision
Is it relevant to
XXX?
Give me an example.
Show the results.
Max
user
Spoken	Content	
Retrieval
Results
Spoken	
Content	
Interac,ve	
retrieval		
of	spoken	content	
query
features
…
……
DNN
Is it relevant to
XXX?
Give me an example.
Show the results.
Max
Learned	from	
historical	interac4on
Goal: maximizing return
(Retrieval Quality - User labor)
Deep Reinforcement Learning
Experimental Results
•  Broadcast	news,	seman4c	retrieval	
Retrieval	Quality	(MAP)	
Op4miza4on	Target:	
Retrieval	Quality	-	User	labor
Hand-cra{ed
 Deep	Learning
Previous	Method
(state	+	decision)
submifed	to	
Interspeech	2016	(with	
吳彥諶、林子翔)
Experimental Results
Outline
Very	Brief	Introduc4on	of	Deep	Learning
Towards	Machine	Comprehension		
of	Spoken	Content
•  Overview
•  Example	I:		Speech	Ques4on	Answering		
•  Example	II:	Interac4ve	Spoken	Content	Retrieval	
•  Example	III:	What	can	machine	learn	from	audio	
without	any	supervision
Unsupervised Learning
Machine	listens	to	lots	
of	audio	book

(TA: )
Audio	Word2Vec:	Unsupervised	Learning	of	Audio	
Segment	Representa'ons	using	Sequence-to-sequence	
Autoencoder	 (accepted	by	Interspeech	2016)
Audio Word to Vector
•  Consider	audio	segment	corresponding	to	an	
unknown	word	
Deep	
Learning
with
(助教:沈家豪)
Audio Word to Vector
•  The	audio	segments	corresponding	to	words	with	
similar	pronuncia4ons	are	close	to	each	other.
Deep	
Learning
Audio Word to Vector
•  The	audio	segments	corresponding	to	words	with	
similar	pronuncia4ons	are	close	to	each	other.
ever
 ever
never
never
never
dog
dog
dogs
Deep	
Learning
Sequence Auto-encoder
How to evaluate
never
ever
Cosine	
Similarity
Phoneme	sequence	
edit	distance
Deep	
Learning
Deep	
Learning
Experimental Results
More	similar	
pronuncia4on
Larger	cosine	
similarity.
Interes1ng Observa1on
•  Projec4ng	the	embedding	vectors	to	2-D
day
days
says
say
Spoken Content Retrieval without
Speech Recognition
user
“US President”
spoken query
[Hazen,	ASRU	09]	
[Zhang		Glass,	ASRU	09]	
[Chan		Lee,	Interspeech	10]	
[Zhang		Glass,	ICASSP	11]	
[Gupta,	Interspeech	11]	
[Zhang		Glass,	Interspeech	11]	
[Zhang		Glass,	ASRU	09]	
[Huijbregts,	ICASSP	11]	
[Chan		Lee,	Interspeech	11]	
Computing similarity between spoken queries and audio
files on signal level
Spoken Content
Handheld
device
Spoken Content Retrieval without
Speech Recognition
• Why spoken content retrieval without speech
recognition? 
•  Lots of audio files in different languages on the
Internet
•  Most languages have little annotated data for
training speech recognition systems.
•  Some audio files are produced in several different
of languages
•  Some languages even do not have text
Spoken Content Retrieval without
Speech Recognition
Retrieval Performance
Concluding Remarks
Very	Brief	Introduc4on	of	Deep	Learning
Towards	Machine	Comprehension		
of	Spoken	Content
•  Overview
•  Example	I:		Speech	Ques4on	Answering		
•  Example	II:	Interac4ve	Spoken	Content	Retrieval	
•  Example	III:	What	can	machine	learn	from	audio	
without	any	supervision
Thank You for Your Attention

Mais conteúdo relacionado

Mais procurados

【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
【機械学習勉強会】画像の翻訳 ”Image-to-Image translation” 【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
yoshitaka373
 

Mais procurados (20)

SSII2021 [OS2-01] 転移学習の基礎:異なるタスクの知識を利用するための機械学習の方法
SSII2021 [OS2-01] 転移学習の基礎:異なるタスクの知識を利用するための機械学習の方法SSII2021 [OS2-01] 転移学習の基礎:異なるタスクの知識を利用するための機械学習の方法
SSII2021 [OS2-01] 転移学習の基礎:異なるタスクの知識を利用するための機械学習の方法
 
感覚運動随伴性、予測符号化、そして自由エネルギー原理 (Sensory-Motor Contingency, Predictive Coding and ...
感覚運動随伴性、予測符号化、そして自由エネルギー原理 (Sensory-Motor Contingency, Predictive Coding and ...感覚運動随伴性、予測符号化、そして自由エネルギー原理 (Sensory-Motor Contingency, Predictive Coding and ...
感覚運動随伴性、予測符号化、そして自由エネルギー原理 (Sensory-Motor Contingency, Predictive Coding and ...
 
【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
【機械学習勉強会】画像の翻訳 ”Image-to-Image translation” 【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
【機械学習勉強会】画像の翻訳 ”Image-to-Image translation”
 
ディープラーニングの最新動向
ディープラーニングの最新動向ディープラーニングの最新動向
ディープラーニングの最新動向
 
数学で解き明かす深層学習の原理
数学で解き明かす深層学習の原理数学で解き明かす深層学習の原理
数学で解き明かす深層学習の原理
 
MIRU2013チュートリアル:SIFTとそれ以降のアプローチ
MIRU2013チュートリアル:SIFTとそれ以降のアプローチMIRU2013チュートリアル:SIFTとそれ以降のアプローチ
MIRU2013チュートリアル:SIFTとそれ以降のアプローチ
 
13 分類とパターン認識
13 分類とパターン認識13 分類とパターン認識
13 分類とパターン認識
 
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までーDeep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
Deep Learningによる画像認識革命 ー歴史・最新理論から実践応用までー
 
[DL輪読会]Generative Models of Visually Grounded Imagination
[DL輪読会]Generative Models of Visually Grounded Imagination[DL輪読会]Generative Models of Visually Grounded Imagination
[DL輪読会]Generative Models of Visually Grounded Imagination
 
Deep Learningと画像認識   ~歴史・理論・実践~
Deep Learningと画像認識 ~歴史・理論・実践~Deep Learningと画像認識 ~歴史・理論・実践~
Deep Learningと画像認識   ~歴史・理論・実践~
 
SSII2019企画: 点群深層学習の研究動向
SSII2019企画: 点群深層学習の研究動向SSII2019企画: 点群深層学習の研究動向
SSII2019企画: 点群深層学習の研究動向
 
(文献紹介)Depth Completionの最新動向
(文献紹介)Depth Completionの最新動向(文献紹介)Depth Completionの最新動向
(文献紹介)Depth Completionの最新動向
 
論文紹介 Semi-supervised Learning with Deep Generative Models
論文紹介 Semi-supervised Learning with Deep Generative Models論文紹介 Semi-supervised Learning with Deep Generative Models
論文紹介 Semi-supervised Learning with Deep Generative Models
 
Mean Teacher
Mean TeacherMean Teacher
Mean Teacher
 
[DLHacks]XLNet を動かして可視化してみた
[DLHacks]XLNet を動かして可視化してみた[DLHacks]XLNet を動かして可視化してみた
[DLHacks]XLNet を動かして可視化してみた
 
[DL輪読会]Learning an Embedding Space for Transferable Robot Skills
[DL輪読会]Learning an Embedding Space for Transferable Robot Skills[DL輪読会]Learning an Embedding Space for Transferable Robot Skills
[DL輪読会]Learning an Embedding Space for Transferable Robot Skills
 
Introduction to YOLO detection model
Introduction to YOLO detection modelIntroduction to YOLO detection model
Introduction to YOLO detection model
 
[DL輪読会]Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images
[DL輪読会]Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images[DL輪読会]Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images
[DL輪読会]Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images
 
【論文読み会】Moser Flow: Divergence-based Generative Modeling on Manifolds
【論文読み会】Moser Flow: Divergence-based Generative Modeling on Manifolds【論文読み会】Moser Flow: Divergence-based Generative Modeling on Manifolds
【論文読み会】Moser Flow: Divergence-based Generative Modeling on Manifolds
 
Point net
Point netPoint net
Point net
 

Semelhante a 李宏毅/當語音處理遇上深度學習

BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
Karthik Murugesan
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Simplilearn
 
Deep Learning, Where Are You Going?
Deep Learning, Where Are You Going?Deep Learning, Where Are You Going?
Deep Learning, Where Are You Going?
NAVER Engineering
 

Semelhante a 李宏毅/當語音處理遇上深度學習 (20)

Multi-modal Neural Machine Translation - Iacer Calixto
Multi-modal Neural Machine Translation - Iacer CalixtoMulti-modal Neural Machine Translation - Iacer Calixto
Multi-modal Neural Machine Translation - Iacer Calixto
 
KiwiPyCon 2014 - NLP with Python tutorial
KiwiPyCon 2014 - NLP with Python tutorialKiwiPyCon 2014 - NLP with Python tutorial
KiwiPyCon 2014 - NLP with Python tutorial
 
BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
BIng NLP Expert - Dl summer-school-2017.-jianfeng-gao.v2
 
Deep Learning for NLP: An Introduction to Neural Word Embeddings
Deep Learning for NLP: An Introduction to Neural Word EmbeddingsDeep Learning for NLP: An Introduction to Neural Word Embeddings
Deep Learning for NLP: An Introduction to Neural Word Embeddings
 
Deep Learning, an interactive introduction for NLP-ers
Deep Learning, an interactive introduction for NLP-ersDeep Learning, an interactive introduction for NLP-ers
Deep Learning, an interactive introduction for NLP-ers
 
Deep Learning - A Literature survey
Deep Learning - A Literature surveyDeep Learning - A Literature survey
Deep Learning - A Literature survey
 
Engineering Intelligent NLP Applications Using Deep Learning – Part 2
Engineering Intelligent NLP Applications Using Deep Learning – Part 2 Engineering Intelligent NLP Applications Using Deep Learning – Part 2
Engineering Intelligent NLP Applications Using Deep Learning – Part 2
 
Automatic Key Term Extraction from Spoken Course Lectures
Automatic Key Term Extraction from Spoken Course LecturesAutomatic Key Term Extraction from Spoken Course Lectures
Automatic Key Term Extraction from Spoken Course Lectures
 
Beyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLPBeyond the Symbols: A 30-minute Overview of NLP
Beyond the Symbols: A 30-minute Overview of NLP
 
Deep Content Learning in Traffic Prediction and Text Classification
Deep Content Learning in Traffic Prediction and Text ClassificationDeep Content Learning in Traffic Prediction and Text Classification
Deep Content Learning in Traffic Prediction and Text Classification
 
Deep Learning for Natural Language Processing
Deep Learning for Natural Language ProcessingDeep Learning for Natural Language Processing
Deep Learning for Natural Language Processing
 
NLP and Deep Learning for non_experts
NLP and Deep Learning for non_expertsNLP and Deep Learning for non_experts
NLP and Deep Learning for non_experts
 
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
Recurrent Neural Network (RNN) | RNN LSTM Tutorial | Deep Learning Course | S...
 
Deep Learning, Where Are You Going?
Deep Learning, Where Are You Going?Deep Learning, Where Are You Going?
Deep Learning, Where Are You Going?
 
transfer.pptx
transfer.pptxtransfer.pptx
transfer.pptx
 
Deep network notes.pdf
Deep network notes.pdfDeep network notes.pdf
Deep network notes.pdf
 
ICDM 2019 Tutorial: Speech and Language Processing: New Tools and Applications
ICDM 2019 Tutorial: Speech and Language Processing: New Tools and ApplicationsICDM 2019 Tutorial: Speech and Language Processing: New Tools and Applications
ICDM 2019 Tutorial: Speech and Language Processing: New Tools and Applications
 
CSCE181 Big ideas in NLP
CSCE181 Big ideas in NLPCSCE181 Big ideas in NLP
CSCE181 Big ideas in NLP
 
Sequence to Sequence Learning with Neural Networks
Sequence to Sequence Learning with Neural NetworksSequence to Sequence Learning with Neural Networks
Sequence to Sequence Learning with Neural Networks
 
Automatic Key Term Extraction and Summarization from Spoken Course Lectures
Automatic Key Term Extraction and Summarization from Spoken Course LecturesAutomatic Key Term Extraction and Summarization from Spoken Course Lectures
Automatic Key Term Extraction and Summarization from Spoken Course Lectures
 

Mais de 台灣資料科學年會

[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
台灣資料科學年會
 

Mais de 台灣資料科學年會 (20)

[台灣人工智慧學校] 人工智慧技術發展與應用
[台灣人工智慧學校] 人工智慧技術發展與應用[台灣人工智慧學校] 人工智慧技術發展與應用
[台灣人工智慧學校] 人工智慧技術發展與應用
 
[台灣人工智慧學校] 執行長報告
[台灣人工智慧學校] 執行長報告[台灣人工智慧學校] 執行長報告
[台灣人工智慧學校] 執行長報告
 
[台灣人工智慧學校] 工業 4.0 與智慧製造的發展趨勢與挑戰
[台灣人工智慧學校] 工業 4.0 與智慧製造的發展趨勢與挑戰[台灣人工智慧學校] 工業 4.0 與智慧製造的發展趨勢與挑戰
[台灣人工智慧學校] 工業 4.0 與智慧製造的發展趨勢與挑戰
 
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
 
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
[台灣人工智慧學校] 開創台灣產業智慧轉型的新契機
 
[台灣人工智慧學校] 台北總校第三期結業典禮 - 執行長談話
[台灣人工智慧學校] 台北總校第三期結業典禮 - 執行長談話[台灣人工智慧學校] 台北總校第三期結業典禮 - 執行長談話
[台灣人工智慧學校] 台北總校第三期結業典禮 - 執行長談話
 
[TOxAIA台中分校] AI 引爆新工業革命,智慧機械首都台中轉型論壇
[TOxAIA台中分校] AI 引爆新工業革命,智慧機械首都台中轉型論壇[TOxAIA台中分校] AI 引爆新工業革命,智慧機械首都台中轉型論壇
[TOxAIA台中分校] AI 引爆新工業革命,智慧機械首都台中轉型論壇
 
[TOxAIA台中分校] 2019 台灣數位轉型 與產業升級趨勢觀察
[TOxAIA台中分校] 2019 台灣數位轉型 與產業升級趨勢觀察 [TOxAIA台中分校] 2019 台灣數位轉型 與產業升級趨勢觀察
[TOxAIA台中分校] 2019 台灣數位轉型 與產業升級趨勢觀察
 
[TOxAIA台中分校] 智慧製造成真! 產線導入AI的致勝關鍵
[TOxAIA台中分校] 智慧製造成真! 產線導入AI的致勝關鍵[TOxAIA台中分校] 智慧製造成真! 產線導入AI的致勝關鍵
[TOxAIA台中分校] 智慧製造成真! 產線導入AI的致勝關鍵
 
[台灣人工智慧學校] 從經濟學看人工智慧產業應用
[台灣人工智慧學校] 從經濟學看人工智慧產業應用[台灣人工智慧學校] 從經濟學看人工智慧產業應用
[台灣人工智慧學校] 從經濟學看人工智慧產業應用
 
[台灣人工智慧學校] 台中分校第二期開學典禮 - 執行長報告
[台灣人工智慧學校] 台中分校第二期開學典禮 - 執行長報告[台灣人工智慧學校] 台中分校第二期開學典禮 - 執行長報告
[台灣人工智慧學校] 台中分校第二期開學典禮 - 執行長報告
 
台灣人工智慧學校成果發表會
台灣人工智慧學校成果發表會台灣人工智慧學校成果發表會
台灣人工智慧學校成果發表會
 
[台中分校] 第一期結業典禮 - 執行長談話
[台中分校] 第一期結業典禮 - 執行長談話[台中分校] 第一期結業典禮 - 執行長談話
[台中分校] 第一期結業典禮 - 執行長談話
 
[TOxAIA新竹分校] 工業4.0潛力新應用! 多模式對話機器人
[TOxAIA新竹分校] 工業4.0潛力新應用! 多模式對話機器人[TOxAIA新竹分校] 工業4.0潛力新應用! 多模式對話機器人
[TOxAIA新竹分校] 工業4.0潛力新應用! 多模式對話機器人
 
[TOxAIA新竹分校] AI整合是重點! 竹科的關鍵轉型思維
[TOxAIA新竹分校] AI整合是重點! 竹科的關鍵轉型思維[TOxAIA新竹分校] AI整合是重點! 竹科的關鍵轉型思維
[TOxAIA新竹分校] AI整合是重點! 竹科的關鍵轉型思維
 
[TOxAIA新竹分校] 2019 台灣數位轉型與產業升級趨勢觀察
[TOxAIA新竹分校] 2019 台灣數位轉型與產業升級趨勢觀察[TOxAIA新竹分校] 2019 台灣數位轉型與產業升級趨勢觀察
[TOxAIA新竹分校] 2019 台灣數位轉型與產業升級趨勢觀察
 
[TOxAIA新竹分校] 深度學習與Kaggle實戰
[TOxAIA新竹分校] 深度學習與Kaggle實戰[TOxAIA新竹分校] 深度學習與Kaggle實戰
[TOxAIA新竹分校] 深度學習與Kaggle實戰
 
[台灣人工智慧學校] Bridging AI to Precision Agriculture through IoT
[台灣人工智慧學校] Bridging AI to Precision Agriculture through IoT[台灣人工智慧學校] Bridging AI to Precision Agriculture through IoT
[台灣人工智慧學校] Bridging AI to Precision Agriculture through IoT
 
[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
[2018 台灣人工智慧學校校友年會] 產業經驗分享: 如何用最少的訓練樣本,得到最好的深度學習影像分析結果,減少一半人力,提升一倍品質 / 李明達
 
[2018 台灣人工智慧學校校友年會] 啟動物聯網新關鍵 - 未來由你「喚」醒 / 沈品勳
[2018 台灣人工智慧學校校友年會] 啟動物聯網新關鍵 - 未來由你「喚」醒 / 沈品勳[2018 台灣人工智慧學校校友年會] 啟動物聯網新關鍵 - 未來由你「喚」醒 / 沈品勳
[2018 台灣人工智慧學校校友年會] 啟動物聯網新關鍵 - 未來由你「喚」醒 / 沈品勳
 

Último

Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 

Último (20)

Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdfAccredited-Transport-Cooperatives-Jan-2021-Web.pdf
Accredited-Transport-Cooperatives-Jan-2021-Web.pdf
 
BigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptxBigBuy dropshipping via API with DroFx.pptx
BigBuy dropshipping via API with DroFx.pptx
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
ALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptxALSO dropshipping via API with DroFx.pptx
ALSO dropshipping via API with DroFx.pptx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
ELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptxELKO dropshipping via API with DroFx.pptx
ELKO dropshipping via API with DroFx.pptx
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 

李宏毅/當語音處理遇上深度學習