Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jack-z-coder/CS-math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS-math

This is assignment of Applied Mathematics for CS in Zhejiang University. Codes are written in python. There are five parts in total, containing Regression, PCA, GMM, L-M algorithm, SVM.

Dependencies

  • Python 2.7 (Better on Linux)
  • numpy
  • matplotlib
  • scipy
  • sympy

Examples

  • Regression
python poly_regression.py

  • PCA
python digits_pca.py

  • GMM
python mog.py

  • L-M algorithm
python lm.py
  • SVM
python svm.py

  • zachary zhang, 2016

About

CS-math assignments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages