✕ Clear all filters
146 articles

📰 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
How to Write to Files in Python: A Beginner’s Guide
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.
5 Fun Papers That Explain LLMs Clearly
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.
A Gentle Primer on LLM Explainability
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.
10 GitHub Repositories for Modern Database Systems and Tools
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.
Mocking a Year of IoT Sensor Time Series Data with Mimesis
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
5 Must-Know Python Concepts for Data Scientists
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
Practical NLP in the Browser with Transformers.js
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.
The ‘Entry-Level’ Gatekeeper: Auditing Job Descriptions with Textstat
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
Tweaking Local Language Model Settings with Ollama
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.
7 Real World AI Projects to Build in 2026 (with Guides)
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
Pandas GroupBy Explained With Examples
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.
5 Scipy.stats Tricks for Simulating ‘What If’ Scenarios
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
Visual Debugging Tools for Machine Learning Workflows
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
Top 7 Python Libraries for Large-Scale Data Processing
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.
Auditing Model Bias with Balanced Datasets with Mimesis
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.
5 More Must-Know Python Concepts
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.
Easy Agentic Tool Calling with Gemma 4
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.
System Design Interview Questions: A Handy Collection
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
Best Small Language Models on Hugging Face Right Now!
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
Anonymizing Production Data for Data Science with Mimesis
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.