life is too short for a diary



Posts Tagged: python

Sigmoid vs Softmax

Sigmoid and softmax are both functions that turn model scores into values that are easier to interpret, but they solve different kinds of classification problems...

Continue reading → ml python



Build and Deploy a YouTube-to-MP3 Converter

I often find myself searching for websites to convert YouTube videos to MP3. Most of these sites are full of spam and annoying ads, so I decided to build a simple website and learn along the way...

Continue reading → python fastapi docker github actions scaleway



Cribsheet for Heap data structure

A quick reference guide for heap data structures, algorithms, and common interview patterns. Covers max/min heaps, heapsort, priority queues, and practical implementations in Java and Python...

Continue reading → java python algorithm heap