google / prettytensor

Pretty Tensor: Fluent Networks in TensorFlow
1.24k stars 151 forks source link

Lstm rnn example #15

Open vnkmr7620 opened 8 years ago

vnkmr7620 commented 8 years ago

Could you please add lstm rnn example for Titanic dataset

eiderman commented 8 years ago

Where do I find the titanic dataset? If you add a utility to download it and package it in tf.Example or numpy arrays then I can provide an example.

vinayakumarr commented 8 years ago

https://www.kaggle.com/c/titanic/data?train.csv

lstm example with the below network toplogies Two memory blocks with two cells each, four memory blocks with two cells each, four memory blocks with four cells each, and eight memory blocks with four cells each.