| 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 |
* | renamed everything, started doing svm, made a few helper functions | Eric Dao | 2023-03-27 |
* | cropped images, pca covariance method works fully now, power iteration still ... | Eric Dao | 2023-03-26 |
* | fixed pca problems for covariance method | Eric Dao | 2023-03-25 |
* | added pca_covariance_method, will add svd later, but doesnt work rn, covarian... | Eric Dao | 2023-03-25 |
* | working pca (covariance method), takes too long, runs out of memory | Eric Dao | 2023-03-23 |
* | realized we're working with singular values, not eigen values for a rectangul... | Eric Dao | 2023-03-23 |
* | refined both algorithms, non covariance doesn't work for non largest eigen ve... | Eric Dao | 2023-03-23 |
* | fixed bugs in cosine_sim | Eric Dao | 2023-03-22 |
* | added more functions to pca, still doesn't work prroperly | Eric Dao | 2023-03-20 |
* | finished power iteration implmentation, testing but running into issues durin... | Eric Dao | 2023-03-19 |
* | added more helper functions, debating between qr algo and power iterations, n... | Eric Dao | 2023-03-18 |
* | fixing cosine sim, wip | Eric Dao | 2023-03-17 |
* | added blas functionality for matrix multiplication, fixed covariance sizing f... | Eric Dao | 2023-03-17 |
* | added lin alg helper function, covariance matrix is supposed to be cols x col... | Eric Dao | 2023-03-16 |
* | finished qr_decomp, working and tested | Eric Dao | 2023-03-16 |
* | wrote a bunch of helper functions for pca | Eric Dao | 2023-03-15 |
* | implemented pca helper functions, and computed covariance matrix. solved all ... | Eric Dao | 2023-03-14 |
* | fixed memory leaks, put all mallocs in main | 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 |
* | refactored the image read in functions, clean now | Eric Dao | 2023-03-11 |
* | WIP on master: cac6c2b put files in inc, src, obj folders, updated make file,... | Eric Dao | 2023-03-11 |
* | 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 |
* | added more functionality for reading all bmps and storing it in a 3d array | Eric Dao | 2023-03-06 |
* | added bmps and started c implementation. | Eric Dao | 2023-02-28 |