Build Your Own AI Model (LLM)

Build your own large language model from scratch. Implement the transformer architecture, tokenization, attention mechanisms, and training pipeline. This project gives you deep understanding of how modern AI models like GPT work. ...

Programming Projects

Build Your Own Neural Network

Build a neural network from scratch without using any ML frameworks. Implement forward propagation, backpropagation, and gradient descent to understand the fundamentals of how deep learning works at the mathematical level. ...

Programming Projects