Hacker News new | ask | show | jobs
by haggy 1920 days ago
No offense but just "running a neural net" is rarely trivial
2 comments

“Trivial” is relative, and in the context of this forum post and the audience that is reading it, running a basic neural net is unlikely a large hurdle for most here.

Hell, I’m not an ML practitioner and I almost never use python, and yet it took me maybe a day or two learn enough about covnet training to detect my dog on a home security camera.

What do you mean? I'm not talking about design or tuning or anything, just shoving raw data through.

All you have to do is multiply each weight and add up each node.

Pure bulk arithmetic is both simple and a perfect match for FHE.