Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 368 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 368 Bytes

This repo holds my STA561 Machine Learning code and project. The project highlights randomized singular value decomposition methods compared to traditional SVD. There are some computational comparisons implemented in Python. The results show that RSVD methods are faster than SVD and power iterations significantly increase time to completion at a low accuracy cost.