Extracts Requirements for PLA algorithm in Python
Numpy 1.24.x
mat73 0.62
Input is any numpy array that was extracted from a .m file using mat73 Library
x[i,0] Outputs = x[i,1] Outputs = y= Identifies digits 0-9
In your main function once you have .m file: raw_data = mat73.loadmat("usps_15sep.mat") data = getFeatures(mat['data'])