AI/ML Techniques

The Beginner’s Guide to Language Models with Python

Language models — often known for the acronym LLM for Large Language Models, their large-scale version — fuel powerful AI…

4 months ago

Understanding the DistilBart Model and ROUGE Metric

This post is in two parts; they are: • Understanding the Encoder-Decoder Architecture • Evaluating the Result of Summarization using…

4 months ago

Text Summarization with DistillBart Model

This tutorial is in two parts; they are: • Using DistilBart for Summarization • Improving the Summarization Process Let's start…

4 months ago

Diagnosing and Fixing Overfitting in Machine Learning with Python

Overfitting is one of the most (if not the most!) common problems encountered when building machine learning (ML) models.

4 months ago

Building LLM Applications with Hugging Face Endpoints and FastAPI

FastAPI is a modern and high-performance compliant web framework for building APIs with Python.

4 months ago

10 Python One-Liners That Will Boost Your Data Preparation Workflow

Data preparation is a step within the data project lifecycle where we prepare the raw data for subsequent processes, such…

4 months ago

Text Generation with GPT-2 Model

This tutorial is in four parts; they are: • The Core Text Generation Implementation • Contrastive Search: What are the…

4 months ago

Auto-Completion Style Text Generation with GPT-2 Model

This post is in six parts; they are: • Traditional vs Neural Approaches • Auto-Complete Architecture • Basic Auto-Complete Implementation…

4 months ago

Understanding RAG Part VI: Effective Retrieval Optimization

Be sure to check out the previous articles in this series: •

4 months ago

Understanding Probability Distributions for Machine Learning with Python

In machine learning, probability distributions play a fundamental role for various reasons: modeling uncertainty of information and data, applying optimization…

4 months ago