Recode-Hive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
MIT License
43 stars 119 forks source link

Created using Colab #426

Closed Shrutakeerti closed 6 days ago

Shrutakeerti commented 6 days ago

Description

In developing the fashion classification model using the Fashion MNIST dataset, a convolutional neural network (CNN) architecture was employed due to its proven efficacy in image classification tasks. The data preprocessing involved normalizing pixel values to a range between 0 and 1 and reshaping images to fit the network's input requirements. The CNN was designed with multiple convolutional and pooling layers to capture spatial hierarchies in the images, and ReLU activation functions were used to introduce non-linearity. Dropout layers were integrated to mitigate overfitting, and fully connected dense layers were utilized towards the network's end to make the final predictions. The model was trained using the Adam optimizer for its efficiency in handling sparse gradients, with categorical cross-entropy as the loss function appropriate for multi-class classification. Throughout training, careful attention was given to selecting the number of epochs and batch size to balance performance and training time. The model's performance was rigorously evaluated using metrics such as accuracy, precision, recall, and F1-score to ensure it generalized well to unseen data.

Fixes #378

Type of change

Checklist:

github-actions[bot] commented 6 days ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊