Tag: technical
All the articles with the tag "technical".
-
5 things I learned from reading 'Fluent Python'
A great book to learn how to write pythonic code
-
Picking the right database for your LLM project
With so many new options available, it's hard to choose the right one
-
The Dissected Attention Network
A weekend project where I dig deep into the code powering the attention mechanism
-
Deep Turing OCR: A Summary of my Bachelor's Thesis
Performing OCR on hand-written Turing Machines
-
An RNN that learns to talk like you
A weekend project training RNNs on my whatsapp chat history
-
Bias versus Variance Explained
A key concept in machine learning, put plain and simple
-
How to write an LL(1) parser
Parse your way through a grammar string