Supervised Learning OverviewCovers CNNs, RNNs, SVMs, and supervised learning methods, emphasizing the importance of tuning regularization and making informed decisions in machine learning.
Unsupervised Behavior ClusteringExplores unsupervised behavior clustering and dimensionality reduction techniques, covering algorithms like K-Means, DBSCAN, and Gaussian Mixture Model.
Clustering: k-meansExplains k-means clustering, assigning data points to clusters based on proximity and minimizing squared distances within clusters.
Clustering: Theory and PracticeCovers the theory and practice of clustering algorithms, including PCA, K-means, Fisher LDA, spectral clustering, and dimensionality reduction.
Clustering: K-means & LDACovers clustering using K-means and LDA, PCA, K-means properties, Fisher LDA, and spectral clustering.
Kernel K-means ClusteringExplores Kernel K-means clustering, interpreting solutions, handling missing data, and dataset selection for machine learning.
Time Series ClusteringCovers clustering time series data using dynamic time warping, string metrics, and Markov models.
Graph Coloring IIExplores advanced graph coloring concepts, including planted coloring, rigidity threshold, and frozen variables in BP fixed points.
Support Vector Clustering: SVCIntroduces Support Vector Clustering (SVC) using a Gaussian kernel for high-dimensional feature space mapping and explains its constraints and Lagrangian.