TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Book / resource about numerical computing

1 pointsby StefanWestfalabout 2 years ago
Context: For both work and side-projects, I use Python libraries such as NumPy, SciPy, and PyTorch. While I am able to apply them in practice, I lack knowledge about their core functionalities and implementation details. I am curious to know if the algorithms for large array computing and auto-diff are already solved problems or if ongoing research is being conducted in these areas. For instance, if I were to implement a NumPy-like library based on WASM that could run in a browser, would the algorithm used be similar to that of the core NumPy, or would there be differences (excluding the runtime and hardware specifics)?<p>Question: I&#x27;m interested in spending some time implementing a simplified numerical library in C or Rust that mirrors NumPy, and possibly JAX, depending on its complexity. However, I&#x27;m not sure where to start.

no comments

no comments