Blog

A Practical Guide to HTMX with Python's Air Framework

Learn how to build modern, dynamic web applications using HTMX with Python's Air framework through practical examples.

2025-09-07Isaac Flath

Late Chunking: The Better Way to Embed Document Chunks

Solving the lost context problem in document retrieval with the embed-then-chunk approach

2025-04-09Isaac Flath

Building Dynamic Web UIs with FastHTML and HTMX

A simpler approach to creating interactive web applications using Python and hypermedia

2025-04-03Isaac Flath

Perl Command-Line Magic

Mastering text processing in the CLI : the -p -i -n -e -l -a -0 -w -s options

2025-04-01Isaac Flath

FastHTML Applications 1

Learn to build web applications with FastHTML using Python

2025-03-27Isaac Flath

DNS 101

A Practical Guide of key information needed to know about DNS to host web apps

2025-03-25Isaac Flath

Building a Search Evaluation App with FastHTML and MonsterUI

Create a professional web application to evaluate search algorithms without writing CSS or JavaScript

2025-03-18Isaac Flath

Retrieval 101

A practical guide to implementing semantic search for technical content

2025-03-17Isaac Flath

Creating Custom FastHTML Tags for Markdown Rendering

Step by step tutorial to rendering markdown in FastHTML using zero-md

2024-07-19Isaac Flath

MeanShift From Scratch

A deep dive on meanshift clustering with the full algorithm implemented from scratch using pytorch

2022-11-10Isaac Flath

Python Programming Tips

A list of handy tips and tricks when programming in python

2022-11-06Isaac Flath

K-Means From Scratch

A deep dive on K-Means where smart initialization and the full algorithm is implemented from scratch using pytorch

2022-11-05Isaac Flath

Introduction To Statistical Testing

An introduction to Statistical Testing applied to Stock Trading

2022-09-30Isaac Flath

Simple Time Series (Stock Prices)

An introduction to basic time series for stock prediction

2022-08-05Isaac Flath

Practical Chatbots

Improving business processes using ML-Based chatbots

2021-06-23Isaac Flath

Python Concurrency

Easy python poncurrency and parallel processing for Data Science

2021-04-01Isaac Flath

CycleGAN Walk Through

A walkthrough of key components to a pytorch CycleGAN implementation.

2021-03-20Isaac Flath

StyleGAN Components

Showing the key components to StyleGAN and how & why they work

2021-03-01Isaac Flath

GAN Introduction

Summarizing the foundational concepts relating to GANs

2021-02-20Isaac Flath

Plant Pathology Kaggle

Creating a top 10 leaderboard submission for the Plant Pathology Image Classification Kaggle Competition

2021-02-15Isaac Flath

Neural Networks and XOR

How does a neural network transform non-linear data to solve complex problems. Fitting a neural Network to the XOR function.

2021-01-09Isaac Flath

Tabular Modeling

How to approach tabular modeling

2020-12-30Isaac Flath

Pseudo Labeling for Data Cleaning

Pseudo labeling for noise reduction and data creation in MNIST

2020-12-15Isaac Flath

Partial Dependence Plotting

UA guide for showing the benefits and technique to Partial Dependence Plotting

2020-11-20Isaac Flath

NLP Recurrent NN Foundations

What is an RNN? How does NLP work?

2020-08-22Isaac Flath

NLP Tokenization Foundations

What is Tokenization? What is numericalization?

2020-08-19Isaac Flath

Mixup Deep Dive

What is Mixup Data Augmentation really?

2020-08-11Isaac Flath

Neural Network Foundations (Part 2)

MNIST multi-class classification from scratch with deep Learning

2020-06-21Isaac Flath

Neural Network Foundations (Part 1)

MNIST 3/7 classification from scratch with deep Learning

2020-06-19Isaac Flath

Gradient Descent for Linear Regression - Part 2

Unders the hood of gradient descent for model optimization

2020-06-11Isaac Flath

Applied LLMs Topic Overview

A brief summary of the different topics that go into developing a good LLM based solution

2020-06-10Isaac Flath

Gradient Descent for Linear Regression - Part 1B

Unders the hood of gradient descent for model optimization

2020-06-01Isaac Flath

Gradient Descent for Linear Regression - Part 1

Unders the hood of gradient descent for model optimization

2020-05-09Isaac Flath