Skip to content

Commit 82d911c

Browse files
committed
Update readme
1 parent ad4cc88 commit 82d911c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
A convolutional neural network to predict the monthly average active sunspots
55
in 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

79
The model is defined using a combination of a convolutional layer, LSTM layers,
810
and 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

3943
Thank you to Laurence Moroney for the initial bootstrap and motivation.

0 commit comments

Comments
 (0)