Perceptron Learning Algorithm The following program implements Perceptron learning Algorithm It is trained on iris data set Accuracy is 90% Not works on non linear data Testing is not done Error percentage should be there Execution $ gcc pla.c $ ./a.out