简体   繁体   中英

Tensorflow examples for RNN

I am trying to implement basic NLP tasks in Tensorflow without using the build in modules as much as possible (just for learning sake)

I have been trying to implement a Part of Speech tagger using data from http://www.cnts.ua.ac.be/conll2000/chunking/

I am having a little difficulty with implementing a RNN code from scratch using an embedding layer in front and was wondering if there are examples and implementations on the same.

I have seen tons of examples using Theano and on MNIST data but havent been able to find a concrete implementation of RNNs from scratch in Tensorflow on textual data.

Any suggestions?

after searching for a long time, I decided to do it on my own. Here are a couple of repos I created:

recurrent-neural-nets-tensorflow

lstm-tensorflow

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM