Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 348 Bytes

ADSNet

This is a Keras implementation of ADSNet, a spatiotemporal neural network for 12-hour grid-level lightning forecast.

core.py ---- For training and inference
generator.py ---- Data loader
new_models.py ---- Define models
scores.py ---- For calculating evaluation metrics

Requirements:
Keras 2.2.4 + Numpy