Skip to content

Multi-layer Neural Network for fashion MNIST classification, implemented from scratch

Notifications You must be signed in to change notification settings

jonryf/deep-learning-multilayer-neural-network-for-fashion-MNIST

Repository files navigation

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)

About

Multi-layer Neural Network for fashion MNIST classification, implemented from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages