Skip to content

dasilverr/wildfire

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wildfire hazardous prediction of buildings with XAI.

This is a PyTorch Implementation of "Wildfire hazardous prediction of buildings with XAI" project. This work uses TabNet architecture for

Our dataset

  • You can find our dataset in '/data' folder

Methods Used

  • TabNet
  • 1D-CNN
  • Two-stage Nerual Network
  • Three-stage Neural Network
  • PCA
  • Cross Validation

Performances

model # of
params[M]
Feature Size Accuracy
TabNet 4.7 512 85.73

How to use

Library 설치

conda create -n test python=3.8 -y
conda activate test
pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116
pip install pandas matplotlib scikit-learn

Training

sh train.sh

Citation

@article{juntae2023,
  title={Wildfire hazardous prediction of buildings with XAI},
  author={Juntae Kim},
  journal={},
  year={2024}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%