- Published on
Python from-scratch implementation of the 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.