Skip to content

In this project we have to classify the Fashion-MNIST dataset which contains black and white photos of clothing using classification algorithms.

Notifications You must be signed in to change notification settings

Georgemouts/ML-Classification-Algorithms-Fashion_Mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ML-Classification Algorithms-Fashion_Mnist

In this project we have to classify the Fashion-MNIST dataset which contains black and white photos of clothing using classification algorithms. UOI-Project for Machine Learning course.

alt text

Download Dataset

Download Fashion-MNINST database here

Algorithms

  • Nearest Neighbor
  • SVM
  • Neural Networks

Metrics

  • Accuracy :[(true positives + true negatives) / (positives + negatives)]
  • Precision :[true positives / (true positives + false positives)]
  • Recall :[true positives / (true positives + false negatives)]
  • F1 Score :[2 true positives / (2 true positives + false positives + false negatives)]

Results

alt text

alt text

About

In this project we have to classify the Fashion-MNIST dataset which contains black and white photos of clothing using classification algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published