lukalabs / cakechat

CakeChat: Emotional Generative Dialog System
Apache License 2.0
1.7k stars 935 forks source link

Adding "memory" #32

Closed SuperGayBoi closed 6 years ago

SuperGayBoi commented 6 years ago

Is there a way to add a sort of memory to the AI? Remembering semantics like information about them or information about them. Similar to how Replika.ai remembers details.

If there is no built feature for this how could I go about creating it myself?

nicolas-ivanov commented 6 years ago

There is no easy way to add such feature to a generative dialog model. You can consider

SuperGayBoi commented 6 years ago

So if I wanted to add such a thing to cakechat I would have to create a layer of machine learning on top of cakechat to more so give the illusion of memory, yes?

nicolas-ivanov commented 6 years ago

Yes, that's one of the options.

nicolas-ivanov commented 6 years ago

I'm closing this issue now. Feel free to reopen it, if you have more questions.