Skip to content

tensilick/Advanced-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced-NLP - Deep Learning for Natural Language Processing - Exercises

Hello!

You are probably here seeking understanding in the realm of Deep Learning applied to Natural Language Processing. It's my hope that this repository can assist you. For detailed guidelines on executing these exercises, refer to the original course webpage.

Here are some of the results obtained from the third assignment:

One-Layer RNN:

  • wvecDim = 5 : 0.740343088764;
  • wvecDim = 15: 0.766135064058;
  • wvecDim = 25: 0.793929596835;
  • wvecDim = 30: 0.796149299105;
  • wvecDim = 35: 0.801746809178;
  • wvecDim = 45: 0.801505537192;

Two-Layer RNN (deep RNN2):

  • wvecDim = 30, middleDim = 5 : 0.733490964364;
  • wvecDim = 30, middleDim = 15: 0.765435375299;
  • wvecDim = 30, middleDim = 25: 0.773421478032;
  • wvecDim = 30, middleDim = 30: 0.768475402321;
  • wvecDim = 30, middleDim = 35: 0.790937824209;
  • wvecDim = 30, middleDim = 45: 0.794098487225;

About

A comprehensive toolkit for Deep Learning applied to Natural Language Processing, formerly known as CS224D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published