Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 433 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 433 Bytes

Information

RequirementsExtract

Extracts Requirements for PLA algorithm in Python

Libraries

Numpy 1.24.x

mat73 0.62

Input

Input is any numpy array that was extracted from a .m file using mat73 Library

Output:

x[i,0] Outputs = x[i,1] Outputs = y= Identifies digits 0-9

Instructions:

In your main function once you have .m file: raw_data = mat73.loadmat("usps_15sep.mat") data = getFeatures(mat['data'])