How can I use Neutral Network Library 2.0 to make a AI chat bot that learns?

  1. What do you want to achieve?
    A chatbot that learns.

  2. What is the issue?
    I have no idea where to start.

  3. What solutions have you tried so far?
    I have tried looking at the documentation and I am still confused.

1 Like

Well, it is possible but you first need to understand how neural networks work. Also, I would suggest to start with making a smaller project (like a self learning zombie) so you can understand how does it work in practice.

Usefull resources to start with:
https://www.inf.ed.ac.uk/teaching/courses/nlu/assets/reading/Gurney_et_al.pdf (Introduction to Neural Networks, you can search for an other one if it does not help you)
GitHub - jobro13/Neuro: Lua Neural Network learning API (Try to understand the basic logic behind this. Note: It is a litle bit outdated ex. It uses BasePlate instead of Baseplate
There are also some tutorials here in devforum you can start with