dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.05k stars 1.89k forks source link

What is the relationship between this project and the Windows ML project? #2789

Closed sharpwood closed 4 years ago

rogancarr commented 5 years ago

@shauheen @asthana86 Perhaps one of you could speak to this?

najeeb-kazmi commented 4 years ago

@sharpwood WinMLTools can convert ML models trained with different frameworks into ONNX. Windows ML is an inferencing API and runtime for using ONNX models in Windows apps.

ML.NET is one such training framework. Many ML.NET components are exportable to ONNX and used in inferencing in Windows apps with Windows ML.