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

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -

angular - DownloadURL return null in below code -