Can Windows ML learning models be accessed by C# outside of UWP?
问题 I have an ONNX model I wish to evaluate images against, from a C# Windows service (non UWP). I don't see any way to get to the Windows ML framework from C# outside of building a UWP app, is that correct? I found this posting which seems to indicate that it is possible from C++. Is there at least a well known COM wrapper or something for it? 回答1: See here for an example on the Windows-Machine-Learning GitHub of a slightly different method of referencing Windows.AI.MachineLearning outside of