Viewing profile — AymanB
AymanB
HN member- Joined
- Wed, Jan 17, 2024, 9:53 AM UTC
- HN karma
- 67
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About AymanB
No profile information was provided.
Recent public activity
-
comment
Comment #48857687
I believe you could use some sort of GPU-direct (or BAM-like approach, see https://dl.acm.org/doi/10.1145/3575693.3575748 ) to stream weights on-demand from the GPU.
-
comment
Comment #47758236
Thanks for the blog, I really enjoyed it. Good work. This just makes me appreciate and love compilers even more, they are a fascinating piece of software.
-
comment
Comment #42387629
Hello, it is the same idea as tinygrad and apache tvm but in common lisp. So yes, you could call it a lisp ml framework.
-
comment
Comment #42387585
Hello! Thanks for your question. First of all, there are three layers of abstraction within Caten: 1. caten/apis | High-Level Graph Interface 2. caten/air | Low-Level Graph Interfa…
-
comment
Comment #42378195
A couple months ago I found myself unemployed, uncertain about what to do next. I wanted to learn more about deep learning, but from a systems prespective. Coming from Andrew's Ng …
- story
-
comment
Comment #41555985
If someone wants an idea, something like this for ds/algorithms would do wonders
- comment
-
comment
Comment #40457969
I was wondering, any way to use it with distributed systems for data analytics? Imagine a set of workers that ingest data in parallel, would that work? Currently it's pretty simple…
-
comment
Comment #39168943
This is really interesting
-
comment
Comment #39025653
I asked myself the same question a couple times, but never thought of make an app out of it. Well done!