pjreddie / jmlbot

Joe's Machine Learning Bag o' Tricks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joe's Machine Learning Bag o' Tricks

Machine learning utilities that are simple, fast, and easy to use. Each utility is a single C file that can be compiled or simply called as a shell script.

K-Means

Run k-means clustering on data in a csv file.

./kmeans.c test.csv centers -k 5

or

bash kmeans.c test.csv scan -k 10

About

Joe's Machine Learning Bag o' Tricks


Languages

Language:C 100.0%