Chatbot with DL4J

Does anyone know of an example of a chatbot done with a seq2seq or encoder-decoder model with dl4j? If anyone can point me in a good direction (paper/ a repo) would be grateful

@IvaTutis deeplearning4j-examples/EncoderDecoderLSTM.java at bc1bac672faec222afd2b424aa00eaa008c59beb · eclipse/deeplearning4j-examples · GitHub

1 Like

Thank you! This will be a great start for experimentation and I’ll make sure to reference it as a learning tool