Setting aside the question what "machine learning" actually means... Machine learning is just software and if it is a computer running software, then machine learning is already "built in" to some extent. I assume that the claim is that there is some specific hardware support to accelerate an algorithm currently in vogue for machine learning. Can someone comment on technically what kind of hardware acceleration is considered state of the art for machine learning and if this is what on the table for the Rasp
Yes at the core of things, "built in" machine learning is acceleration of floating point vector math...
But to say you are including built in machine learning, also implies there would basically be libraries around this were you could pass in common neural network models already trained, and be able to pass input through them.
There's a reason why the camera is also part of one initial package, as support will probably be heavily focused around neural networks that deal with images (for things like face recog
What exactly is "built in" machine learning? (Score:3)
What it likely means (Score:1)
Yes at the core of things, "built in" machine learning is acceleration of floating point vector math...
But to say you are including built in machine learning, also implies there would basically be libraries around this were you could pass in common neural network models already trained, and be able to pass input through them.
There's a reason why the camera is also part of one initial package, as support will probably be heavily focused around neural networks that deal with images (for things like face recog
Re:What it likely means (Score:2)