7 ms·
No offense but just "running a neural net" is rarely trivial
by haggy 6y ago
No offense but just "running a neural net" is rarely trivial
- Dylan16807 6y agoWhat 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.
- fingerlocks 6y ago“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.