An open API service indexing awesome lists of open source software.

https://github.com/sk-g/curvefittingmatlab

Recreating Chapter 1 topics from PRML. Curve fitting with matlab. Manual code for cross validation.
https://github.com/sk-g/curvefittingmatlab

cross-validation curve-fitting machine-learning matlab matlab-script pattern-recognition

Last synced: about 1 month ago
JSON representation

Recreating Chapter 1 topics from PRML. Curve fitting with matlab. Manual code for cross validation.

Awesome Lists containing this project

README

          

# curveFittingMatlab
Recreating Chapter 1 topics from PRML. Curve fitting with matlab. Manual code for cross validation.

Implement regularized polynomial curve fitting.
Examples (xn, tn), n = 1..N
wi is the weight for x in, (0 ≤ i ≤ 9)

W∗ = (XX.T + λI).-1.Xt