Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shrehs authored Jun 3, 2024
1 parent 5b7ca60 commit a79e1d4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion MNIST_Fashion_Classifier/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

This repository contains a CNN model trained on Fashion MNIST achieving 84.26% accuracy using Cross Entropy Loss and Optim optimizer.

**Installation**

1. Clone this repository:
```
git clone <repository-url>
```

2. Install dependencies:
```
pip install -r requirements.txt
```

**Model Structure**

1. **Convolutional Layer (conv1)**: Extracts initial image features.
Expand All @@ -14,4 +26,3 @@ This repository contains a CNN model trained on Fashion MNIST achieving 84.26% a
**Usage**

Load trained weights, pass images through the network for predictions. Customize or fine-tune the model as needed.

0 comments on commit a79e1d4

Please sign in to comment.