Projects



Digit Recognizer – Built a Neural Network From Scratch (Only Numpy)

This consist of making a neural network with just numpy and no other library is used for implementation like tensorflow…

Read More
Ad Click Predictor – Logistic Regression From Scratch (Only Numpy)

This is a logistic regression implementation from scratch. Loss Function, Gradient Descent, Sigmoid Function all are implemented from scratch and…

Read More
Flappy Bird Game

Flappy bird game developed from scratch using Python and Pygame. Sprites and obstacles (assets) were downloaded from a source. It…

Read More
Student GPA Predictor – Linear Regression From Scratch (Only Numpy)

Linear regression implementation from scratch with just numpy and mathematics. This calculates students gpa and produces a visualization of the…

Read More
Time Complexity Calculator and Study

A web-based time complexity calculator for Python. It uses big-o to calculate time complexity of any python program and runtime.…

Read More
Sorting Algorithm Visualizer

Developed a Sorting Algorithm Visualizer project aimed at providing users withan interactive platform to comprehend sorting algorithms’ functionality andefficiency. It…

Read More