-
Notifications
You must be signed in to change notification settings - Fork 447
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
Comments
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! |
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 |
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. |
Hi, |
feel free to reopen |
No description provided.
The text was updated successfully, but these errors were encountered: