Samples and Tools for Windows ML.
Перейти к файлу
Paul McDaniel 593575a3a6 refactor the folder structure 2018-07-26 16:44:45 -07:00
Samples refactor the folder structure 2018-07-26 16:44:45 -07:00
SharedContent/media refactor folder layout 2018-07-26 16:17:45 -07:00
.gitignore Initial commit 2018-03-01 12:07:48 -08:00
LICENSE Initial commit 2018-03-01 12:07:51 -08:00
README.md Added pre-release warning 2018-07-25 17:19:21 -07:00

README.md

Windows ML samples

This repo contains sample apps that demonstrate how to use Windows ML to build machine learning applications for Windows 10.

For tutorials, how-tos, and additional information, see the Windows ML documentation: https://docs.microsoft.com/windows/uwp/machine-learning

Pre-release APIs

These samples use the Windows.AI.MachineLearning APIs, a pre-released product which may be substantially modified before its commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Sample apps

These generic examples show how to use various models and input feeds with Windows ML. We have both C++ native apps and C# UWP samples

  • Desktop\SqueezeNet: a native C++ desktop app that usesthe SqueezeNet model to detect the predominant object in an image.
  • Store\SqueezeNet: a UWP C# store app that uses the SqueezeNet model to detect the predominant object in an image.
  • Store\SnapCandy: a UWP C# store app that uses the FnsCandy model to make cool images

Requirements

Contributing

We're always looking for your help to fix bugs and improve the samples. Create a pull request, and we'll be happy to take a look.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.