$ init portfolio
R

// Blog

Blog

Exploring AI/ML — neural networks, transformers, LLMs, and everything in between.

Neural Networks: The Building Blocks of AI
AINeural NetworksPyTorch

Neural Networks: The Building Blocks of AI

A beginner-friendly guide to neural networks — how they work, why they matter, and how to build one from scratch in PyTorch.

5 min read2026-07-15
Transformers: Attention Is All You Need
AITransformersDeep Learning

Transformers: Attention Is All You Need

Understanding the transformer architecture that powers GPT, BERT, and every modern LLM.

6 min read2026-07-14
Tensors: The Data Structure Behind Deep Learning
PyTorchTensorsFundamentals

Tensors: The Data Structure Behind Deep Learning

Everything you need to know about tensors — what they are, how they work, and why they're the backbone of ML.

4 min read2026-07-13
PyTorch: A Practical Introduction
PyTorchPythonDeep Learning

PyTorch: A Practical Introduction

Get started with PyTorch — tensors, autograd, building models, and training your first neural network.

6 min read2026-07-12
RAG: Retrieval-Augmented Generation Explained
RAGLLMAI

RAG: Retrieval-Augmented Generation Explained

How RAG combines the power of retrieval systems with LLMs to give accurate, up-to-date answers.

5 min read2026-07-11
Fine-Tuning LLMs: A Practical Guide
Fine-TuningLLMHugging Face

Fine-Tuning LLMs: A Practical Guide

How to fine-tune large language models for your specific use case without breaking the bank.

6 min read2026-07-10
RLVR: Reinforcement Learning from Verifiable Rewards
RLVRReinforcement LearningLLM

RLVR: Reinforcement Learning from Verifiable Rewards

Understanding the training technique behind DeepSeek R1 — where RL meets verifiable correctness.

5 min read2026-07-09
LangGraph: Building Stateful AI Workflows
LangGraphAI AgentsLangChain

LangGraph: Building Stateful AI Workflows

How to build complex, stateful AI applications using LangGraph's graph-based approach.

5 min read2026-07-08
LLMs: How Large Language Models Work
LLMAINLP

LLMs: How Large Language Models Work

A deep dive into how LLMs are trained, how they generate text, and what makes them tick.

6 min read2026-07-07