Viewing profile — raufer
raufer
HN member- Joined
- Tue, Jul 25, 2023, 6:04 PM UTC
- HN karma
- 1
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About raufer
raufer92@gmail.com
https://www.linkedin.com/in/raufer/
Recent public activity
-
comment
Comment #36867296
This is an interesting piece. Its easy to see how for negative numbers the softmax operator could simply refrain from making a decision e.g. ``` sum(softmax1[-100, -100, -100]) ~= …