Skip to content

Code Assignments of Deep Learning for Text and Sequences (89-687)

Notifications You must be signed in to change notification settings

ShaniGam/DL4Seq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DL4Seq

Code Assignments of Deep Learning for Text and Sequences (89-687): http://u.cs.biu.ac.il/~89-687/

Assignment 1: Gradients and SGD

  • The code was written in python 2.7, using the numpy package.
  • Implementation of a log-linear classifier and a multi-layer perceptron classifier.
  • The classifiers were tested on the language identification task, and the XOR task.

Assignment 2: Window-based Tagging

  • The code was written in python 2.7, using the DyNet package.
  • An Implementation of a sequence tagger with window-based features and embeddings.

Assignment 3: RNN Acceptors and Transducers

  • The code was written in python 2.7, using the DyNet package.
  • An implementation of a squence tagger with LSTM.
  • Generate different examples to make the LSTM succeed/fail.

About

Code Assignments of Deep Learning for Text and Sequences (89-687)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages