Question

Are there any machine learning libraries for C. Specifically interested in unsupervised learning.

Was it helpful?

Solution

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.

OTHER TIPS

If you want to use SVMs: libsvm is written in C.

Licensed under: CC-BY-SA with attribution
Not affiliated with datascience.stackexchange
scroll top