Skip to content

Leveraged Deep Learning (Transformers) to Predict Wildfire

Notifications You must be signed in to change notification settings

Sarah018/ML-DL-Fire-Prediction

Repository files navigation

Wildfire Prediction

Leveraging Deep Learning to Predict Wildfire

Requirements

  1. The project was implemented and tested in Python 3.7. The higher versions should work after minor modification.
  2. Other common modules like numpy, pandas and seaborn for visualization.
  3. Raw data were accessed through Google Earth Engine cloud computing platform with JavaScript.

Implementation Details

Data Preparation

The data can be accessed through Google Cloud Computing Platform.Please see the code in: 1-extract-burned-area.js

2-pair-burn-unburn.ipynb
3-extract-fire-drivers-javascript
4-merge-data.ipynb

Data Analysis before Diving into Fire Prediction Using ML

5-Analysis-time-series.ipynb
6-correlation-two-variables.ipynb

Train/Validation

7-ML-predict-fire.ipynb
8-DL-predict-fire