Skip to content
#

k-means-clustering

Here are 20 public repositories matching this topic...

Machine learning methods and image processing were utilized to determine whether a surface contains a deformity. Through the development of a C++ program to generate surface deformities given image length, width, maximum deformity radius, and sample size as the training set, we utilize machine learning classifiers, namely Convolution Neural Netw…

  • Updated Dec 21, 2021
  • C

This program implements the K-means clustering algorithm using OpenMP APIs. The K-means algorithm is a popular method of vector quantization that aims to partition n observations into k clusters. Each observation is assigned to the cluster with the nearest mean, serving as a prototype of the cluster.

  • Updated Aug 23, 2023
  • C

Proyecto para arquitectura de computadores: Trata de una simplificación de una aplicación real, del ámbito del (NLP) Natural Language Processing y (ML) Machine Learning al que se le van a aplicar tecnicas de paralelizacion mediante la libreria de OpenMP para encontrar la version mas eficiente.

  • Updated Dec 30, 2023
  • C

Improve this page

Add a description, image, and links to the k-means-clustering topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the k-means-clustering topic, visit your repo's landing page and select "manage topics."

Learn more