Convert ML.NET model to TensorFlow.js model

Viewed 17

I want to use tensorflow.js in my ReactNative app for machine learning. The model creation api of tfjs seems quite intimidating, while on the other hand i found the AutoML and Model Builder of ML.NET quite interesting.

Is there a way to convert an ML.NET model to a tensorflow.js model and how?

0 Answers
Related