summaryrefslogtreecommitdiff
path: root/OASIS
Commit message (Expand)AuthorAge
* refactored tool chain setup, able to debug and run from vscode nowHEADmasterEric Dao2023-05-12
* finished c implmentation, only works with two components (ran out of memory, ...Eric Dao2023-04-10
* done svm implementation, need to check with cross validation and prediction f...Eric Dao2023-04-10
* changed folder names and added git ignoreEric Dao2023-03-28
* renamed everything, started doing svm, made a few helper functionsEric Dao2023-03-27
* cropped images, pca covariance method works fully now, power iteration still ...Eric Dao2023-03-26
* fixed pca problems for covariance methodEric Dao2023-03-25
* added pca_covariance_method, will add svd later, but doesnt work rn, covarian...Eric Dao2023-03-25
* working pca (covariance method), takes too long, runs out of memoryEric Dao2023-03-23
* realized we're working with singular values, not eigen values for a rectangul...Eric Dao2023-03-23
* refined both algorithms, non covariance doesn't work for non largest eigen ve...Eric Dao2023-03-23
* fixed bugs in cosine_simEric Dao2023-03-22
* added more functions to pca, still doesn't work prroperlyEric Dao2023-03-20
* finished power iteration implmentation, testing but running into issues durin...Eric Dao2023-03-19
* added more helper functions, debating between qr algo and power iterations, n...Eric Dao2023-03-18
* fixing cosine sim, wipEric Dao2023-03-17
* fixed up the compiler errorsEric Dao2023-03-17
* added blas functionality for matrix multiplication, fixed covariance sizing f...Eric Dao2023-03-17
* added lin alg helper function, covariance matrix is supposed to be cols x col...Eric Dao2023-03-16
* finished qr_decomp, working and testedEric Dao2023-03-16
* wrote a bunch of helper functions for pcaEric Dao2023-03-15
* added core dump functionlaityEric Dao2023-03-14
* implemented pca helper functions, and computed covariance matrix. solved all ...Eric Dao2023-03-14
* fixed memory leaks, put all mallocs in mainEric Dao2023-03-13
* added debug to makefileEric Dao2023-03-13
* added comments for functions to implement for pcaEric Dao2023-03-12
* added PCA graph and modified main.py to show either scree plot or pca accurac...Eric Dao2023-03-12
* added normalization function to data, and float conversionsEric Dao2023-03-12
* added flatten_image, currently has memory leaksEric Dao2023-03-12
* refactored the image read in functions, clean nowEric Dao2023-03-11
* WIP on master: cac6c2b put files in inc, src, obj folders, updated make file,...Eric Dao2023-03-11
* put files in inc, src, obj folders, updated make file, separated all function...Eric Dao2023-03-11
* imread() wip, added makefileEric Dao2023-03-11
* added more functionality for reading all bmps and storing it in a 3d arrayEric Dao2023-03-06
* added bmps and started c implementation.Eric Dao2023-02-28
* added bmps and started c implementation. got a successful bmp read into an arrayEric Dao2023-02-28
* added powerpoint presentation for preprocessing and svmEric Dao2023-02-17
* working k fold cross validation, average accuracy ~70%Eric Dao2023-02-16
* first commitEric Dao2023-02-11