Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 619 Bytes

File metadata and controls

7 lines (5 loc) · 619 Bytes

Multi-layer Neural Network for fashion MNIST classification

Everything is implemented from scratch using numpy. The purpose of this assignment was to experiment with different properties of a neural network and evaluate its ability to classify different fashion items. We use the Fashion MNIST data set, a data set made by Zalando (European e-commerce company). The data set contains 10 different types of fashion categories and has 70 000 gray scale images in total if you combine the test and training data set.

How to run

  1. Run the neuralnet.py file
  2. Enter the task you want to run (a, b, c, d, e or f)