Difference between revisions of "K-Modes"
m (Text replacement - "http:" to "https:") |
|||
Line 5: | Line 5: | ||
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools | ||
}} | }} | ||
− | [ | + | [https://www.youtube.com/results?search_query="K+Modes" YouTube search...] |
− | [ | + | [https://www.google.com/search?q="k-modes"+clustering ...Google search] |
* [[AI Solver]] | * [[AI Solver]] | ||
Line 13: | Line 13: | ||
* [[Clustering]] | * [[Clustering]] | ||
* [[K-Means]] | * [[K-Means]] | ||
− | * [ | + | * [https://pdfs.semanticscholar.org/1069/2c9b80be922903526682f8fae5ad6ffb68f6.pdf K-modes Clustering Algorithm for Categorical Data | N. Sharma and N. Gaud] |
− | an extension of k-means. Instead of distances it uses dissimilarities (that is, quantification of the total mismatches between two objects: the smaller this number, the more similar the two objects). And instead of means, it uses modes. A mode is a vector of elements that minimizes the dissimilarities between the vector itself and each object of the data. We will have as many modes as the number of clusters we required, since they act as centroids. [ | + | an extension of k-means. Instead of distances it uses dissimilarities (that is, quantification of the total mismatches between two objects: the smaller this number, the more similar the two objects). And instead of means, it uses modes. A mode is a vector of elements that minimizes the dissimilarities between the vector itself and each object of the data. We will have as many modes as the number of clusters we required, since they act as centroids. [https://amva4newphysics.wordpress.com/2016/10/26/into-the-world-of-clustering-algorithms-k-means-k-modes-and-k-prototypes/ Into the world of clustering algorithms: k-means, k-modes and k-prototypes | Alessia Saggio] |
− | + | https://i.stack.imgur.com/JqGsg.png | |
Revision as of 20:33, 28 March 2023
"K+Modes" YouTube search... "k-modes"+clustering ...Google search
- AI Solver
- Capabilities
- Clustering
- K-Means
- K-modes Clustering Algorithm for Categorical Data | N. Sharma and N. Gaud
an extension of k-means. Instead of distances it uses dissimilarities (that is, quantification of the total mismatches between two objects: the smaller this number, the more similar the two objects). And instead of means, it uses modes. A mode is a vector of elements that minimizes the dissimilarities between the vector itself and each object of the data. We will have as many modes as the number of clusters we required, since they act as centroids. Into the world of clustering algorithms: k-means, k-modes and k-prototypes | Alessia Saggio
Text