| Commit message (Expand) | Author | Age |
| * | refactored tool chain setup, able to debug and run from vscode nowHEADmaster | Eric Dao | 2023-05-12 |
| * | finished c implmentation, only works with two components (ran out of memory, ... | Eric Dao | 2023-04-10 |
| * | done svm implementation, need to check with cross validation and prediction f... | Eric Dao | 2023-04-10 |
| * | cropped images, pca covariance method works fully now, power iteration still ... | Eric Dao | 2023-03-26 |
| * | fixing cosine sim, wip | Eric Dao | 2023-03-17 |
| * | fixed up the compiler errors | Eric Dao | 2023-03-17 |
| * | added blas functionality for matrix multiplication, fixed covariance sizing f... | Eric Dao | 2023-03-17 |
| * | finished qr_decomp, working and tested | Eric Dao | 2023-03-16 |
| * | added core dump functionlaity | Eric Dao | 2023-03-14 |
| * | added debug to makefile | Eric Dao | 2023-03-13 |
| * | added normalization function to data, and float conversions | Eric Dao | 2023-03-12 |
| * | added flatten_image, currently has memory leaks | Eric Dao | 2023-03-12 |
| * | put files in inc, src, obj folders, updated make file, separated all function... | Eric Dao | 2023-03-11 |
| * | imread() wip, added makefile | Eric Dao | 2023-03-11 |