Live data from Hacker News

Viewing profile — AymanB

AymanB

HN member
Joined
Wed, Jan 17, 2024, 9:53 AM UTC
HN karma
67
Public activity
11 items

About AymanB

No profile information was provided.

Recent public activity

  1. 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.

  2. 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.

  3. 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.

  4. 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…

  5. 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 …

  6. story
  7. comment
    Comment #41555985

    If someone wants an idea, something like this for ds/algorithms would do wonders

  8. comment
  9. 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…

  10. comment
    Comment #39168943

    This is really interesting

  11. comment
    Comment #39025653

    I asked myself the same question a couple times, but never thought of make an app out of it. Well done!