Sparse RegressionCovers the concept of sparse regression and the use of Gaussian additive noise in the context of MAP estimator and regularization.
Gradient DescentCovers the concept of gradient descent, a universal algorithm used to find the minimum of a function.
Bounds and InequalitiesCovers upper and lower bounds, Jensen's inequality, and amended bounds in mathematical analysis.
Clustering: k-meansExplains k-means clustering, assigning data points to clusters based on proximity and minimizing squared distances within clusters.
Symmetry in PhysicsCovers the concept of symmetry in physics and its applications in various contexts.
Kernel RegressionCovers the concept of kernel regression and making data linearly separable by adding features and using local methods.
Lasso and MNIST BasicsIntroduces Lasso regularization and its application to the MNIST dataset, emphasizing feature selection and practical exercises on gradient descent implementation.