ML from std::c++

Eigil Krogh Sorensen 76 Reputation points
2022-05-20T10:49:40.79+00:00

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++ ?

Developer technologies .NET .NET Machine Learning
Developer technologies C++
0 comments No comments
{count} votes

Accepted answer
  1. Guido Franzke 2,191 Reputation points
    2022-05-20T11:34:24.687+00:00

    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

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.