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
347 stars 297 forks source link

Earthquake Prediction using DL #599

Open Sindhu-2004 opened 4 months ago

Sindhu-2004 commented 4 months ago

This model is used to predict earthquakes. Predicting earthquakes is one of the great unsolved problems in the earth sciences.

abhisheks008 commented 4 months ago

Can you share the dataset and approach for solving this issue?

Sindhu-2004 commented 4 months ago

Project Title : Earthquake Prediction Aim : This model is used to predict earthquakes. Predicting earthquakes is one of the great unsolved problems in the earth sciences. Dataset: [Earthquake prediction] https://www.kaggle.com/datasets/taghreedaburwished/earthquake-prediction-dataset Approach : This model is developed using Recurrent Neural Network (RNN), Long Short-Term Memory Networks (LSTM), Matplotlib.

abhisheks008 commented 4 months ago

One issue at a time.

adityasingh-0803 commented 3 months ago

@abhisheks008 i can work on it

abhisheks008 commented 3 months ago

@abhisheks008 i can work on it

Share your approach.

adityasingh-0803 commented 3 months ago

Gather information like past earthquakes, fault lines, and geological data. Select which data points might link to earthquakes, like patterns in seismic activity or changes in the earth. Use machine learning to identify connections between the data and when earthquakes happen. Try out the model with new data to see how well it predicts earthquakes. We can use svm,decision tree @abhisheks008

abhisheks008 commented 3 months ago

Gather information like past earthquakes, fault lines, and geological data. Select which data points might link to earthquakes, like patterns in seismic activity or changes in the earth. Use machine learning to identify connections between the data and when earthquakes happen. Try out the model with new data to see how well it predicts earthquakes. We can use svm,decision tree @abhisheks008

As this project repository mainly focuses on deep learning methods, you need to implement deep learning methods for this problem statement as well.

adityasingh-0803 commented 3 months ago

Got it I will try my best please assign it

abhisheks008 commented 3 months ago

Got it I will try my best please assign it

Can you share the models you are planning to implement here?

adityasingh-0803 commented 3 months ago

Sir we will use svm naive Bayes random forest and linear regression

abhisheks008 commented 3 months ago

Sir we will use svm naive Bayes random forest and linear regression

Machine learning models will not work here, can share your approach based on deep learning models.

adityasingh-0803 commented 3 months ago

Use deep learning models to automatically extract meaningful features from raw seismic data. Techniques like convolutional neural networks (CNNs) can analyze spectrograms or waveforms, while recurrent neural networks (RNNs) can capture temporal dependencies in time series data.

abhisheks008 commented 3 months ago

Use deep learning models to automatically extract meaningful features from raw seismic data. Techniques like convolutional neural networks (CNNs) can analyze spectrograms or waveforms, while recurrent neural networks (RNNs) can capture temporal dependencies in time series data.

What are the specific architectures you are planning to implement for this problem statement?

adityasingh-0803 commented 3 months ago

Feature Engineering ka use?

abhisheks008 commented 3 months ago

Feature Engineering ka use?

Yes

adityasingh-0803 commented 3 months ago

Ok I will do data loading eda fnn and then model assessment

Basma2423 commented 3 months ago

@abhisheks008, I can start working on it, after making sure you approve my solution for the Micromobility-Lane-Recognition Issue

Full name: Basma Mahmoud GitHub Profile Link: Basma2423 Email ID: mayarbasma2423@gmail.com

Approach for this Project:

  1. Data Loading and Preprocessing
  2. EDA
  3. Models: 3.1 Multiple Deep Learning approaches suitable for tabular data, e.g: FNN, TabNet, and Entity Embeddings for Categorical Variables. 3.2 Some pre-trained models, e.g. Pretrained TabNet, PyCaret, and AutoGluon.
  4. Models Assessment.

What is your participant role? (Mention the Open Source program): GSSoC-2024 participant

Can you add the label for GSSoC, please? Thanks.

abhisheks008 commented 3 months ago

Ok I will do data loading eda fnn and then model assessment

Can you share the finalized models for this problem statement?

abhisheks008 commented 3 months ago

@abhisheks008, I can start working on it, after making sure you approve my solution for the Micromobility-Lane-Recognition Issue

Full name: Basma Mahmoud GitHub Profile Link: Basma2423 Email ID: mayarbasma2423@gmail.com

Approach for this Project:

  1. Data Loading and Preprocessing
  2. EDA
  3. Models: 3.1 Multiple Deep Learning approaches suitable for tabular data, e.g: FNN, TabNet, and Entity Embeddings for Categorical Variables. 3.2 Some pre-trained models, e.g. Pretrained TabNet, PyCaret, and AutoGluon.
  4. Models Assessment.

What is your participant role? (Mention the Open Source program): GSSoC-2024 participant

Can you add the label for GSSoC, please? Thanks.

Your previous contributor was in talks for this issue, you can check out other issues.

Basma2423 commented 3 months ago

@abhisheks008 sure.

adityasingh-0803 commented 3 months ago

i will use SOCR earthquake dataset

adityasingh-0803 commented 2 months ago

@abhisheks008

abhisheks008 commented 2 months ago

i will use SOCR earthquake dataset

I asked you about the finalized models for this problem statement.

adityasingh-0803 commented 2 months ago

I will do it