google-coral / edgetpu-platforms

EdgeTPU support for other platforms, specifically Raspberry Pi Zero
Apache License 2.0
79 stars 11 forks source link

Can TensorFlow Lite be used for Support Vector Regression presently implemented with 32 bit processor? #17

Closed crahim closed 5 years ago

crahim commented 5 years ago

We have a sensor program for chemical detection which is presently implemented using Support Vector Regression in a 32 bit processor. Our goal is to miniaturize it into a portable solution. We are considering the use of CORAL platform for that task. Is it possible to implement SVR using Tensor Flow Lite? If not, is there another platform that you can recommend at similar cost?

mtyka commented 5 years ago

Tflite/Coral do not support training, so you would not be able to train an SVR.