Spaces:
Running
Running
nkasmanoff
commited on
Commit
•
b38a19d
1
Parent(s):
f054e7c
Create index.html
Browse files- index.html +5 -0
index.html
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
<html>
|
|
|
|
|
|
|
|
|
|
|
2 |
<head><meta charset="utf-8" /></head>
|
3 |
<body>
|
4 |
<div> <script type="text/javascript">window.PlotlyConfig = {MathJaxConfig: 'local'};</script>
|
|
|
1 |
<html>
|
2 |
+
<h2> SDO FM Embedding Visualization </h2>
|
3 |
+
<p>It is possible to find a reasonably similar representation of the same points in 2D space, making it possible to see what this looks like on a “map”. This view gives us special insight into how the data is being processed by the model, SDO FM.
|
4 |
+
</p>
|
5 |
+
<p>Using the visual below, we can see how these points group together, and by coloring them by the # of observed sunspots at that time, we can clearly see that this model’s pre-training methods are implicitly learning such properties, which are good proxies for solar activity.</p>
|
6 |
+
|
7 |
<head><meta charset="utf-8" /></head>
|
8 |
<body>
|
9 |
<div> <script type="text/javascript">window.PlotlyConfig = {MathJaxConfig: 'local'};</script>
|