+ 2
I cant yet but look up chatterbot. The idea is for the program to store input in a file and respond to phrases frim another. It will search the first file to see if it has a response for the current phrase if not it close the file and opens another to prompt the user for an answer to the phrase and then saves it to the file. It give the idea that it can answer you and if not learn from you. All it really does is store info, search it, and output a match if it is in the file and adds to the file if not.
8th Jan 2018, 11:51 AM
emmey
emmey - avatar
+ 1
Artificial intelligence is already easy! It's a collection of IF Statements basically. It gets more complicated, but a basic AI is nothing but Loops and IF statements.
8th Jan 2018, 12:24 PM
Lane Willmore
Lane Willmore - avatar