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