Build or find PLA tool preferably in Matlab.
Randomly generate data in 2D plane for 2 classes (-1 and 1).
Run PLA algorithm to find the best hypothesis or perceptron that best separates the two classes.
Show your result graphically.
What is the purpose of step 3 in this process?
a. To build a graphical user interface for the tool
b. To generate random data for testing the algorithm
c. To implement the Perceptron Learning Algorithm (PLA)
d. To analyze the data for patterns and relationships

Question 1704 (Health):