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

Word Embeddings 하나의 차원에 표현되었던 각 단어를 연속적인 숫자를 값으로 갖는 벡터 형식으로 표현하는 방식 Word2Vec : 하나의 단어를 표현하는 벡터를 구하기 위해 주변 단어를 활용해서 학습한다. Skip-Gram Model skip gram neural network architecture for Word2Vec 'The'가 입력으로 들어갔을 때, 주변의 단어(output)를 맞추는 것 ⇒ quick Model details - input word를 one-hot vector 로 표현한다. - This vector will have 10,000 components (one for every word in our vocabulary) and we’ll place a “1” in the..
Artificial Intelligence
2023. 12. 14. 20:46