Viewing profile — oraziorillo
oraziorillo
HN member- Joined
- Tue, Nov 05, 2024, 11:03 AM UTC
- HN karma
- 48
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About oraziorillo
No profile information was provided.
Recent public activity
-
comment
Comment #48873243
Following up on my post on microcrad — many of you liked and supported the project, thank you for that — I published a long-form piece on automatic differentiation, where I explain…
- story
-
comment
Comment #48619133
My experience on this project was that the checks proved to be useful way before I could run the program for the first time. The first version of the code had relatively few null c…
-
comment
Comment #48618976
I haven’t really looked into performance comparisons with tensor-based frameworks. This was mainly a learning project, so my goal wasn’t to make it fast. My guess is that a scalar …
-
comment
Comment #48614594
I love the idea! The next step is to add role play games in town squares.
-
comment
Comment #48614538
Thank you for pointing this out, and to those adding clarifications to this statement as well. I've fixed the issue by renaming the reserved identifiers.
-
comment
Comment #48613654
I re-read the second part with more calm once I got back home. There were at least a couple of things I wasn't familiar with (and therefore didn't even consider), specifically FAM …
-
comment
Comment #48613581
I see, I agree that especially checking for null really comes to styles and opinions, I still don't have one I can call mine. Thanks for the explanation!
-
comment
Comment #48612822
[deprecated post-edit] I guess I used function names beginning with underscore as it didn’t occur to me that it might be un-idiomatic. The intention was to make clear to myself tha…
-
comment
Comment #48612748
ngl, it distracts from backprop itself a little, but teaches a lot about memory management. I did it this way because in parallel I wanted to get better at C, but if your aim is to…
-
comment
Comment #48612175
In general yes, but not if you are disciplined. I’d put it this way: though the idea of ref counting felt very natural at the beginning for my use case, at some point I realized th…
-
comment
Comment #48611960
Mainly did it for learning, as dgellow correctly presumed, but also there’s something intrinsically beautiful in writing code with zero dependencies
-
comment
Comment #48577310
[dead]
-
comment
Comment #48570370
Hey HN, I'm Orazio. I built microcrad (with a 'c'), a tiny scalar-valued automatic differentiation engine, with a small multi-layer perceptron implementation on top. It's reimpleme…
- story