-

Text Generation: From Logits to Words
Explore text generation strategies: greedy decoding, temperature sampling, top-k, and top-p (nucleus) sampling.
-

Training a Transformer: Making It Learn
Train your transformer using PyTorch. Watch the loss drop from 3.5 to 0.13 in 30 seconds on CPU.
-

Building a Transformer From Scratch
Assemble embeddings, attention, and feed-forward layers into a complete decoder-only transformer (like GPT).
-

Self-Attention: The Engine Behind Transformers
Learn how self-attention works — the key mechanism that lets every token in a sequence look at every…
-

Tokenization: How LLMs See Text
Learn how LLMs split text into tokens using Byte-Pair Encoding (BPE), the algorithm behind GPT-2, GPT-3, and GPT-4.
-

Your First Language Model
Build a working language model from scratch using nothing but Python and a frequency table. No neural networks…
-

Encapsulation and Abstraction in C#
Encapsulation and abstraction are two pillars of object-oriented programming (OOP) that play a vital role in writing secure,…
Categories
Tag Cloud
.net algorithms angular api Array arrays basic-concepts big o blazor c# classes code components containers control-structures csharp data structures data types Deep Learning dictionaries docker dom dotnet framework functions git guide Inheritance javascript json leetcode linq lists LLM methods MVC npm object oriented programming oop operators Python sorted tutorial typescript web framework
