TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Book / resource about numerical computing

1 点作者 StefanWestfal大约 2 年前
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.

暂无评论

暂无评论