Recode-Hive / machine-learning-repos

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

Added ResNet50 Model #414

Closed Ishita-Jena closed 3 days ago

Ishita-Jena commented 1 week ago

Description

I've added the resnet50 model with an accuracy of 78%.

Fixes #377

Type of change

Checklist:

github-actions[bot] commented 1 week 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! 😊

Ishita-Jena commented 1 week ago

@sanjay-kv would u please review and merge my pr?

Ishita-Jena commented 5 days ago

I've done the changes. Please check it out.

Ishita-Jena commented 3 days ago

I used the ResNet50 model on the CIFAR-10 dataset, which consists of 60,000 32x32 images belonging to 10 different classes, including cat, dog, bird, airplane, and more. The problem we're solving is image classification, where the model learns to identify and categorize these images into their respective classes.

Ishita-Jena commented 3 days ago

Should I add the explanation to the code for more clarification?

sanjay-kv commented 3 days ago

yes please, i didnt understood much looking at it.

Ishita-Jena commented 3 days ago

I've added explanations and eda for more clarity. Please see if it's alright or more changes are required.