162 questions
Hello,
ml.net is for C#. Have a look for these ML libraries for C++: top-10-libraries-in-c-c-for-machine-learning
But you can embed C# code in C++. Read this for example: combining-c-and-c-sharp
Regards, Guido
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have an existing (std::)c++ app that is build on the JUCE framework. It runs on Wndows, iOS, Android, macOS and Linux.
The application does DSP on audio. I intend to use ML for noise reduction.
QUESTION
Can I use ML.NET and call ML.NET from the (std::)c++ ?
Hello,
ml.net is for C#. Have a look for these ML libraries for C++: top-10-libraries-in-c-c-for-machine-learning
But you can embed C# code in C++. Read this for example: combining-c-and-c-sharp
Regards, Guido