No Image
AI
How to Build a Real AI from Scratch: Serving via Local Web API (Part 6)
Building a mathematical AI engine is only the first half of the journey. To make your neural network useful, it needs to interact with the o...
Read Article →
No Image
AI
How to Build a Real AI from Scratch: Causal Masking & Text Generation (Part 5)
In Part 4, we built a Transformer block capable of Self-Attention. However, if we want our AI to generate text like GPT (Generative Pre-trai...
Read Article →
No Image
AI
How to Build a Real AI from Scratch: Self-Attention & Mini Transformer Engine (Part 4)
In Part 3, we explored Recurrent Neural Networks (RNNs) to provide sequence memory through hidden states. However, sequential recurrence suf...
Read Article →
No Image
AI
How to Build a Real AI from Scratch: Recurrent Memory and Chatbot Engine (Part 3)
In Part 1 and Part 2, we covered the mathematical foundations of forward-backward propagation and single-word sequence modeling. However, re...
Read Article →
No Image
AI
How to Build a Real AI from Scratch: Tokenization and Neural Text Engine (Part 2)
In Part 1, we built the core mathematical engine of an Artificial Neural Network (ANN) using pure NumPy to solve numerical classification. H...
Read Article →
No Image
AI
How to Build a Real AI from Scratch: Complete Python Guide (Part 1 - Math & Code)
In Part 3, we explored Recurrent Neural Networks (RNNs) to provide sequence memory through hidden states. However, sequential recurrence suf...
Read Article →