Login to filter by course Login to filter by course Reset
Deep Learning FundamentalsIntroduces deep learning, from logistic regression to neural networks, emphasizing the need for handling non-linearly separable data.
Support Vector Machines: SVMsExplores Support Vector Machines, covering hard-margin, soft-margin, hinge loss, risks comparison, and the quadratic hinge loss.
Kernels: Nonlinear TransformationsExplores kernels for simplifying data representation and making it linearly separable in feature spaces, including popular functions and practical exercises.
Multiclass ClassificationCovers the concept of multiclass classification and the challenges of linearly separating data with multiple classes.