-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
📃: Weather Image Recognition Model #42
Comments
Weather Image Recognition ModelAimThe aim of this project is to develop a model that can accurately classify weather conditions based on images, starting from a basic approach and refining it to achieve the highest possible accuracy. DatasetThis dataset contains 6862 images of different types of weather, divided into 11 classes: dew, fog/smog, frost, glaze, hail, lightning, rain, rainbow, rime, sandstorm, and snow. Performing EDASteps:
Blog for ReadingUnderstanding Image Classification Features ExplanationInput Features:
Preprocessing Steps:
Models Applied1. Custom Convolutional Neural Network (CNN)
2. Transfer Learning with VGG16
3. Transfer Learning with ResNet50
4. Transfer Learning with DenseNet
Loss FunctionRefer to this paper for a specialized loss function: A Survey on Loss Functions for Deep Learning Classification. Comparison of ModelsMetrics:
Full Name:Swayam Patil Participant Role:Open Source Program name - VSOC |
@Swish78 this is to be mentioned in the readme file during pr. Then, i will review it there. In issues you have to mention only your name and open source program only. |
Understood, I'll update the readme file during the pull request. Thanks! Swayam |
🔴 Title : Weather Image Recognition Model
🔴 Aim : Brief approach for this project from a basic level upto highest possible accuracy.
🔴 Brief Explanation :
NOTE: Follow this readme template
Screenshots 📷
✅ To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎
The text was updated successfully, but these errors were encountered: