Is there a C library for machine learning algorithms?
Are there any machine learning libraries for C. Specifically interested in unsupervised learning.
Topic c beginner machine-learning
Category Data Science
Are there any machine learning libraries for C. Specifically interested in unsupervised learning.
Topic c beginner machine-learning
Category Data Science
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.
If you want to use SVMs: libsvm
is written in C.
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.