Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 682 Bytes

julia

  • Numerical programming practice using Julia practice folder
  1. Matix Factorization

  1. Implemented functions for QR (Householder) and least squres

  2. Implemented SVD. Refer to Matrix Computation (3rd ed.) by Golub and Van Loan:

  3. Implemented Gradient Descent for the least squares estimation.

  4. Implemented Stochastic Gradient Descent for the least squares estimation.

  1. fit the model with objective function
  • if you want to detailed comparison between 4) and 5), and explanation of 6) visit my blog

swift