A fully functional regular expression engine built from scratch in Python, featuring recursive descent parsing and backtracking search.
In this project, I wrote a parser for Logstash pipelines using PyParsing.
In this project, I implemented a research paper from arXiv using PyTorch.
In this project, I implemented GPT-2 architecture from scratch.
In this project, I implemented transformers architecture from scratch to create a decoder only GPT that sounds like Shakespeare.
My implementation of a hierarchicaly neural network for language modeling, inspired from Andrej Karpathy’s YouTube Series.
Manually getting data from websites like Screener can be tedious, especially if you want to run a simple computational model. I built a tool to automate the time-consuming…
I always wondered how HTTP and servers worked under the hood. So I decided to build an HTTP web server from scratch, without relying on existing frameworks!
Money Map is a financial tool that lets you run simulations with different inputs and get an approximation of your financial plans.