/NLP

A repository of NLP projects I have worked on

Primary LanguageJupyter Notebook

NLP_projects

A repository of NLP projects I have worked on.

  1. Transfer learning in NLP for sentiment analysis

In this notebook we start with a language model trained on wikipedia. We then train it on our own data and use the encoder part for sentiment analysis.

  1. Image captioning

In image captioning, we train a CNN to extract features from images, and then feed that to an RNN to generate text from the same.