Blog
1 week ago
I Built a NumPy-Like Library in Pure JavaScript: This Is Exactly How I Did It
In NumPy, you can call built-in functions such as `mean` or `dot` from JavaScript. In this essay, I will explain how I built a library inspired by NumPy.
Source: HackerNoon →