Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 군집화
- Ann
- BERT
- MLOps
- tensorflow
- Transfer Learning
- NMF
- AI 윤리
- Support Vector Machine
- 자기조직화지도
- Clustering
- RNN
- VGGNet
- stemming
- nlp
- Python
- NER
- 경사하강법
- Gradient Descent
- LSTM
- cross domain
- Binary classification
- ResNet
- Generative model
- SOMs
- Logistic Regression
- textmining
- TFX
- Attention
- gaze estimation
Archives
- Today
- Total
목록rfc (1)
juooo1117

Named Entity Recognition NER(Named Entity Recognition)의 목표는 Named Entity(이름을 가진 개체)를 Recognition(인식)하는 것을 의미하며, 개체명 인식이라고 한다. → NER is the process of locating and classifying named entities in text into predefined entity categories. NER은 문장을 토큰 단위로 나누고, 이 토큰들을 각각 태깅(tagging)해서 개체명인지 아닌지를 판별하게 된다. 따라서, NER 작업을 위해 NE(인물이나 장소 등 고유명사)의 경계를 식별하고 해당 유형을 식별하는 두 가지 하위 작업으로 나눌 수 있다. 일반적으로 IOB 형식( = BIO f..
Artificial Intelligence
2023. 12. 14. 14:44