Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages