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