From 94dec30f8811ea0cf1ac55ef8dcce0a8ca1a1b35 Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Wed, 13 Jun 2018 09:42:26 -0700 Subject: [PATCH] Add link to samples --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4da710cba4..43f14bba69 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ SentimentPrediction prediction = model.Predict(data); Console.WriteLine("prediction: " + prediction.Sentiment); ``` +## Samples + +We have a [repo of samples](https://github.com/dotnet/machinelearning-samples) that you can look at. ## License