This consist of making a neural network with just numpy and no other library is used for implementation like tensorflow…
Read MoreThis is a logistic regression implementation from scratch. Loss Function, Gradient Descent, Sigmoid Function all are implemented from scratch and…
Read MoreFlappy bird game developed from scratch using Python and Pygame. Sprites and obstacles (assets) were downloaded from a source. It…
Read MoreLinear regression implementation from scratch with just numpy and mathematics. This calculates students gpa and produces a visualization of the…
Read MoreA web-based time complexity calculator for Python. It uses big-o to calculate time complexity of any python program and runtime.…
Read MoreDeveloped a Sorting Algorithm Visualizer project aimed at providing users withan interactive platform to comprehend sorting algorithms’ functionality andefficiency. It…
Read More