Transform ML models into native code with zero dependencies
1–10 of 27 posts
Re: Transform ML models into native code with zero dependencies
#2Haven't looked through the source but it looks like the generated code is a essentially the weights from a trained model transformed into a function for the target language.
Re: Transform ML models into native code with zero dependencies
#3https://github.com/nok/sklearn-porter Supports many scikit-learn models to Java/C/JavaScript/Go/Ruby, at least since 2016.
https://github.com/konstantint/SKompiler transpiles to Excel/SQL
https://github.com/jonnor/emlearn To C only, focus on microcontrollers/embedded devices. Includes feature extraction tools also. Disclaimer: I wrote it.
Re: Transform ML models into native code with zero dependencies
#4Other similar projects: https://github.com/nok/sklearn-porter Supports many scikit-learn models to Java/C/JavaScript/Go/Ruby, at least since 2016. https://github.com/konstantint/SKompiler transpiles to Excel/SQL https://github.com/jonnor/emlearn To C only, focus on microcontrollers/embedded devices. Includes feature extraction tools also. Disclaimer: I wrote it.
Re: Transform ML models into native code with zero dependencies
#5Re: Transform ML models into native code with zero dependencies
#6What are the advantages?
Re: Transform ML models into native code with zero dependencies
#7Re: Transform ML models into native code with zero dependencies
#8Re: Transform ML models into native code with zero dependencies
#9What are the advantages?
Trained ML models that run as native code with zero dependencies.
Not to criticize this project. This looks nice and has many useful applications.