Login to filter by course Login to filter by course Reset
Kernel RegressionCovers the concept of kernel regression and making data linearly separable by adding features and using local methods.
Perceptron: Part 2Covers the Perceptron algorithm and its application to binary classification problems, including the Pocket Perceptron algorithm.
Deep Learning ParadigmExplores the deep learning paradigm, including challenges, neural networks, robustness, fairness, interpretability, and energy efficiency.
Support Vector MachinesIntroduces Support Vector Machines, covering Hinge Loss, hyperplane separation, and non-linear classification using kernels.
Deep Learning: Theory and ApplicationsExplores the mathematics of deep learning, neural networks, and their applications in computer vision tasks, addressing challenges and the need for robustness.
Machine Learning FundamentalsIntroduces the basics of machine learning, covering supervised classification, logistic regression, and maximizing the margin.
PCA and Kernel PCAExplains how PCA eliminates dimensions by finding principal components with most variation and compares PCA with Kernel PCA.