The Machine Learning “Advent Calendar” Day 17: Neural Network Regressor in Excel
Neural networks often feel like black boxes. In this article, we build a neural network regressor from scratch using only Excel formulas. By making every step e...
242 posts from this source
Neural networks often feel like black boxes. In this article, we build a neural network regressor from scratch using only Excel formulas. By making every step e...
LLM-as-a-Judge, regression testing, and end-to-end traceability of multi-agent LLM systems The post Production-Grade Observability for AI Agents: A Minimal-Code...
Learn how to be an effective engineer with coding agents The post 3 Techniques to Effectively Utilize AI Agents for Coding appeared first on Towards Data Scienc...
When indexing hurts more than it helps: how we realized our RAG use case needed a key-value store, not a vector database The post When Not to Use Vector DB appe...
An Excel sheet with a column containing numbers and text? What a mess! The post Separate Numbers and Text in One Column Using Power Query appeared first on Towa...
Kernel SVM often feels abstract, with kernels, dual formulations, and support vectors. In this article, we take a different path. Starting from Kernel Density E...
Deep work, over-identification, sports, and blogging The post Lessons Learned After 8 Years of Machine Learning appeared first on Towards Data Science....
Instead of starting with margins and geometry, this article builds the Support Vector Machine step by step from familiar models. By changing the loss function a...
Beyond writing code, these are the design-level decisions, trade-offs, and habits that quietly separate senior data scientists from everyone else. The post 6 Te...
In this article, I’ll show you how to use two popular Python libraries to carry out some geospatial analysis of traffic accident data within the UK. I was a rel...
What worked, what broke, and why I did it The post Lessons Learned from Upgrading to LangChain 1.0 in Production appeared first on Towards Data Science....
Softmax Regression is simply Logistic Regression extended to multiple classes. By computing one linear score per class and normalizing them with Softmax, we obt...
In the Author Spotlight series, TDS Editors chat with members of our community about their career path in data science and AI, their writing, and their sources...
Introduction If you work in data science, data engineering, or as as a frontend/backend developer, you deal with JSON. For professionals, its basically only dea...
Ridge and Lasso regression are often perceived as more complex versions of linear regression. In reality, the prediction model remains exactly the same. What ch...
Learn how to become a more efficient programmer with local testing The post How to Increase Coding Iteration Speed appeared first on Towards Data Science....
This one little trick can bring about enhanced training stability, the use of larger learning rates and improved scaling properties The post NeurIPS 2025 Best P...
In this article, we rebuild Logistic Regression step by step directly in Excel. The post The Machine Learning “Advent Calendar” Day 12: Logistic Regression in E...
Most breakthroughs in deep learning — from simple neural networks to large language models — are built upon a principle that is much older than AI itself: decen...
Hey everyone! Welcome to the start of a major data journey that I’m calling “EDA in Public.” For those who know me, I believe the best way to learn anything is...
Introduction How do we identify latent groups of patients in a large cohort? How can we find similarities among patients that go beyond the well-known comorbidi...
Linear Regression looks simple, but it introduces the core ideas of modern machine learning: loss functions, optimization, gradients, scaling, and interpretatio...
A step-by-step tutorial that explores the Python Turtle Module The post Drawing Shapes with the Python Turtle Module appeared first on Towards Data Science....
What I've learned about making Pandas faster after too many slow notebooks and frozen sessions The post 7 Pandas Performance Tricks Every Data Scientist Should...