'Support Vector Machine library for C# [closed]
Is there any Support Vector Machine library already implemented which I could use in my C# projects?
Solution 1:[1]
I did some google searchhes and found links that could be interesting:
Solution 2:[2]
I stumbled across your question when trying to find a good starting point example of a Support Vector Machine implementation in C#. If someone wants to write their own SVM, and has no desire to use a toolkit or can't use a toolkit for some reason... this served as a good reference for myself.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Hien Nguyen |
Solution 2 | wakurth |