Open thevijayshankersharma opened 3 months ago
Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊
What are the models you are planning to implement here for this problem statement? @thevijayshankersharma
@abhisheks008 These
K-Nearest Neighbors (KNN) Logistic Regression Support Vector Classification Decision Tree Classifier Random Forest Classifier
Hi @thevijayshankersharma this project repository mainly focuses on deep learning methods instead of machine learning methods. You need to update your approach and get back again.
Since no dataset provided, I want to use the dataset inspired from this published paper. FloodNet Challenge EARTHVISION2021 This contains satellite imagery datasets that include images before and after a disaster, along with annotations describing the damage levels. Main approach is to preprocess data and develop CNN model for image classifying and predicting damage. Also include evaluation results.
Hi @SHREERAJ11 hope you are doing well. Are you participating in the GSSoC Extd event? What are the specific CNN architectures you are planning to implement for this problem statement?
The dataset is good. Thanks for sharing it.
Hello! @abhisheks008 I'm doing well, thanks. No, I'm not participating in the extd event. I just wanted to contribute to this issue.
For this problem, I want to use ResNet. Based on the size, I think ResNet34 would be okay. I will also try ResNet50 if not constrained by my resources, also experiment with mobilenet architecture for comparison.
Apart from ResNet what are the other models you are planning to implement here? As you know, you need to implement 3-4 models for each problem statement.
I will be implementing ResNet, MobileNet, EfficientNet, and VGG19 models.
Assigning this issue to you @SHREERAJ11
@abhisheks008 assign me this
Deep Learning Simplified Repository (Proposing new issue)
:red_circle: Project Title : Flood Prediction Using Machine Learning :red_circle: Aim : To develop machine learning models for accurate flood prediction by analyzing historical data, weather patterns, topographical information, and real-time sensor inputs. This will improve flood warnings, emergency response, and planning strategies. :red_circle: Dataset : Historical flood data, weather data, topographical data, and real-time sensor inputs. (Specific dataset sources can be mentioned once identified.) :red_circle: Approach : Implement 3-4 different machine learning algorithms to develop flood prediction models.
📍 Follow the Guidelines to Contribute in the Project :
requirements.txt
- This file will contain the required packages/libraries to run the project in other machines.Model
folder, theREADME.md
file must be filled up properly, with proper visualizations and conclusions.:red_circle::yellow_circle: Points to Note :
:white_check_mark: To be Mentioned while taking the issue :
Happy Contributing 🚀
All the best. Enjoy your open source journey ahead. 😎