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
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