For the past few months I've been spending huge amounts of time learning about machine learning. From simple linear regression to large neural networks.
Does anyone have experience implementing neural networks in iOS? How do you perform all the matrix based calculations, do you use some sort of GPU acceleration API like Metal or something? Or do you just rely on the CPU, maybe doing SIMD type stuff?
Does anyone have experience implementing neural networks in iOS? How do you perform all the matrix based calculations, do you use some sort of GPU acceleration API like Metal or something? Or do you just rely on the CPU, maybe doing SIMD type stuff?