Skip to content

This project includes 4 models of sentiment classifiers using feed-forward neural networs for The Twitter sentiment analysis dataset and comparison of them.

Notifications You must be signed in to change notification settings

Myrto-Iglezou/Sentiment-Classifiers-NN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI2-project2

Project description

Develop a sentiment classifier using feed-forward neural networks for the Twitter sentiment analysis dataset. We expect you to experiment and develop more than one models (at least two) and compare them over F1 score, Recall and Precision. For the development of the models, experiment with:

  • the number of hidden layers, and the number of their units
  • the activation functions (only the ones presented in the lectures)
  • the loss function
  • the optimizer, etc

We encourage you to use fine-tuning techniques. In the end, choose your best model and describe the reasons why you concluded to that architecture, based on the theory you were taught. For the best model plot the loss vs epochs and the ROC curve and explain what you see. Also, compare it with the solution of your logistic regression from Homework 1.

About

This project includes 4 models of sentiment classifiers using feed-forward neural networs for The Twitter sentiment analysis dataset and comparison of them.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published