abhisheks008 / DL-Simplified

Deep Learning Simplified is an Open-source repository, containing beginner to advance level deep learning projects for the contributors, who are willing to start their journey in Deep Learning. Devfolio URL, https://devfolio.co/projects/deep-learning-simplified-f013
https://quine.sh/repo/abhisheks008-DL-Simplified-499023976
MIT License
389 stars 340 forks source link

Flood Prediction #887

Open thevijayshankersharma opened 3 months ago

thevijayshankersharma commented 3 months ago

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 :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :

All the best. Enjoy your open source journey ahead. 😎

github-actions[bot] commented 3 months ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

abhisheks008 commented 3 months ago

What are the models you are planning to implement here for this problem statement? @thevijayshankersharma

thevijayshankersharma commented 3 months ago

@abhisheks008 These

image

K-Nearest Neighbors (KNN) Logistic Regression Support Vector Classification Decision Tree Classifier Random Forest Classifier

abhisheks008 commented 3 months ago

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.

SHREERAJ11 commented 1 month ago

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.

abhisheks008 commented 1 month ago

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.

SHREERAJ11 commented 1 month ago

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.

abhisheks008 commented 1 month ago

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.

SHREERAJ11 commented 1 month ago

I will be implementing ResNet, MobileNet, EfficientNet, and VGG19 models.

abhisheks008 commented 1 month ago

Assigning this issue to you @SHREERAJ11

Niraj1608 commented 2 weeks ago

@abhisheks008 assign me this