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
- Host: GitHub
- URL: https://github.com/ds5678/torchcategorizationdemo
- Owner: ds5678
- License: mit
- Created: 2023-10-01T23:33:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T23:40:31.000Z (over 2 years ago)
- Last Synced: 2025-02-13T21:18:44.471Z (about 1 year ago)
- Topics: csharp, machine-learning, torchsharp
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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`.