AI-MLPythonNumPy
Furniture-Image-Classification
Image classifier built as a neural network from scratch in pure NumPy, no ML frameworks involved.
A furniture image classifier where the entire neural network (forward pass, backpropagation, and optimizer) is implemented from scratch in pure NumPy, with no ML frameworks. Built to demonstrate the math underneath modern libraries.