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

Implement word prediction using Keras with tensorflow backend #5

Open z-zawhtet-a opened 8 years ago

titipata commented 8 years ago

Yeah, we should try sequence to sequence prediction using Keras. It's much simpler, great way to test our idea.

titipata commented 8 years ago

I will try: https://github.com/farizrahman4u/seq2seq for the character prediction

daniel-acuna commented 8 years ago

The tensorflow sequence to sequence model runs at 800 words per second on my 24 cores computer. If keras can do any better, then lets switch to it!

titipata commented 8 years ago

Keras won't do much better since we use tensorflow backend. Can you try running it on chunk of reviews?

daniel-acuna commented 8 years ago

can we change the backend? I think tensorflow is too slow