Viewing profile — cooootce
cooootce
HN member- Joined
- Sat, Jul 09, 2022, 2:02 PM UTC
- HN karma
- 45
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About cooootce
meet.hn/city/fr-Lyon
Recent public activity
-
comment
Comment #39026247
Thanks ! Yes, the main focus is on inference. It's possible to re-train a simple model at this power scale, but it's often time very small model and not deep-learning. Nanoedge AI …
-
comment
Comment #39026188
In most MCU there is not an FPU so all floating point compute is emulated with software, so it's really slow. But yes, simple SIMD on integer improve so much the performance ! The …
-
comment
Comment #39025682
Great post with very interesting detail, thanks ! Another optimization could be to quantize the model, this transform all compute as int compute and not as floating point compute. …
-
comment
Comment #39019651
Didn't know about it but their design decision is really cool (not very clear with the difference between the normal version and the "256 Mo" confusing). The software side doesn't …
-
comment
Comment #39016923
I had the opportunity to work on TinyML, it's a wonderful field! You can do a lot even with very small hardware. For example, it's possible to get real-time computer vision system …