Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/florianwoelki/mnist_fashion_cnn

This is a classification problem based on the mnist fashion dataset. I've used a CNN to classify the images.
https://github.com/florianwoelki/mnist_fashion_cnn

classifier cnn fashion keras mnist numpy pandas tensorflow

Last synced: 14 days ago
JSON representation

This is a classification problem based on the mnist fashion dataset. I've used a CNN to classify the images.

Awesome Lists containing this project

README

        

MNIST fashion CNN classifier


This is a simple mnist fashion CNN based on the mnist fashion dataset.

## 🤔 What is this project about?
In this repository I've created a CNN, which detects clothes and it is trained on the basic mnist fashion dataset.

## 📈 Getting Started
You can run this notebook by downloading it and running it by yourself.
Furthermore you can simply look at the notebook in the jupyter notebook file.

## 🛠 Built with
- [numpy](https://numpy.org/)
- [matplotlib](https://matplotlib.org/)
- [pandas](https://pandas.pydata.org/)
- [tensorflow](https://www.tensorflow.org/)

## 🤝 Contributing
If you have a issue or you want to build it better, feel free to contribute to this project by making a simple
pull request. :)

## 🤠 Authors
- [Florian Woelki](https://florianwoelki.com)