What languages are required for making an AI bot??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What languages are required for making an AI bot???

23rd Jun 2017, 10:26 PM
ashish kumar
ashish kumar - avatar
4 Answers
+ 2
Hello @ashish kumar I would not say that one or other language is REQUIRED for making an AI bot, I would say that Python is good in this respect.
23rd Jun 2017, 10:42 PM
Ulisses Cruz
Ulisses Cruz - avatar
+ 1
If you are trying to make a web AI chat bot. You will need an html, css and php. You will need html and css to create a chat form. And php to examine the user input with your database. And then, you can use an sql database to store all of the keywords that you might expect from the user and the response of your AI.
23rd Jun 2017, 10:34 PM
Jerome D. Aganon
Jerome D. Aganon - avatar
+ 1
Correct me if I'm wrong, but AI (artificial intelligence) and ML (machine learning) are two different entities, and what is sold today as AI is practically a bunch of ML algorithms. From what I recall Python is good for ML, whereas Lisp and its dialects are more suitable for AI (on average).
24th Jun 2017, 12:00 AM
Andselisk
Andselisk - avatar
0
But what about Auto working bots.....which once given a command can code a whole page themselves ???
23rd Jun 2017, 10:38 PM
ashish kumar
ashish kumar - avatar