# machinelearning-samples **Repository Path**: mirrors_dotnet/machinelearning-samples ## Basic Information - **Project Name**: machinelearning-samples - **Description**: Samples for ML.NET, an open source and cross-platform machine learning framework for .NET. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > Note: We'd love to hear your thoughts about MLOps. Let us know in [this survey](https://www.research.net/r/mlops-samples). # ML.NET Samples [ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) is a cross-platform open-source machine learning framework that makes machine learning accessible to .NET developers. In this GitHub repo, we provide samples which will help you get started with ML.NET and how to infuse ML into existing and new .NET apps. **Note:** Please open issues related to [ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) framework in the [Machine Learning repository](https://github.com/dotnet/machinelearning/issues). Please create the issue in this repo only if you face issues with the samples in this repository. There are two types of samples/apps in the repo: * Getting Started  : ML.NET code focused samples for each ML task or area, usually implemented as simple console apps. * End-End apps  : End-user sample web and desktop apps infused with Machine Learning models based on ML.NET. The official ML.NET samples are divided in multiple categories depending on the scenario and machine learning problem/task, accessible through the following tables:
Binary classification | ||
![]() ![]() Sentiment Analysis C# F# |
![]() ![]() Spam Detection C# F# |
![]() ![]() Credit Card Fraud Detection (Binary Classification) C# F# |
![]() ![]() Heart Disease Prediction C# |
||
Multi-class classification | ||
![]() ![]() Issues Classification C# F# |
![]() ![]() Iris Flowers Classification C# F# |
![]() ![]() MNIST C# |
Recommendation | ||
![]() ![]() Product Recommendation C# |
![]() ![]() Movie Recommender (Matrix Factorization) C# |
![]() ![]() Movie Recommender (Field Aware Factorization Machines) C# |
Regression | ||
![]() ![]() Price Prediction C# F# |
![]() ![]() Sales Forecasting (Regression) C# |
![]() ![]() Demand Prediction C# F# |
Time Series Forecasting | ||
![]() ![]() Sales Forecasting (Time Series) C# |
||
Anomaly Detection | ||
![]() Sales Spike Detection ![]() ![]() |
![]() ![]() Power Anomaly Detection C# |
![]() ![]() Credit Card Fraud Detection (Anomaly Detection) C# |
Clustering | ||
![]() ![]() Customer Segmentation C# F# |
![]() ![]() IRIS Flowers Clustering C# F# |
|
Ranking | ||
![]() ![]() Rank Search Engine Results C# |
||
Computer Vision | ||
![]() Image Classification Training (High-Level API) ![]() |
![]() Image Classification Predictions (Pretrained TensorFlow model scoring) ![]() ![]() |
![]() Image Classification Training (TensorFlow Featurizer Estimator) ![]() |
![]() Object Detection (ONNX model scoring) ![]() ![]() |
Cross Cutting Scenarios | ||
![]() ![]() Scalable Model on WebAPI C# |
![]() ![]() Scalable Model on Razor web app C# |
![]() ![]() Scalable Model on Azure Functions C# |
![]() ![]() Scalable Model on Blazor web app C# |
![]() ![]() Large Datasets C# |
![]() ![]() Loading data with DatabaseLoader C# |
![]() ![]() Loading data with LoadFromEnumerable C# |
![]() ![]() Model Explainability C# |
![]() ![]() Export to ONNX C# |