Skip to content

giannisdravilas/Deep-Learning-for-Natural-Language-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Deep-Learning-for-Natural-Language-Processing

πŸ’‘πŸ§ πŸ’¬ Development of Deep Learning models using Feedforward Neural Networks, Recurrent Neural Networks and a pre-trained BERT model for sentiment classification tasks. A Question Answering Engine used for Entity Span and Relation prediction is also developed.

FNN

  • Sentiment classification of imdb reviews using Feedforward Neural Networks.

RNN-LSTM-GRU

  • Sentiment classification of imdb reviews using bidirectional stacked RNNs with LSTM/GRU cells.

BERT

  • Sentiment classification of imdb reviews by fine-tuning a pretrained BERT-base model from Hugging Face.

Question-Answering

Releases

No releases published

Packages

No packages published