Skip to content

elenchik/Module-6-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Fashion MNIST Classification

This project implements a Convolutional Neural Network (CNN) with six layers using Keras in both Python and R to classify Fashion MNIST images.

Dataset: Fashion MNIST is automatically loaded from Keras datasets. Reference: https://keras.io/api/datasets/fashion_mnist/

How to Run: Python:

  • Install dependencies: pip install tensorflow matplotlib
  • Run the file: python python.py

R:

  • Install dependencies: install.packages("keras"), library(keras), install_keras()
  • Run the file in RStudio or terminal: source('R-Assignment.R')

Output:

  • Model trains for 5 epochs.
  • Displays test accuracy in the console.
  • Predictions for 2 images are displayed with predicted and true labels.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published