Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.12 KB

File metadata and controls

14 lines (9 loc) · 1.12 KB

Artificial Intelligence II - Natural Language Processing

Projects implemented for the class Artificial Intelligence II (ΥΣ19)

Semester: Winter 2021/22

Sentiment Classifier using:

  • Softmax-Regression (Project1)
  • Feed-Forward Neural Network (Project2)
  • Bidirectional stacked LSTM/GRU Recursive Neural Network (Project3)
  • Fine-tuning on BERT pre-trained model (Project4)

Question Answering using BERT pre-trained model and fine-tuning it on various datasets (SQuAD, TriviaQA, NewsQ, Natural Questions, QuAC) (Project4)