SVMs, Clustering (K-Means/DBSCAN), Dimensionality Reduction (PCA/t-SNE/UMAP) & Time Series
Margin maximization, kernel tricks, unsupervised clustering, manifold visualization, and temporal autoregression.
⚡ Executive Summary
Explore SVM maximum margin boundaries, unsupervised clustering (K-Means, DBSCAN), dimensionality reduction (PCA, t-SNE, UMAP), and time series models.
Key Takeaways
- ✓Support Vector Machines (SVM) — covered in depth with practical examples, formulas, and code.
- ✓Unsupervised Clustering — covered in depth with practical examples, formulas, and code.
- ✓Dimensionality Reduction — covered in depth with practical examples, formulas, and code.
SVMs, Unsupervised Learning & Time Series Reference
#1. Support Vector Machines (SVM)
Finds the optimal decision boundary (hyperplane) maximizing margin distance between classes. Kernel trick (RBF, Polynomial) projects data into higher dimensions for non-linear boundaries.
#2. Unsupervised Clustering
#3. Dimensionality Reduction
#4. Time Series Models
Sri Kanish P
Co-Founder & ROS Developer
Sri Kanish P is part of the Junglans Solutions engineering team, specializing in model architectures. Junglans builds a 20-product ecosystem of local-first enterprise software — AI developer tools, encrypted communication, and data infrastructure with zero cloud telemetry.
Meet the full Junglans engineering team ↗This article is part of the Junglans Research knowledge base, produced alongside the engineering teams that build our production AI tools. Explore related product documentation and research:
- Junglans ML Visualizer ↗
Interactive 22-algorithm machine learning sandbox — see the concepts in action.
- JunglasNCode ↗
Line-by-line code execution and call stack visualizer for algorithm practice.
- All Junglans Research Articles ↗
More engineering and AI deep-dives from the Junglans team.
Related Research & Articles
Linear Models, Regularization (Ridge/Lasso/ElasticNet), KNN Distance & Naive Bayes
Explore linear hyperplanes, sigmoid logistic log-loss, L1 Lasso feature selection, L2 Ridge shrinkage, KNN distance metrics, and Naive Bayes independence assumptions.
Tree-Based Architectures & Ensembles: Decision Trees, Random Forests, XGBoost, LightGBM & CatBoost
Master decision tree split criteria (Gini vs Entropy), Random Forest bagging, and gradient boosted powerhouses like XGBoost, LightGBM, and CatBoost.