https://github.com/kanchanchy/climate-change-forecasting-keras
Forecasting climate change using deep learning in Keras
https://github.com/kanchanchy/climate-change-forecasting-keras
climate-change climate-forecasting deep-learning keras keras-models lstm recurrent-neural-networks
Last synced: 4 months ago
JSON representation
Forecasting climate change using deep learning in Keras
- Host: GitHub
- URL: https://github.com/kanchanchy/climate-change-forecasting-keras
- Owner: kanchanchy
- Created: 2021-12-24T07:30:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-28T06:48:18.000Z (over 4 years ago)
- Last Synced: 2024-01-29T17:54:07.268Z (over 2 years ago)
- Topics: climate-change, climate-forecasting, deep-learning, keras, keras-models, lstm, recurrent-neural-networks
- Language: Jupyter Notebook
- Homepage:
- Size: 11.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forecasting climate change using deep learning in Keras
This repository starts with loading a raw dirty dataset which requires lots of data cleaning and preprocessing. After performing necessary feature engineering steps and exploring the data with visualizations, data is prepared to feed into LSTM model. After that, LSTM models are built, trained and evaluated for tasks: predicting global temperature trend and predicting US temperature trend.
To summarize, this repository performs following operations:
1. Loading dataset
2. Performing exploratory data analysis
3. Performing data cleaning
4. Performing data visualization
5. Preparing data to train the global model (global temperature trend)
6. Building and training LSTM model for predicting global temperature trend
7. Evaluating the performance of the model built in step 6
8. Preparing the data to train the US model (US temperature trend)
9. Building and training LSTM model for predicting US temperature trend
10. Evaluating the performance of the model built in step 9