machine learning - How to update a char-level RNN to a word-level RNN -


i trying implement rnn word generator in tensorflow. found nice work on github:https://github.com/spiglerg/rnn_text_generation_tensorflow/blob/master/rnn_tf.py

but based on char-level. need if want make word-level generator? specifically, how add word embedding layer it? possible use word2vec?

thanks.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -