machinelearning-samples

所属分类:人工智能/神经网络/深度学习
开发工具:PowerShell
文件大小:1848187KB
下载次数:0
上传日期:2023-04-01 11:52:54
上 传 者sh-1993
说明:  machinelearning-samples.zh-cn,ML.NET 示例中文版,英文原版请访问:<https: github.com dotnet machinelearning-samples>

文件列表:
.vsts-dotnet-ci.yml (8057, 2022-05-15)
CODE-OF-CONDUCT.md (259, 2022-05-15)
CONTRIBUTING.md (2251, 2022-05-15)
LICENSE (1072, 2022-05-15)
ROADMAP.md (505, 2022-05-15)
build.ps1 (51, 2022-05-15)
datasets (0, 2022-05-15)
datasets\optdigits-test.csv (264712, 2022-05-15)
datasets\optdigits-train.csv (563639, 2022-05-15)
datasets\taxi-fare-test.csv (2512981, 2022-05-15)
datasets\taxi-fare-train.csv (2409590, 2022-05-15)
datasets\wikipedia-detox-250-line-data.tsv (66775, 2022-05-15)
datasets\wikipedia-detox-250-line-test.tsv (2741, 2022-05-15)
docs (0, 2022-05-15)
docs\COMMUNITY-SAMPLES.md (9390, 2022-05-15)
docs\DATASETS.md (18906, 2022-05-15)
docs\STRUCTURE-GUIDELINES.md (15148, 2022-05-15)
docs\Samples-Backlog.md (6913, 2022-05-15)
docs\migrations (0, 2022-05-15)
docs\migrations\breaking-changes-0.11.md (4597, 2022-05-15)
docs\migrations\breaking-changes-1.0.0-preview.md (16000, 2022-05-15)
images (0, 2022-05-15)
images\HelloML.NET_Unity.png (44886, 2022-05-15)
images\anomaly-detection.png (2008, 2022-05-15)
images\app-type-e2e-black.png (896, 2022-05-15)
images\app-type-e2e.png (840, 2022-05-15)
images\app-type-getting-started-term-cursor.png (633, 2022-05-15)
images\app-type-getting-started-term-lighter.png (597, 2022-05-15)
images\app-type-getting-started.png (1340, 2022-05-15)
images\azure-functions-20.png (9744, 2022-05-15)
images\clustering.png (1533, 2022-05-15)
images\customer-segmentation.png (2100, 2022-05-15)
images\database.png (1213, 2022-05-15)
images\demand-prediction.png (735, 2022-05-15)
images\disease-detection.png (1768, 2022-05-15)
... ...

--- page_type: sample name: "ML.NET Model Builder Stop Sign Object Detection" description: "Use ML.NET Model Builder to train a deep learning object detection model in Azure." urlFragment: "mlnet-object-detection-model-builder" languages: - csharp products: - dotnet - dotnet-core - vs --- # ML.NET Model Builder Stop Sign Object Detection This sample relates to the [ML.NET Model Builder Object Detection tutorial](https://docs.microsoft.com/dotnet/machine-learning/tutorials/object-detection-model-builder). ## Contents | Project | Description | |-----------------------------|-------------------------------------------------------------| | `StopSignDetection` | Console app that consumes the trained model. | | `StopSignDetectionML.Model` | Class library that contains the model and consumption code. | The test image `test-image1.jpeg` is from [pexels](https://www.pexels.com/photo/red-stop-sign-39080/). ## Prerequisites - Visual Studio 2019 16.6.1 or later - .NET workload installed with ML.NET Model Builder component checked - ML.NET Model Builder Preview Feature enabled You can see Model Builder set up instructions in this [tutorial](https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/install). ## Running the sample You can either: 1. Follow along with the tutorial and have Model Builder generate the code for you, or 2. Clone this sample which already contains the necessary code and run the `StopSignDetection` console app to consume a trained ML.NET object detection model.

近期下载者

相关文件


收藏者