📰 KDnuggets
146 articles · Updated every 3 hours · View all reads
All
Articles 75,798Blog Posts 102,388Tech Tutorials 18,503Research Papers 16,016News 13,171
⚡ AI Lessons

KDnuggets
1d ago
A Deep Dive into Calibration of Language Models: Platt Scaling, Isotonic Regression, Temperature Scaling
Discover three post-hoc methods for closing the gap between confidence and accuracy.

KDnuggets
1d ago
3 SpaCy Tricks for Efficient Text Processing & Entity Recognition
In this article, we will explore three essential spaCy tricks that every developer should have in their toolkit to maximize processing speed and customize entit

KDnuggets
2d ago
What the Agentic Era Means for Data Science
Learn how AI agents are reshaping data science workflows and which skills practitioners need in 2026.

KDnuggets
2d ago
7 Steps to Mastering Time Series Analysis with Python
This article breaks down 7 key steps to help you analyze and forecast time series data with Python.

KDnuggets
3d ago
How to Write to Files in Python: A Beginner’s Guide
Learn how to write, append, and save text, CSV, and JSON files in Python using native file handling tools that work out of the box.

KDnuggets
🧠 Large Language Models
⚡ AI Lesson
3d ago
5 Fun Papers That Explain LLMs Clearly
Want to understand LLMs better? Start with these five foundational papers that explain how they work.

KDnuggets
4d ago
A Gentle Primer on LLM Explainability
This article discusses LLM explainability and outlines the advances, trends, and ongoing developments in this important field of study.

KDnuggets
4d ago
10 GitHub Repositories for Modern Database Systems and Tools
Explore 10 top open-source GitHub repositories for modern databases, analytics, SQL, caching, monitoring, replication, PostgreSQL, SQLite, and AI agent memory.

KDnuggets
5d ago
Mocking a Year of IoT Sensor Time Series Data with Mimesis
In this guide, you will learn the process of generating a year's worth of daily temperature readings, mimicking a seasonal curve that looks like real — al

KDnuggets
5d ago
5 Must-Know Python Concepts for Data Scientists
In this article, we will dive deep into five must-know Python concepts that will help you transition from writing clunky, slow spaghetti code to constructing li

KDnuggets
1w ago
Practical NLP in the Browser with Transformers.js
This tutorial covers three NLP tasks: text classification, zero-shot labelling, and question answering using Transformers.js's pipeline() API.

KDnuggets
1w ago
The ‘Entry-Level’ Gatekeeper: Auditing Job Descriptions with Textstat
This article shows how to use free, open-source tools like Python and its Textstat library to build a script that automates the process of capturing "gatekeepin

KDnuggets
1w ago
Tweaking Local Language Model Settings with Ollama
In this article, we will go deep under the hood of Ollama's configuration engine, exploring how to fine-tune local language model parameters.

KDnuggets
1w ago
7 Real World AI Projects to Build in 2026 (with Guides)
Explore seven practical AI projects that automate real workflows, including job search, web research, investment research, market trend analysis, invoice proces

KDnuggets
1w ago
Pandas GroupBy Explained With Examples
Learn how to use Pandas GroupBy to summarize, compare, and analyze grouped data with simple, practical examples.

KDnuggets
1w ago
5 Scipy.stats Tricks for Simulating ‘What If’ Scenarios
In this article, we will take a look under the hood of scipy.stats, exploring five essential tricks to design high-performance, rigorous simulations using only

KDnuggets
1w ago
Visual Debugging Tools for Machine Learning Workflows
In this article, we cover three topics: what to visualize during training, the tools that provide those visualizations, and the methods to capture model computa

KDnuggets
1w ago
Top 7 Python Libraries for Large-Scale Data Processing
This article covers Python libraries that make large-scale data processing faster, more scalable, and easier to manage across modern data workflows.

KDnuggets
1w ago
Auditing Model Bias with Balanced Datasets with Mimesis
Learn how to use Mimesis library to generate a balanced, counterfactual dataset that helps analyze potential bias in your models.

KDnuggets
1w ago
5 More Must-Know Python Concepts
Let's take a look at five more fundamental concepts that every Python developer should have in their toolkit.

KDnuggets
2w ago
Easy Agentic Tool Calling with Gemma 4
In this tutorial, we will give Gemma 4 two new tools and watch the model decide, on its own, when to look around and when to compute.

KDnuggets
2w ago
System Design Interview Questions: A Handy Collection
Ace system design interviews with 10 GitHub repositories packed with fundamentals, proven patterns, and real questions to help you design scalable systems with

KDnuggets
2w ago
Best Small Language Models on Hugging Face Right Now!
Take a curated look at the best small language models currently available on Hugging Face, what each one is actually good at, the benchmark numbers that back th

KDnuggets
2w ago
Anonymizing Production Data for Data Science with Mimesis
Learn how to utilize Python's Mimesis library for anonymizing sensitive production data, based on a step-by-step example to try yourself.
DeepCamp AI