From f570c8ff5d8ab085896ae40b40a5d0d8a8e99dc3 Mon Sep 17 00:00:00 2001 From: luisquintanilla Date: Tue, 31 Mar 2020 18:02:41 -0400 Subject: [PATCH] Add samples front-matter --- .../README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/samples/csharp/getting-started/DeepLearning_ImageClassification_Binary/README.md b/samples/csharp/getting-started/DeepLearning_ImageClassification_Binary/README.md index 8fba26b3a..e53d77a3f 100644 --- a/samples/csharp/getting-started/DeepLearning_ImageClassification_Binary/README.md +++ b/samples/csharp/getting-started/DeepLearning_ImageClassification_Binary/README.md @@ -1,3 +1,16 @@ +--- +page_type: sample +name: "Train a deep learning image classification model with ML.NET and TensorFlow" +description: "Use transfer learning to train a deep learning image classification model with ML.NET and TensorFlow" +urlFragment: "mlnet-image-classification-transfer-learning" +languages: +- csharp +products: +- dotnet +- dotnet-core +- vs +--- + # Image Classification Model Training (two categories) - Preferred API (Based on native TensorFlow transfer learning) | ML.NET version | API type | Status | App Type | Data type | Scenario | ML Task | Algorithms |