Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 674 Bytes

Space-Weather-Forecasting

Nicholas Sharp <nsharp3@vt.edu>
Brendan Avent <bavent@vt.edu>

Research code for space weather condition prediction using various machine learning methods.

alt tag

Feedforward Neural Networks and Elman Recurrent Networks are used to predict Dst values for k-hours into the future, using relevant past data about the system (Kyoto Index and ACE satellite data).

Future work will include results for more neural network architectures, as well as other machine learning methods for time-series regression.