An open API service indexing awesome lists of open source software.

https://github.com/xamlbrewer/uwp-machinelearning-sample

Demonstrates how to use ML.NET to implement some Machine Learning use cases in UWP.
https://github.com/xamlbrewer/uwp-machinelearning-sample

machine-learning ml-net oxyplot uwp

Last synced: 9 months ago
JSON representation

Demonstrates how to use ML.NET to implement some Machine Learning use cases in UWP.

Awesome Lists containing this project

README

          

# UWP-MachineLearning-Sample
Demonstrates how to use ML.NET and Oxyplot to implement some Machine Learning use cases in an MVVM UWP app. Currently works against ML.NET v1.3.1 and is tested against v1.4.0-preview.

If you want to see these same ML.NET scenarios in Jupyter Notebooks and XPlot, then visit https://github.com/XamlBrewer/ML.NET-Jupyter-Notebooks.

## Look mom, no Python
The UWP app demonstrates the following Machine Learning scenarios:
* Clustering
* Multiclass Classification
* Binary Classification
* Regression
* Feature Contribution Calculation
* Permutation Feature Importance Calculation
* Recommendation
* Recommendation using Field-Aware Factorization Machine
* Automated model generation with AutoML
* Feature Distribution Analysis with Boxplot Diagrams
* Feature Correlation Analysis with Heatmap Diagrams

## Seeing is believing:

![Screenshot](Assets/Clustering.png?raw=true)

![Screenshot](Assets/MulticlassClassification.png?raw=true)

![Screenshot](Assets/BinaryClassification.png?raw=true)

![Screenshot](Assets/Regression.png?raw=true)

![Screenshot](Assets/FeatureContribution.png?raw=true)

![Screenshot](Assets/FeatureImportance.png?raw=true)

![Screenshot](Assets/Recommendation.png?raw=true)

![Screenshot](Assets/FfmRecommendation.png?raw=true)

![Screenshot](Assets/AutoML.png?raw=true)

![Screenshot](Assets/BoxPlot.png?raw=true)

![Screenshot](Assets/HeatMap.png?raw=true)