This project implements a neural network model to classify images from the Fashion MNIST dataset. The model is trained to recognize different types of clothing items.
To set up the project, ensure you have Python installed along with the necessary libraries. You can install the required packages using pip:
pip install -r requirements.txt
To run the Jupyter notebook, open classification_using_nn.ipynb
in Jupyter Notebook or Jupyter Lab. Follow the instructions in the notebook to train the model and make predictions.
This project is licensed under the MIT License.
Contributions are welcome! Please feel free to submit a pull request or open an issue for any suggestions or improvements.