This consist of making a neural network with just numpy and no other library is used for implementation like tensorflow…
Read More
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 developed from scratch using Python and Pygame. Sprites and obstacles (assets) were downloaded from a source. It…
Read More
Linear regression implementation from scratch with just numpy and mathematics. This calculates students gpa and produces a visualization of the…
Read More
A web-based time complexity calculator for Python. It uses big-o to calculate time complexity of any python program and runtime.…
Read More
Developed a Sorting Algorithm Visualizer project aimed at providing users withan interactive platform to comprehend sorting algorithms’ functionality andefficiency. It…
Read More