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

https://github.com/rogendo/machine-learning-models


https://github.com/rogendo/machine-learning-models

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Fashion-Mnist-classsification

This repository contains fashion mnist notebook. It classifies the types of clothing into 10 classes.

These classes are:
'T-shirt/Top',
'Trouser',
'Pullover',
'Dress',
'Coat',
'Sandal',
'Shirt',
'Sneaker',
'Bag',
'Ankle boot'

![loading dataset](https://user-images.githubusercontent.com/62094358/212269915-88a03f11-cce1-4d09-bb6f-6bc1fdb642fd.png)

![data visualization](https://user-images.githubusercontent.com/62094358/212269954-b95e4e19-7cbc-4f90-8ddd-5fe4ff70400f.png)

![data preprocessing](https://user-images.githubusercontent.com/62094358/212270281-2797cc01-788c-4e6e-a634-fd269600a393.png)

![data visualization2](https://user-images.githubusercontent.com/62094358/212270359-cba079a1-0b13-4dd8-92eb-1f80fe3c68e8.png)

![building the model](https://user-images.githubusercontent.com/62094358/212270453-e02eb2b7-9a38-45a0-80c2-22dfbbe58e85.png)