Sequential Data Modeling
Three Types of Problems
- Next Step Prediction
- ex) ABCDE -> F
- Classification
- ex) ABCDE -> True/False
- Sequence Generation
- Machine Translation (기계 번역)
- Speech Recognition (음성 인식)
- Image Caption Generation (이미지에 캡션 생성
Types of Processes
- one to many
- Image Captioning (이미지 -> 문자열)
- many to one
- 감정 분석 (문자열 -> 감정)
- many to many
- 기계 번역 (문자열 -> 문자열)
- synched many to many (동일 길이의 many to many)
- 주가 예측
- 다음 단어 예측
'DataScience > DeepLearning' 카테고리의 다른 글
[딥러닝] 전이학습과 파인튜닝의 차이점 (0) | 2022.06.18 |
---|---|
[딥러닝 필기] week9. RNN-Attention Model (0) | 2022.04.17 |
[딥러닝 필기] week8. LSTM-GRU (0) | 2022.04.16 |
[딥러닝 필기] week8. RNN (Recurrent Neural Networks) (0) | 2022.04.16 |
[딥러닝 필기] week8. CNN Basics: CNN Structure (0) | 2022.04.16 |