Viewing profile — HardikVala
HardikVala
HN member- Joined
- Fri, Dec 27, 2019, 3:04 PM UTC
- HN karma
- 44
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About HardikVala
No profile information was provided.
Recent public activity
- story
- story
-
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…
-
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…
-
comment
Comment #45585324
Check out epoch.ai. You won't get a direct answer but it'll give you directional, and useful data points.
-
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.…
- story
- story
-
comment
Comment #44769193
I think the frameworks became complex over time but were initially simpler because of the more managable set of AI workloads.
- story
-
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.
-
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…
-
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…
-
comment
Comment #42912533
Great recommendation. Based on the ToC, its similar to AIMA.
-
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.
-
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…
-
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…
-
comment
Comment #42848870
No, but there is a PDF version, ahem, floating around on Reddit.
-
comment
Comment #42848857
Was not aware of these resources. Thanks for sharing!
-
comment
Comment #42845467
Will check out Discrete Mathematics, thanks!
-
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.
-
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.
-
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.
-
comment
Comment #42836302
Exactly. Nailed it.
-
comment
Comment #42835326
Thanks for the recommendations. What's your impression of these texts so far?