machinelearning-samples
machinelearning-samples copied to clipboard
Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
I've been doing experiments with the C# image classification examples, and I've been struggling trying to modify the sample to save an ONNX file without success, since it gives me...
Hi, I have been following the tutorial on "Sentiment Analysis" (https://docs.microsoft.com/es-es/dotnet/machine-learning/tutorials/sentiment-analysis), which is really nice, interesting and useful. However, I have stumbled on the first step further. I am trying...
"PredictionEnginPool" -> "PredictionEnginePool"
In order to reduce Machine Learning samples zip size (from more than 2 Gb to 87 Mb), just commit this Pull Request: https://github.com/dotnet/machinelearning-samples/pull/949 I added also a VB branch with...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Fixed bug in F# ConsoleHelper printMultiClassClassificationMetrics that caused MacroAccuracy to be displayed where MicroAccuracy is expected.
Hi all!, here is my journey for a few months: 1°) Datasets (and graphs) are too big to be included in the github repository (more than 2 Gb!) 2°) There...
System Windows 10 VS 2022 Download samples and tried to run the program: OnnxObjectDetection Complies correctly and when I run the program an unhandled exception is thrown on line 25...
Adding weather recognition sample to go along with the Custom Vision ONNX tutorial
Problem encountered on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/consume Operating System: macos I changed to different values including ```input.SentimentText = "That is good.";``` and ```input.SentimentText = "Get yourself some help.";``` (this is a line that...