Skip to content
/ jmlbot Public
forked from pjreddie/jmlbot

Joe's Machine Learning Bag o' Tricks

Notifications You must be signed in to change notification settings

Drumev/jmlbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%