Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/persteenolsen/dotnet-8-wine-ml
.NET 8 and ML.NET - Machine Learning for finding the best wine :-)
https://github.com/persteenolsen/dotnet-8-wine-ml
Last synced: about 2 months ago
JSON representation
.NET 8 and ML.NET - Machine Learning for finding the best wine :-)
- Host: GitHub
- URL: https://github.com/persteenolsen/dotnet-8-wine-ml
- Owner: persteenolsen
- Created: 2024-11-21T07:32:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:20:24.000Z (2 months ago)
- Last Synced: 2024-11-22T15:28:04.468Z (2 months ago)
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using Machine Learning to taste wine
Last updated: 22-11-2024
- Tasting wine using ML.NET
- .NET 8 Console App
- This is a console application using Microsoft Machine Learning framework ML.NET for predicting the best wine
- FastTree regression used to train the Model
- Visual Studio Code as IDEStart the App inside VS Code
- Set the Folder WineML in focus Run - Start Debug
Start the App by outside VS Code:
- Open a command promt in the Folder WineML and type: dotnet run wineml.csproj