Re: Is this AI

2020-08-06 Thread Souvik Dutta
This is probably more ML then AI. On Thu, Aug 6, 2020, 7:57 PM wrote: > I have created a program in Python > > Is my Program Artificial Intelligent ? > > In this I train the program to answer my question > Eg 1: > > Training > 0,0,0,1 > Ans is 0 > 0,0,1,0--> Ans is 1 > 0,1,1,0--> Ans

Is this AI

2020-08-06 Thread yashvats8
I have created a program in Python Is my Program Artificial Intelligent ? In this I train the program to answer my question Eg 1: Training 0,0,0,1 > Ans is 0 0,0,1,0--> Ans is 1 0,1,1,0--> Ans is 1 You can observe ans is 3rd Element Testing 0,0,1,0 --> Ans ? It gives 1 Eg 2