What's the simplest AI script a person can write using Python ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the simplest AI script a person can write using Python ?

Interested in using Python for AI

29th Jun 2017, 7:58 AM
Kelly Idehen
Kelly  Idehen - avatar
5 Answers
0
I'm majoring Computer Science in Artificial intelligence so perhaps I can maybe weigh in. The simplistist form of AI is actually a calculator (IMO). Since an Artifical Intelligence must decide without human input on how to solve the problem given. Depending on how complex the calculator is, the computer has to run the input through a set of conditions to find an answer to the problem. Does an A.I have to be able to learn to even call it an A.I? No. A.I can take any form. Now, you can make much more sophisticated A.I by inserting machine learning code that help it find patterns and eventually improve its performance. Fact of the matter Is, there are millions of A.I already around. Some are just more advanced than others. To summarize this up, you can easily make one if you know how to make conditional statements, it really is that easy. ^^
29th Jun 2017, 3:28 PM
Sapphire
+ 3
ai is not something easy to just start it you should start learning basic of ai and then go ahead with coding
29th Jun 2017, 8:11 AM
Hetbo.net
Hetbo.net - avatar
+ 2
@Ahri Fox tell em about ur bot
29th Jun 2017, 11:25 AM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
+ 1
@DK don't call it AI AI should do something you don't tell it to do directly yes you right an algorithm but not something like that It has to be a little smart a simple sample is tic tac toe using minimax algorithm but until you don't know what is ai or what is minimax so you can't write an AI
29th Jun 2017, 11:45 AM
Hetbo.net
Hetbo.net - avatar
0
Thank you so much guys... I am really fascinated by AI. and how it can be applied to solve everyday problem. Your answers have been really informative. Hope to interact more often.. this platform is awesome!
29th Jun 2017, 5:22 PM
Kelly Idehen
Kelly  Idehen - avatar