Skip to content

What is the relationship between this project and the ML.NET project? #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sharpwood opened this issue Feb 28, 2019 · 5 comments
Closed
Assignees

Comments

@sharpwood
Copy link

No description provided.

@walrusmcd
Copy link
Contributor

That's a broad question :)

ML.NET has a great set of documentation here .

ML.NET works very closely with dotnet applications for a wide array of tasks, training, transformations, and predictions. You can include this package with your application to take advantage of it.

Windows Machine Learning is a set of API's that are built directly into windows. You can consume them via the Windows API set. It is tailored to hardware optimized tasks largely around predictions with cameras, images, and video streams. It does them very very fast and works with windows to make them hardware accelerated.

Does that help ? Did you have a specific feature or question in mind we can help with that also .

thanks!

@sharpwood
Copy link
Author

sharpwood commented Mar 1, 2019

I have been learning about ML.NET projects, but I recently found that the latest version of this project does not support UWP. There are other people in the community who have the same doubts as me, #2403
I want to know if Windows ML can be a replacement for this issue. @walrusmcd

@tjrileywisc
Copy link

Does MS have any plans to consolidate their ML libraries into one? CNTK just released their last major update, and between ML.NET and Windows ML there doesn't appear to be any MS libraries that allow training of neural networks, just inference. CNTK allowed that, but it's gone into maintenance mode.

@LPBourret
Copy link
Contributor

Hi,
You can train models with ML.net (see reference) and export to ONNX format using the available converter.
You can also train models and retrieve them in ONNX format using Azure services such as Custom Vision (see reference here).
You can also use your other framework of choice and convert your model to ONNX (see reference)

@LPBourret
Copy link
Contributor

feel free to reopen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants