With C++/WinRT Microsoft apparently made quite the effort to make their APIs standard-conformant. And finally they've also released a machine learning API along with a code sample repo.
Unfortunately, all samples are dependent on Visual Studio. Even the simplest command line demo (CustomTensorization) requires .snl
files and VisualStudio.
Is it possible to write code for this API without VisualStudio by just downloading an SDK and using a regular make
file?
If so, how? Please post or point to a MCVE.
Thank you.