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

https://github.com/ds5678/torchcategorizationdemo

A simple demo of binary categorization using TorchSharp
https://github.com/ds5678/torchcategorizationdemo

csharp machine-learning torchsharp

Last synced: 10 months ago
JSON representation

A simple demo of binary categorization using TorchSharp

Awesome Lists containing this project

README

          

# Torch Categorization Demo

A simple demo of binary categorization using TorchSharp.

It quickly trains a model to categorize based on a scalar value, eg. height.

The optimum accuracy for the given data is about `0.841`.