Skip to content

GiacomoDamicantonio/DeepComedy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep comedy

Report

RNN char level: Embedding - LSTM - Dense - Dense

  • Good metric results
  • Prone to overfitting
  • No rhymes
  • No padding

RNN syllabe level: Embedding - LSTM - Dense - Dense

RNN syllabe level: LSTM - Dense - Dense

  • Removing Embedding gives a slightly improvement, but not yet comparable to the char level method
  • Uneffective metric loss

3 Input Char model with 1 LSTM:

3 Input Syllable model with 1 LSTM:

Transformer

About

Project work for the Deep Learning exam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published