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
- cross domain
- stemming
- Transfer Learning
- LSTM
- textmining
- NER
- TFX
- gaze estimation
- BERT
- Support Vector Machine
- nlp
- Python
- Ann
- Clustering
- Binary classification
- Generative model
- 군집화
- SOMs
- Logistic Regression
- ResNet
- Attention
- VGGNet
- tensorflow
- NMF
- RNN
- Gradient Descent
- 자기조직화지도
- MLOps
- AI 윤리
- 경사하강법
Archives
- Today
- Total
목록Sequence Models (1)
juooo1117
Predicting the next word (Sequence Models and Literature)
During this week you saw how to create a model that will predict the next word in a text sequence, now you will implement such model and train it using a corpus of Shakespeare's sonnets, while also creating some helper functions to pre-process the data. Generating n_grams 적합한 토크나이저와 말뭉치(문자열 목록)를 수신하고 말뭉치의 각 줄에 대한 n_gram 시퀀스를 포함하는 목록을 반환한다. # texts_to_sequences : converting the text into sequence..
Deep Learning Study/DeepLearning.AI (Coursera)
2023. 12. 24. 17:51