- Published on
Python from-scratch implementation of the essential modules required to build and train a neural network that classifies garment images, incl. linear and flatten transformations, non-linearity, regularization, gradient descent optimizer, backpropagation, mini-batch training, and evaluation.