Are there any machine learning libraries for C. Specifically interested in unsupervised learning.
Asked
Active
Viewed 3.5k times
9
-
1Is C++ acceptable? There are plenty of libraries for C++. – Icyblade Feb 08 '17 at 06:41
-
1yeah, i am interested in knowing C++ libraries as well – Chandan Venkatesh Feb 08 '17 at 07:42
-
1Why do you want a C library? – Martin Thoma Feb 08 '17 at 08:24
-
1@ChandanVenkatesh Since you are also interested in C++, please include this in your question and tags. – j b Nov 26 '19 at 09:07
2 Answers
6
Here's a detailed table about different machine learning libraries on different languages:
https://github.com/josephmisiti/awesome-machine-learning
Checkout C version here and C++ version here.
Personally speaking, try OpenCV ! OpenCV provides multiple machine learning implementations including KMeans, kNN, SVM, etc.
Icyblade
- 4,246
- 1
- 22
- 34