24 articles

📰 Dev.to · Jashwanth

Articles from Dev.to · Jashwanth · 24 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (9097) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
Will GBMs Still Dominate Tabular Data for the Next Decade?
Dev.to · Jashwanth 1mo ago
Will GBMs Still Dominate Tabular Data for the Next Decade?
Gradient Boosting Machines (GBMs) have become the dominant approach for tabular data because they...
What If India Built Its Own Cloud, Chips, and LLMs?
Dev.to · Jashwanth 2mo ago
What If India Built Its Own Cloud, Chips, and LLMs?
(A not-so-crazy thought experiment) “What if India stopped renting the internet… and started owning...
A New Direction in Classification at SmartEco
Dev.to · Jashwanth 2mo ago
A New Direction in Classification at SmartEco
At SmartEco, we’ve been exploring an alternative direction to traditional tree-based and...
SmartKNN v2.2: Improving Scalability, Correctness, and Training Speed
Dev.to · Jashwanth 2mo ago
SmartKNN v2.2: Improving Scalability, Correctness, and Training Speed
SmartKNN v2.2 is a focused update aimed at making the library more scalable, predictable, and...
Product Quantization: How ANN Systems Cheat Distance Without Breaking Search
Dev.to · Jashwanth 2mo ago
Product Quantization: How ANN Systems Cheat Distance Without Breaking Search
If you’ve ever built or used an Approximate Nearest Neighbor (ANN) system at scale, you already know...
The ACCURACY- INFERENCE - MEMORY Triangle in ML Systems
Dev.to · Jashwanth 2mo ago
The ACCURACY- INFERENCE - MEMORY Triangle in ML Systems
Most ML discussions obsess over accuracy. Production systems don’t. In real systems, models live...
We’ve Been Building an ANN Engine for Six Months. Here’s Where It Stands.
Dev.to · Jashwanth 2mo ago
We’ve Been Building an ANN Engine for Six Months. Here’s Where It Stands.
About six months ago, we started experimenting with an idea for an approximate nearest neighbor (ANN)...
I Pitted AutoML Against a Single Model. The Results Were Uncomfortable
Dev.to · Jashwanth 2mo ago
I Pitted AutoML Against a Single Model. The Results Were Uncomfortable
What Is AutoML? AutoML systems, such as H2O AutoML, are designed to automate the process...
What SmartML Benchmarks Tell You Before Hyperparameter Tuning
Dev.to · Jashwanth 2mo ago
What SmartML Benchmarks Tell You Before Hyperparameter Tuning
In most ML blogs and tutorials, benchmarks look like this: Tune forever → squeeze the last 0.1% →...
Production ML is not about models. It’s about trade-offs.
Dev.to · Jashwanth 3mo ago
Production ML is not about models. It’s about trade-offs.
In tutorials, ML looks simple: train a model → get accuracy → ship. In production, none of that...
Why I Built a Dedicated Benchmarking System
Dev.to · Jashwanth 3mo ago
Why I Built a Dedicated Benchmarking System
Over the past few months, I’ve been working on large-scale benchmarks for SmartKNN. What I didn’t...
Happy New Year 2026: An Algorithmic Guide to ML Models
Dev.to · Jashwanth 3mo ago
Happy New Year 2026: An Algorithmic Guide to ML Models
Strengths, Weaknesses, Trade-offs, and When to Use What (2026 Edition) First of all -...
SmartKNN Regression Benchmarks High-Dimensional Datasets
Dev.to · Jashwanth 3mo ago
SmartKNN Regression Benchmarks High-Dimensional Datasets
This release presents initial regression benchmarks for SmartKNN, evaluated on large-D datasets with...
SmartKNN - Large Scale Classification Benchmarks (CPU)
Dev.to · Jashwanth 3mo ago
SmartKNN - Large Scale Classification Benchmarks (CPU)
This release presents initial classification benchmarks for SmartKNN, evaluated on million-scale...
SmartKNN v2 Is Here - Low-Latency, Scalable, and Built for Real-World ML
Dev.to · Jashwanth 3mo ago
SmartKNN v2 Is Here - Low-Latency, Scalable, and Built for Real-World ML
After months of deep engineering, redesigns, and painful benchmarking, SmartKNN v2 (v0.2.0) is...
Ever Wondered Why So Many ML Algorithms Exist - Even When Big Names Dominate?
Dev.to · Jashwanth 3mo ago
Ever Wondered Why So Many ML Algorithms Exist - Even When Big Names Dominate?
If machine learning had a single “best” algorithm, the field would be boring by now. Yet even today,...
A Small Milestone While Building SmartKNN
Dev.to · Jashwanth 3mo ago
A Small Milestone While Building SmartKNN
Over the past few weeks, I’ve been building SmartKNN - a practical take on the classic K-Nearest...
How SmartKNN Learns Feature Weights Internally.
Dev.to · Jashwanth 4mo ago
How SmartKNN Learns Feature Weights Internally.
“KNN secretly behaves like metric learning once you stop being lazy with distances.” KNN is famous...
SmartKNN Regression Benchmarks — How Far Can a Smarter KNN Really Go?
Dev.to · Jashwanth 4mo ago
SmartKNN Regression Benchmarks — How Far Can a Smarter KNN Really Go?
Over the past weeks, we benchmarked SmartKNN against KNN, SVR, Decision Tree Regression, Random...
SmartKNN: An Interpretable Weighted Distance Framework for K-Nearest Neighbours
Dev.to · Jashwanth 4mo ago
SmartKNN: An Interpretable Weighted Distance Framework for K-Nearest Neighbours
SmartKNN vs Weighted_KNN & KNN: A Practical Benchmark on Real Regression...