K-Means Kmeans Algorithm used on .ppm images with different libraries like OpenGL
-
Updated
Feb 23, 2024 - C
K-Means Kmeans Algorithm used on .ppm images with different libraries like OpenGL
A k-means algorithm implementation to c language.
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 second project from the course "Softwear Project" at Tel Aviv University, Created with fellow student Valeria Vaisman. Grade: 100.
A basic spam ham predictor in C
C library implementing KMeans++ and SymNMF algorithms, fully compatible with Python.
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.
Algos de machine learning
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.
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."