emlearn / emlearn

Machine Learning inference engine for Microcontrollers and Embedded devices
MIT License
476 stars 54 forks source link

Support linear models #56

Open jonnor opened 1 year ago

jonnor commented 1 year ago

Right now the basic linear models is not supported. Which is a shame, cause they are often quite useful.

From sklearn.linear_model

Regression

Classifiers

Also should support just a linear layer with Keras.Sequential

jonnor commented 1 year ago

Found some very old skeleton code here, https://github.com/jonnor/embeddedml/blob/master/emlinear.h