A k-means algorithm implementation to c language.
-
Updated
Feb 25, 2020 - C
A k-means algorithm implementation to c language.
K-Means Kmeans Algorithm used on .ppm images with different libraries like OpenGL
Image Segmentation using K-means
2D k-means Python 2.7 module implemented in pure C
This implementation of the k-means algorithm contains functions for training and outputting the learned cluster centers. It also outputs the total dispersion of clustering, so you can run it multiple times with multiple different K and find the simplest solution that gives the least dispersion.
The most common algorithm uses an iterative refinement technique. Due to its ubiquity it is often called the k-means algorithm; it is also referred to as Lloyd's algorithm, particularly in the computer science community.
A basic spam ham predictor in C
Código desenvolvido como parte da avaliação da disciplina Algoritmos e Programação de Computadores (113476) com o professor Vinícius Ruela Pereira Borges do departamento de Ciência da computação da Universidade de Brasília no primeiro semestre de 2018, desenvolvido pelo estudante Felipe Luís Pinheiro.
The second project from the course "Softwear Project" at Tel Aviv University, Created with fellow student Valeria Vaisman. Grade: 100.
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
Algos de machine learning
Add a description, image, and links to the kmeans-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the kmeans-algorithm topic, visit your repo's landing page and select "manage topics."