Computer and Electronics Engineer
Masters in solar flare prediction with Deep Neural Networks
View My LinkedIn Profile
Project description: Three different deep learning architectures were trained and optimized to predict the likelihood of a flare erupting from a sunspot, that is larger than a class M5.0, within the next 24 hours. The architectures used are: MLP, TCN and LSTM. The dataset used is open source and compiled by Liu et al. The data contains image derived parameters called SHARP, which are physics-based equations obtained from the solar images.
Our own data acquisition pipeline was developed to download the SHARP data. The SHARP data is derived from the magnetogram images (as shown).
The different models were trained and optimized with the help of “Weights and Biases”. After extensive experimenting we selected our best models to test on the “held-out” data.
We tested for various metrics, most prominently the True Skill Statistic (TSS). Our models were investigated with multiple evaluation plots.
As a proof of concept, we deployed our model in a near-realtime setting by using the MLP model.
The model is live at: http://deep-flare-prediction.herokuapp.com/.