Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 363 Bytes

File metadata and controls

7 lines (6 loc) · 363 Bytes

Objectives

  • Work with datasets and understand tokenizer, embedding bag technique and vocabulary
  • Explore embeddings in PyTorch and understand token indices
  • Perform text classification using data loader and apply it on a neural network model
  • Train the text classification model on a news dataset
  • Engage in various exercises to solidify your understanding