Skip to content

damientseng/biLSTM-theano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biLSTM-theano

A theano implementation of biLSTM network. The structure is illustrated in the following pic. A sequence is processed from two directions, which may capture more interesting information than an ordinary LSTM. Serveral biLSTMs can be stacked together to form a deep network. This repository is specifically implemented to do text classification on the movie review dataset. Accuracy > 0.8 is easily obtained with two layers of biLSTM.

About

a theano implementation of biLSTM network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages