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