[HN Gopher] Clustering Algorithms with Python
___________________________________________________________________
Clustering Algorithms with Python
Author : rbanffy
Score : 22 points
Date : 2021-08-29 20:57 UTC (2 hours ago)
(HTM) web link (machinelearningmastery.com)
(TXT) w3m dump (machinelearningmastery.com)
| scoresmoke wrote:
| As this tutorial introduces the spectral clustering method that
| uses a similarity matrix between objects, I believe graph
| clustering methods are also worth mentioning. When I was
| investigating this topic, I released an implementation of a very
| efficient randomized clustering algorithm for graphs called
| Chinese Whispers: https://github.com/nlpub/chinese-whispers-
| python. Since it does not use matrices internally, it allows
| handling very large NetworkX graphs.
| Jugurtha wrote:
| Nice.
|
| Helpful plug: if you don't have an environment handy to try these
| out, here's an invite link
| https://iko.ai/invite/zBTnAv2ZI9sQ4yuBvBxGoCT5EuqwOjf6fkZkaA...
|
| Head to "Notebook" and play. They're real-time collaborative
| notebooks (right click on a notebook, then generate shareable
| link).
|
| You may have problems if other free users maxed out the quota,
| but if you have a GKE cluster, you can hook it up and use it on
| the platform for scheduled notebooks.
___________________________________________________________________
(page generated 2021-08-29 23:01 UTC)