martin-gorner / tensorflow-rnn-shakespeare

Code from the "Tensorflow and deep learning - without a PhD, Part 2" session on Recurrent Neural Networks.
Apache License 2.0
534 stars 249 forks source link

rnn - #11

Closed einavh closed 7 years ago

einavh commented 7 years ago

in "TensorFlow and Deep Learning without a PhD, Part 2" you have talked about the an RNN "Michellle C was born in Paris France.... " and then you wanted to perdict "his mother tounge " can it be done using this simillar model as this example? is it suitable for question - answer model?
I'm sorry that I'm adding it here I saw your demo in Next Tel Aviv and I didn't understand if it is the same kind of problem

martin-gorner commented 7 years ago

Yes, but you need an embedding layer to compute word embeddings, i.e. representations of words ac vectors.