i’m looking to make a chatbot in python and not for any functional purpose like a virtual assistant, but just to see how much the bot is able to learn based on its interactions with people. the problem is, most guides seemed to be directed at people who actually want to make useful bots that respond to certain questions with a predefined answer.
i’d like to clarify i’m not expecting anything fancy like a bot that can communicate coherently based on this, i’m just interested to see how much it’s capable of learning based on certain methods, similar to http://projectbot13.tumblr.com/ but using different methods of learning
how would i go about creating a bot that learns in this manner? if python isnt the best to use for this, i don’t mind learning something else. this is just a hobby project and not anything that’s on a schedule so if i need to take more time to put extra work into it that’s not a problem.