-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreadme.md.txt
54 lines (44 loc) · 2.06 KB
/
readme.md.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Climate Analysis and Prediction Project
## Overview
Investigating temperature changes over time and predicting future temperature patterns regionally and globally stands as the central challenge of this project. To accomplish this, we will employ time series forecasting methods such as neural networks, ARIMA and SARIMAX on the GISTEMP v4 dataset from NASA.
## Table of Contents
- [Project Structure](#project-structure)
- [Data](#data)
- [Analysis and Modeling](#analysis-and-modeling)
- [Results](#results)
- [How to Run](#how-to-run)
- [Dependencies](#dependencies)
- [Contributing](#contributing)
- [License](#license)
## Project Structure
- **global_temp_nn/**: Jupyter notebooks for data exploration, cleaning, analysis, and Neural Network.
- **arima_sarima/**: Jupyter notebooks for ARIMA and SARIMAX Time Series Forecasting.
- **images/**: Contains images generated during the analysis.
- **data/**: Dataset files used in the project.
- **README.md**: Project overview and instructions.
- **'video.avi'**: Temperature Anomalies plotted on world map from 1880 to 2023
## Data
The dataset used in this project includes:
- Global Surface Temperatures
- Northern Hemisphere Temperatures
- Southern Hemisphere Temperatures
- Zonal Temperatures
- Extended Reconstruction SSTs Version 5 (ERSSTv5) (NetCDF file)
## Analysis and Modeling
- **Exploratory Data Analysis (EDA)**: Initial exploration of the dataset to understand patterns and trends.
- *Data Cleaning*: Handling missing values, interpolation, and ensuring data integrity.
- *Time Series Forecasting*: Utilizing ARIMA and SARIMAX for time series forecasting.
- *Neural Network Models*: Implementing neural networks for more complex analyses.
## How to Run
Download the zip file and run the individual Jupyter notebooks:
1. global_temp_nn.inpy
2. arima_sarimax.inpy
## Dependencies
Tensorflow
Statsmodel
## Contributing
Shubham Garg- [email protected]
Raunak Shukla - [email protected]
Phani Varma Gadiraju - [email protected]
## License
This project is licensed under the [MIT License](LICENSE).