Skip to content

JP-MRPhys/NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tensorflow implementation of Natural Language Processing Algos

1. Seq2Seq (machine translation)

encoder: LSTM

decorder: LSTM with beam search

dataset: Eng-french translation dataset

2. Show attend and tell (Image Captioning)

encoder: Convnet-VGG

attention model: Bahdanua Attention

decoder: LSTM with beam search     

dataset: COCO 

3. Sentiment Analysis

 encoder: multilayer LSTM 
 
 decoder: Classification Dense Layer
 
 dataset: Imdb-dataset

4. Loading pre-trained word embeddings

facebook: multilingual embeddings: MUSE 

stanford: Glove 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages