Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [clustering]

Ask Question

Cluster analysis or clustering is the task of grouping a set of objects in such a way that objects in the same group (called a cluster) are more similar (in some sense or another) to each other than to those in other groups (clusters).

129 questions
Filter by
Sorted by
Tagged with
3votes
0answers
766views

I've been trying to create a piece of code which consists of looping through each element of a list of questions, preprocess it, and then calculate the Cosine similarity with the rest of the elements (...
1vote
1answer
78views

I'm trying to implement a homogeneous multithreading example that multiple threads process portion of a huge task. In order to achieve this, I thought of clustering data/resource and multiple threads ...
1vote
1answer
413views

I am asked to implement the following part of code into kernel code. Actually, I have tried but not sure about thestd::array.This is the original code for the ...
user247399's user avatar
0votes
2answers
467views

Hello I have written a multi-threaded implementation of the K-means clustering algorithm. The main goals are correctness and scalable performance on multi-core CPUs. I expect to code to not have race ...
1vote
1answer
252views

Purpose of the code :To assign the corresponding label of the centroids to the points which are close to it. Below is a graphical (2D) example.Variable X is a matrix, rows represent the points, ...
2votes
1answer
297views

I am practicing to implement the KNN classification tool in C#. The basic point structure is constructed by the classPoint, and there are two members in ...
JimmyHu's user avatar
  • 7,575
4votes
1answer
318views

here below a working implementation that finds the minimal distance between k(set=4 below) clusters in a graph.I have doubts mainly on the implementation of the ...
6votes
0answers
147views

Here is a project that I worked on for a few days in June 2020. Since the algorithm is extremely slow, I looked into methods in order to parallelize operations but did not obtain any satisfactory ...
3votes
1answer
279views

I have recently built a class that is an implementation of kMeans from scratch. I believe there is room for improvement and I would happily receive some feedback. The project can be found at: https://...
Empan's user avatar
6votes
1answer
607views

If you don't know what is Schelling's model of segregation, you can read it here. The Schelling model of segregation is an agent-based model that illustrates how individual tendencies regarding ...
5votes
2answers
5kviews

I created an algotrithm that groups a sortedlist of coordinates into buckets based on their proximity (30) to one another. Steps:Create a new key with a list ...
Josh Sharkey's user avatar
1vote
1answer
4kviews

This is the program function code for clustering using k-medoids...
2votes
0answers
134views

This is the task I am working on: In this assignment you will implement the K-Nearest Neighbour and Naïve Bayes algorithms and evaluate them on a real dataset using the stratified cross validation ...
1vote
1answer
781views

I'm developing a face recognizing application using the face_recognition Python library. The faces are encoded as 128-dimension floating-point vectors. In addition to this, each named known person ...
DannyNiu's user avatar
3votes
0answers
557views

I've tried implementing Locality Sensitive Hash, the algorithm that helps recommendation engines, and powers apps like Shazzam that can identify songs you heard at restaurants.LSH is supposed to run ...

153050per page
1
2345
9

Hot Network Questions

more hot questions
Newest clustering questions feed

[8]ページ先頭

©2009-2025 Movatter.jp