Lagrange Duality
Derive and interpret the dual form of an optimization problem.
Derive and interpret the dual form of an optimization problem.
Solve constrained optimization problems using your favorite unconstrained solver.
Fit nonlinear models using Gauss-Newton and Levenberg-Marquardt algorithms.
Interpolate equally-spaced data efficiently and discover its connection to Taylor series.
Tackle tricky integrals with endpoint singularities using a clever variable transformation.
Approximate functions using polynomial interpolation without solving linear systems.
Interpolate equally-spaced data efficiently and discover its connection to Taylor series.
Fit rational functions to data with poles and discontinuities where polynomials fail.
Approximate functions using polynomial interpolation without solving linear systems.
Fit rational functions to data with poles and discontinuities where polynomials fail.
Fit nonlinear models using Gauss-Newton and Levenberg-Marquardt algorithms.
Plot ellipses using conic, quadratic, and parametric representations.
Create cleaner 3D surface plots using radial and elliptical grids in matplotlib.
Plot ellipses using conic, quadratic, and parametric representations.
Create cleaner 3D surface plots using radial and elliptical grids in matplotlib.
Compute logarithms and exponentials without a floating point unit.
Compute sine, cosine, and exponentials using only addition, subtraction, and bit shifts.
Fit nonlinear models using Gauss-Newton and Levenberg-Marquardt algorithms.
Fit nonlinear models using Gauss-Newton and Levenberg-Marquardt algorithms.
Fit nonlinear models using Gauss-Newton and Levenberg-Marquardt algorithms.
Implement a regression tree from scratch using only numpy.
Implement a regression tree from scratch using only numpy.
Implement a regression tree from scratch using only numpy.
Tackle tricky integrals with endpoint singularities using a clever variable transformation.
Compute sine, cosine, and exponentials using only addition, subtraction, and bit shifts.
Detect nonlinear relationships that Pearson and Spearman miss.