A Hybrid Framework for Predicting Global Temperature Anomalies Using Machine Learning and Deep Learning
This repository contains a Jupyter Notebook implementing a hybrid framework for predicting global temperature anomalies. The framework leverages machine learning and deep learning models to analyze historical climate data from various sources.
The following datasets are used for analysis:
- Extended Reconstructed Sea Surface Temperature (ERSST)
- Global Historical Climatology Network monthly (GHCNm)
- International Comprehensive Ocean-Atmosphere Data Set (ICOADS)
- International Arctic Buoy Programme (IABP)
The dataset provides global 5° × 5° spatial resolution.
To run the notebook, install the required Python libraries:
pip install xarray netCDF4 tensorly- Clone this repository:
git clone https://github.com/AyobamiMichael/HybridframeworkInAction.git cd HybridframeworkInAction - Open the Jupyter Notebook:
jupyter notebook hybridframework1.ipynb
- Execute the cells in order to preprocess the data, train models, and analyze predictions.
- Uses xarray for handling climate datasets.
- Implements machine learning and deep learning models for prediction.
- Supports tensor decomposition techniques for feature extraction.
This project is open-source and available under the MIT License.
[Ayobami Opefeyijimi] - [[email protected]]