Live data from Hacker News

Viewing profile — HardikVala

HardikVala

HN member
Joined
Fri, Dec 27, 2019, 3:04 PM UTC
HN karma
44
Public activity
34 items

About HardikVala

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. story
    Show HN: Easily visualize torch, Jax, tf, NumPy, etc. tensors

    hey hn, wrote a python library for myself to visualize tensors. Makes learning and debugging deep learning code so much easier. Works seamlessly with colab/jupyter notebooks, and o…

  4. story
    Show HN: ModernBERT in Pure C

    A minimal implementation of ModernBERT in pure C, inspired by karpathy's llama2.c. The core (tokenizer + inference code) is around 1000 lines of code with no dependencies (except O…

  5. comment
    Comment #45585324

    Check out epoch.ai. You won't get a direct answer but it'll give you directional, and useful data points.

  6. story
    Ask HN: How do you visualize tensors?

    I constantly find myself having to print raw tensors (either by hand or dumping them to stdout), especially when reading pytorch / jax code, to understand the transformations, e.g.…

  7. story
  8. story
  9. comment
    Comment #44769193

    I think the frameworks became complex over time but were initially simpler because of the more managable set of AI workloads.

  10. story
  11. story
    Ask HN: Is anybody using llama.cpp for production?

    Considering the server version of llama.cpp for a commercial use case over bulkier options like vllm. But wondering if it's been battle-tested in production environments.

  12. comment
    Comment #42967138

    There might be but instead of thinking about it as a binary, think about it as a continuous conviction curve. Ask yourself, if this idea is true, what's the smallest testable predi…

  13. comment
    Comment #42967113

    Not the first product category you think of when it comes to AI consumer hardware but how about smart glasses (eg. Meta Raybans). Extrapolating to the future, AR glasses are probab…

  14. comment
    Comment #42912533

    Great recommendation. Based on the ToC, its similar to AIMA.

  15. comment
    Comment #42882216

    Andrew Ng's course is great for the learning NN's from scratch, but not understanding how NN's fit in the broader discipline of AI.

  16. comment
    Comment #42858301

    True true. I should qualify my statement: Most founders who are able to find micro-PMF in a niche generally can expand that niche or grow threw composition. But this is based on my…

  17. comment
    Comment #42857768

    I've been your position before and although I can't say I'm a successful entrepreneur, I can share lessons that helped me escape "analysis paralysis": 1. Fear. This is was a huge i…

  18. comment
    Comment #42848870

    No, but there is a PDF version, ahem, floating around on Reddit.

  19. comment
    Comment #42848857

    Was not aware of these resources. Thanks for sharing!

  20. comment
    Comment #42845467

    Will check out Discrete Mathematics, thanks!

  21. comment
    Comment #42845456

    AIMA is wide-ranging, a lot of which is not "must-have", but "nice-to-have" knowledge. But I do like its breadth-over-depth approach to get a full scope of the AI landscape.

  22. comment
    Comment #42845432

    3blue1brown's content on NN's is awesome -- The explanations are super intuitive. But I'm also looking to understand, as you say, the big picture and understand where NN's fit.

  23. comment
    Comment #42837317

    https://aima.cs.berkeley.edu/ has some good material on game AI. Its surface level but it does discuss SOTA methods like AlphaZero.

  24. comment
    Comment #42836302

    Exactly. Nailed it.

  25. comment
    Comment #42835326

    Thanks for the recommendations. What's your impression of these texts so far?