File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 33
44A convolutional neural network to predict the monthly average active sunspots
55in the Sun. The data is available through the [ Y-Space] ( http://y-space.pw/ ) API.
6+ The Jupyter Notebook [ sunspots-estimator.ipynb] ( sunspots-estimator.ipynb )
7+ includes the process of creating the dataset and training the model.
68
79The model is defined using a combination of a convolutional layer, LSTM layers,
810and dense layers. The output is a single node layer -- the predicted number
@@ -34,6 +36,8 @@ model predictions (orange line.).
3436
3537![ predictions] ( imgs/predictions.png )
3638
39+ The final version of the model is saved in [ sunspots-estimator.h5] ( sunspots-estimator.h5 ) .
40+
3741### Acknowledgments
3842
3943Thank you to Laurence Moroney for the initial bootstrap and motivation.
You can’t perform that action at this time.
0 commit comments