titipata / yelp_dataset_challenge

Play around with Yelp dataset in Python (in progress and very messy repo)
http://www.yelp.com/dataset_challenge
19 stars 6 forks source link

Start by using the PTB LSTM model #3

Closed daniel-acuna closed 8 years ago

daniel-acuna commented 8 years ago

Insightful paper: http://arxiv.org/abs/1409.2329

with full Tensorflow implementation: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/models/rnn/ptb

It looks like a good start to the solution discussed.