Skip to content

This is a submission to the Kaggle challenge to identify authors from their text

Notifications You must be signed in to change notification settings

harkash/spooky_author_identification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

spooky_author_identification

This is a submission to the Kaggle challenge - Spooky Author Identification.

In this challenge, the task is to identify authors from their text. The data contains three authors - Edgar Allan Poe, Mary Shelley, and HP Lovecraft.

The basic approach is to first create Glove embeddings of the text and then apply various recurrent neural network architectures to see how they perform. The approaches are - 1d Convolution, LSTM, bi-directional LSTM and GRU.

The multi-class log loss for the models are (obtained after submitting on Kaggle) -

  • 1D CNN - 2.51
  • LSTM - 0.58805
  • Bi-directional LSTM - 0.60228
  • GRU - (not tried yet)
  • CNN + LSTM - 0.725

About

This is a submission to the Kaggle challenge to identify authors from their text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages