Viewing profile — neurohacker
neurohacker
HN member- Joined
- Sun, Feb 10, 2019, 5:00 AM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About neurohacker
No profile information was provided.
Recent public activity
-
comment
Comment #20389518
Zfp is lossy compression just FYI. Fpzip (an earlier invention by Lindstrom et al) has a lossless mode. They really push zfp more though as it has nice features like random access …
-
comment
Comment #20067289
If you want to downsample segmentation produced from convnet output using only numpy, I have this technique to contribute :) https://towardsdatascience.com/countless-high-performan…
-
comment
Comment #19366258
To build on what you're saying: while true from the user perspective, out-of-order execution and instruction level parallelism means there are some types of parallelism happening a…
-
comment
Comment #19263795
This rules, but until 3.8 is out I've been using http://semanchuk.com/philip/posix_ipc/ which unfortunately doesn't work on Windows.