Deep Learning for NLP
- Data Preparation
- BOW (Needed to prepare tensors with one hot encoding), We pass numeric data (encoded data)
- Embeddings
- Language Models
- Translation
- Captioning
- LSTM, RNN, Next word prediction
- Summarization
- NN for forecasting
- NN for classification
- Extract Deep Features for each frame
- Feature Learning + Classification
- Classification (Frame Level)
- Classification + Localization (With Bounding Box)
- Object detection (Multiple Objects + Bounding Box)
- Instance Segmentation (Multiple Objects + Boundary region highlighted shape of object)
- GAN, CNN, RNN
No comments:
Post a Comment