awan top 7 coding models run locally 2026 1

Top 7 Coding Models You Can Run Locally in 2026

  Contents# Introduction# 1. Qwen3.6 27B MTP# 2. Gemma 4 31B IT QAT# 3. DiffusionGemma 26B A4B# 4. Nemotron Cascade 2 30B A3B# 5. Qwen3.5 9B MTP# 6. EXAONE 4.5 33B# 7. North Mini Code 1.0# Final Thoughts # Introduction  Local coding models are finally getting serious. I have been a big fan of this new wave of local large language models (LLMs), especially the …

Top 7 Coding Models You Can Run Locally in 2026 Read More »

scatter plot

Encoding Categorical Data for Outlier Detection

my series on Outlier Detection. In this article, we look at working with categorical data.  Generally when performing outlier detection with tabular data, we start by converting the data so that it is either entirely categorical or entirely numeric. There are some exceptions, but for the most part this is necessary: most outlier detection algorithms …

Encoding Categorical Data for Outlier Detection Read More »

kdn practical sql tricks

Practical SQL Tricks Every Data Scientist Should Know

  Contents# Introduction# Setting Up the Dataset# 1. Measuring Time Between Events with LAG()# 2. Comparing a Row to Other Rows in the Same Table with a Self-Join# 3. Selecting the Top Row per Group with ROW_NUMBER()# 4. Segmenting Customers by Spend with NTILE(n)# 5. Smoothing Noisy Data with a Rolling Window# 6. Aggregating Conditionally with FILTER# 7. Detecting Consecutive Activity Streaks with Window …

Practical SQL Tricks Every Data Scientist Should Know Read More »

utah

7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture

ContentsIntroductionBarrier 1 | Context and failure recallBarrier 2 | Elastic infrastructureBarrier 3 | Operational Agents and Quality DataBarrier 4 | Git for DataBarrier 5 | Pervasion through the industryBarrier 6 | Agent Sandboxes and New OrchestratorsBarrier 7 | Standards for Proxy Servers and Agent DefinitionPutting it all together | A Single Pane of Glass for AI Introduction , AI examples …

7 Crucial Barriers Between Data Teams and Self-Healing Data Architecture Read More »

Noob Series Loss Function Explained 1

Loss Function Explained For Noobs (How Models Know They Are Wrong)

  Contents# Introduction# What Is a Loss Function?# Mean Squared Error# Mean Absolute Error# Cross-Entropy Loss# Loss vs. Accuracy# The Training Loop# Final Thoughts # Introduction  I know that when beginners start learning machine learning, things seem easy at first. You follow a tutorial that asks you to load a dataset, train a model, and then you see something like this: loss = “mse” …

Loss Function Explained For Noobs (How Models Know They Are Wrong) Read More »

kdn the roadmap to becoming an llm engineer in 2026 feature

The Roadmap to Becoming an LLM Engineer in 2026

  Contents# Introduction# Step 1: Building the Foundation# Step 2: Designing Prompts and Building Tool-Calling Systems# Step 3: Building Retrieval Systems Beyond the Basics# Step 4: Fine-Tuning and Aligning Models# Step 5: Serving and Operating LLM Applications# Recommended Learning Resources# Final Thoughts # Introduction  An LLM engineer is not the same thing as a general machine learning engineer. Where a machine learning engineer might …

The Roadmap to Becoming an LLM Engineer in 2026 Read More »

Scroll to Top