Skip to content

SpellOnYou/codehub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

numeric programming language practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages