This repo. contains my own impementations of various algorithms/ papers related to machine learning.
This repo is just my own implementation of the various papers/ algorithms. The original research is not my work, and all the related work is linked
- A Small LLM (Pytorch)
- A small implementation of GPT-2 style LLM (from scratch) trained on wikipedia dataset.
- MLP-GAN (Tensorflow)
- Conditional GAN (Tensorflow)
- Cycle GAN (Tensorflow)