Skip to content

Code for final project of Deep Learning with Python course. Summer semester 2022

Notifications You must be signed in to change notification settings

boschtrini/Deep-Learning-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deep-Learning-Final-Project

This project was part of the course "Deep Learning with Python" where I had use a dataset of my own interest and apply a Language model. Here I tried to predict character based on the dialogue line.

The dataset I used are the dialogue lines from the 27 first seasons of "The Simpsons", accessible under the following link: https://www.kaggle.com/datasets/pierremegret/dialogue-lines-of-the-simpsons?resource=download

In this notebook you will find

  • Sentence embedding with BERT
  • Different test for NN where I manipulate the depth and number of nodes with the aim of accuracy improvement (which was not very good)
  • Clustering with hdbscan for later Topic Modeling with BERT

About

Code for final project of Deep Learning with Python course. Summer semester 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published