titipata / yelp_dataset_challenge

Play around with Yelp dataset in Python (in progress and very messy repo)

Home Page:http://www.yelp.com/dataset_challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start by using the PTB LSTM model

daniel-acuna opened this issue · comments

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.