Blog
Learning Mojo with SolveIt
Following my previous post on iteratively developing Mojo with %%moso, this post shows how I use SolveIt to learn Mojo interactively alongside an AI assistant.
Iterative Mojo Programming with %%moso
Lately, I've been interested in learning GPU programming using Mojo. I've followed Modular for a while and have always wanted to get some hands-on experience with GPU programming. It's just really cool to be able to write some custom kernels to speed up deep learning models.
CryCeleb2023 Diary
My Experiments to winning the CryCeleb Competition (Audio Verification)
Transformer for timeseries
Developing an Intuition for Transformers and Applying Them to Time Series Classification
Dynamic Size DataLoader
Preparing the Dynamic size DataLoader for sequences with wide distributed length
Redesign your Training Loop with CallBacks
Building a Flexible Training Loop via a system of callbacks - fastai course part 2 2022
Captcha prediction - From CNN to CRNN
3 approaches predicting the captcha with > 95% accuracy
Object Detection from scratch - Single Shot Detector
Building an Object Detection from scratch with fastai v2
Classification loss function as comparing 2 vectors
Walking through a simple Dot-Product to Cross-Entropy then finally a completely new loss function