小游戏平台搭建如何推动创新与用户体验的双重提升
692
2022-11-02
.NET开源和跨平台机器学习框架 ML.NET 的一些示例
Note: We'd love to hear your feedback about ML.NET. Let us know your thoughts in this survey.
ML.NET Samples
ML.NET is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers.
In this GitHub repo, we provide samples which will help you get started with ML.NET and how to infuse ML into existing and new .NET apps.
Note: Please open issues related to ML.NET framework in the Machine Learning repository. Please create the issue in this repo only if you face issues with the samples in this repository.
There are two types of samples/apps in the repo:
The official ML.NET samples are divided in multiple categories depending on the scenario and machine learning problem/task, accessible through the following tables:
The previous samples show you how to use the ML.NET API 1.0 (GA since May 2019).
However, we're also working on simplifying ML.NET usage with additional technologies that automate the creation of the model for you so you don't need to write the code by yourself to train a model, you simply need to provide your datasets. The "best" model and the code for running it will be generated for you.
These additional technologies for automating model generation are in PREVIEW state and currently only support Binary-Classification, Multiclass Classification and Regression. In upcoming versions we'll be supporting additional ML Tasks such as Recommendations, Anomaly Detection, Clustering, etc..
CLI samples: (Preview state)
The ML.NET CLI (command-line interface) is a tool you can run on any command-prompt (Windows, Mac or Linux) for generating good quality ML.NET models based on training datasets you provide. In addition, it also generates sample C# code to run/score that model plus the C# code that was used to create/train it so you can research what algorithm and settings it is using.
CLI (Command Line Interface) samples |
---|
Binary Classification sample |
MultiClass Classification sample |
Regression sample |
AutoML API samples: (Preview state)
ML.NET AutoML API is basically a set of libraries packaged as a NuGet package you can use from your .NET code. AutoML eliminates the task of selecting different algorithms, hyperparameters. AutoML will intelligently generate many combinations of algorithms and hyperparameters and will find high quality models for you.
AutoML API samples |
---|
Binary Classification sample |
MultiClass Classification sample |
Regression sample |
Advanced experiment sample |
Additional ML.NET Community Samples
In addition to the ML.NET samples provided by Microsoft, we're also highlighting samples created by the community showcased in this separated page: ML.NET Community Samples
Those Community Samples are not maintained by Microsoft but by their owners. If you have created any cool ML.NET sample, please, add its info into this REQUEST issue and we'll publish its information in the mentioned page, eventually.
Translations of Samples:
Chinese Simplified
Learn more
See ML.NET Guide for detailed information on tutorials, ML basics, etc.
API reference
Check out the ML.NET API Reference to see the breadth of APIs available.
Contributing
We welcome contributions! Please review our contribution guide.
Community
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information, see the .NET Foundation Code of Conduct.
License
ML.NET Samples are licensed under the MIT license.
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~