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
- RNN
- Binary classification
- stemming
- 경사하강법
- LSTM
- Logistic Regression
- MLOps
- Python
- nlp
- cross domain
- tensorflow
- Gradient Descent
- 자기조직화지도
- ResNet
- Attention
- Generative model
- BERT
- NER
- VGGNet
- Ann
- Support Vector Machine
- AI 윤리
- SOMs
- NMF
- 군집화
- gaze estimation
- textmining
- TFX
- Transfer Learning
- Clustering
Archives
- Today
- Total
목록어간추출 (1)
juooo1117

Natural Language Processing(NLP, 자연어처리)NLP is concerned with developing computational techniques to enable a computer to understand the meaning of natural language text. NLP may involve the following tasks; Lexical analysis(어휘분석) : 주어진 언어에서 의미를 갖는 기본 단위들을 찾아내고(ex. whitespace, 단어..) 그것들의 의미를 파악한다 품사 태깅(POS, Part-of-speech tagging)Syntactic analysis(구문분석) : 주어진 문장에서 단어들이 어떻게 서로 연결되는지 파악하고 문장에서의 구문..
Artificial Intelligence
2023. 10. 26. 11:26