You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/english/blog/onm-vision/index.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The good news is that we can change this and that we are going to.
30
30
With the amount of leverage in the Open Neuromorphic community, this is exactly the right place to start.
31
31
This post explains the grand vision, our hopes for where Open Neuromorphic will be in 5 years from now.
32
32
33
-
## Why does *open*softare and *open* science matter?
33
+
## Why does *open*software and *open* science matter?
34
34
35
35
```
36
36
The Open Neuromorphic Principles:
@@ -47,11 +47,11 @@ It’s a time sink, something to rush past in the pursuit of what really matters
47
47
Publish or perish.
48
48
49
49
Well. We think software matters. And we are not alone.
50
-
Open source software is **estimated to provide [billions](https://opensourcefundingsurvey2024.com/), if not [trillions](https://www.hbs.edu/ris/Publication%20Files/24-038_51f8444f-502c-4139-8bf2-56eb4b65c58a.pdf)** of value *anually*.
50
+
Open source software is **estimated to provide [billions](https://opensourcefundingsurvey2024.com/), if not [trillions](https://www.hbs.edu/ris/Publication%20Files/24-038_51f8444f-502c-4139-8bf2-56eb4b65c58a.pdf)** of value *annually*.
51
51
This is an absolutely incredible number that should be celebrated much much more.
52
52
Most value is derived from programming languages (JavaScript, Go, Java, C/C++, ...), web servers (Apache, Nginx), research software (Numpy, PyTorch, ...), and hardware platforms (Arduino, 3D printing).
53
53
54
-
The value of open source is most felt in its absense.
54
+
The value of open source is most felt in its absence.
55
55
If we look to the domain of machine learning, NVIDIA sits on a ridiculously large part of the hardware accelerator market.
56
56
This kind of monopoly is known to hurt progress.
57
57
And if neuromorphics have any future at all, we should be eager to learn from history and work hard to avoid monopolies.
@@ -92,15 +92,15 @@ This is why computational reproducibility matters--software is how we encode and
92
92
93
93
## What is reproducibility?
94
94
Recall that according to Wikipedia, it is *not* enough to demonstrate results alone.
95
-
Results have to be (1) systematic and they have to be (2) testable.
95
+
Results have to be (1) systematic, and they have to be (2) testable.
96
96
Can you test everything in the papers you read? Do you know how?
97
97
98
-
It is entirely possible that the given paper is too hard to understand or unaccessible to the audience for other reasons.
98
+
It is entirely possible that the given paper is too hard to understand or inaccessible to the audience for other reasons.
99
99
That does not mean that there are no scientific insights to find---readers may find ways to systematize them on their second or third reading.
100
100
No, it means that <i>you specifically</i> cannot take the idea as your own, test it, and use it to improve your world model.
101
101
102
102
Reproducibility, in this context, is not only the duplication of results.
103
-
It is the ability to take the scientific idea, embed it into your own inner model, adapt it, and build upon it---or discard it because it reduces predictabilitly.
103
+
It is the ability to take the scientific idea, embed it into your own inner model, adapt it, and build upon it---or discard it because it reduces predictability.
104
104
105
105
If an idea is not reproducible, the findings cannot be expanded.
0 commit comments