You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
자연어처리 와 BERT
자연어
정의 : 사람들이 일상적으로 쓰는 언어
( 한국어, 영어, 중국어, 프랑스어,,,,)
인공 언어
다양한 프로그래밍 언어 ( Python, C,,,,)
자연어 처리
일상적으로 사용하는 자연어를 해독하고 그 의미를 이해하게 하는 기술
영상 처리와 더불어 인공 지능의 대표적인 연구분야
NLU : 자연어이해
NLG : 자연어생성
자연어의 벡터 표현
원핫 벡터
워드 임베딩
BERT
Transformer의 transattention을 통해 문맥을 파악
사전학습(pre-training)
ex) 책을 많이 읽는 과정
-MLM ( masked language model )
-NSP ( next sentence prediction )
미세조정(fine-tuning)
라벨링이 key point
Beta Was this translation helpful? Give feedback.
All reactions