Skip to content

Sentiment Analysis with Deep Learning using BERT project is designed to recognize sentiments in text through Natural language processing using pre-trained BERT transformer.

License

Notifications You must be signed in to change notification settings

dA505819/Sentiment_Analysis_with_Deep_Learning_using_BERT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis with Deep Learning using BERT

Sentiment Analysis model is built using pre-trained BERT transformer large scale language learnings and analysed smile annotations dataset using PyTorch Framework. The architecture is for multi-class classification. Exploratory data analysis(EDA) is done with loading tokenizer and further encoding data. Data loaders are created to facilitate Batch processing followed up with setting up of Optimizer and Scheduler to control the training of model.

The Performance metrics were designed for model followed by creating a Training loop to control PyTorch fine tuning of BERT acceleration. The pre-trained fine tuned model was loaded and it's performance is evaluated achieving good accuracy.

About

Sentiment Analysis with Deep Learning using BERT project is designed to recognize sentiments in text through Natural language processing using pre-trained BERT transformer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published