I have recently gone about and made a simple AI, one that gives responses to an input (albeit completely irrelevant and nonsensical ones), using Synaptic.js. Unfortunately, this is not the type of text generation I am looking for. What I am looking for would be a way to get connections between words and generate text from that. (What would be preferable would be to also generate at least semi-sensible answers also.)
This is part of project Raphiel, and can be checked out in the room associated with this site. What I want to know is what layer combination would I use for text generation?
I have been told to avoid retrieval-based bots.
I have the method to send and receive messages, I just need to figure out what combination of layers would be the best.
Unless I have the numbers wrong, this will be SE's second NN chatbot.