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
341 stars 294 forks source link

Flood Prediction #887

Open thevijayshankersharma opened 1 month ago

thevijayshankersharma commented 1 month 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 1 month ago

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

abhisheks008 commented 1 month ago

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

thevijayshankersharma commented 1 month ago

@abhisheks008 These

image

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

abhisheks008 commented 1 month 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.