On-device Inference
From CS230 Theory to Production Android: Building a Privacy-First Credit Risk Classifier
The Genesis: When Theory Meets Reality I was sitting in my home office, working through Andrew Ng’s CS230 Deep Learning course, scribbling equations on paper: z(i) = w^T x(i) + b and a(i) = sigma(z(i)) [1] The mathematics felt abstract — weights, b...