suriyadeepan / practical_seq2seq

A simple, minimal wrapper for tensorflow's seq2seq module, for experimenting with datasets rapidly
http://suriyadeepan.github.io/2016-12-31-practical-seq2seq/
GNU General Public License v3.0
570 stars 270 forks source link

Can you show me how to calculate recall to evaluate the model if it returns the right answer or not? #81

Open pedramsalimi opened 5 years ago

pedramsalimi commented 5 years ago

i want to use ubuntu dialogue corpus which has label column, something like this blog: http://www.wildml.com/2016/07/deep-learning-for-chatbots-2-retrieval-based-model-tensorflow/

so i want to use this model to train ubuntu dataset but i don't know how to calculate recall.