Blog | Gopikrishna Pavuluri

Blog

LLM From Scratch

Part 2:Tokenization - Byte Pair Encoding Training

July 5, 2026 • 28 min read

In the previous post we talked about subword tokenization and using Byte Pair Encoding (BPE) to train on a large corpus of data. Don’t get confused by the word “training” here — it’s not training a neural network. You’re running...

Read More →
LLM From Scratch

Part 1:Tokenization - The First Step Every LLM Takes

June 2, 2026 • 3 min read

Before we jump into the key details, here are a few keywords I will be using throughout these articles. It is best to understand them first.

Read More →
Deep Learning

Introduction to Convolutional Neural Networks.

June 9, 2023 • 6 min read

I am reading the research paper titled Introduction to convolutional neural networks by Keiron O’Shea and Ryan Nash.

Read More →
System

A social Network Portal for Lease Transfer.

October 15, 2022 • 2 min read

This is the hackthon project we have done at UT Austin. Inspiration When a national/international student get admit to the university the next things come to mind is space to live? And starts looking for the rooms available near university,...

Read More →
System

A Efficient Portal For Course Registraion System.

October 1, 2022 • 2 min read

Inspiration When a national/international student get admit to the university the next things come to mind is space to live? And starts looking for the rooms available near university, to find the rooms one must highly relay on the WhatsApp...

Read More →