Skip to content

TREMA-UNH/lstm-car

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project setup

  • mkdir ./data
  • download data release into ./data
  • download glove.6B.50d.txt into ./data
  • Run nltk_download.py to install nltk resources
  • install keras dependency (e.g. conda install keras) - this one should come with tensorflow and theano
  • find the keras config file ~/.keras/keras.json and change backend to "theano"

Running

from ./ run python3 src/rnn.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages