RusticSOM and kohonen
These are competitors—both provide standalone Rust implementations of Self-Organizing Maps algorithms without dependency on each other, so users would select one based on maturity (RusticSOM's higher adoption) or specific features rather than using them together.
About RusticSOM
avinashshenoy97/RusticSOM
Rust library for Self Organising Maps (SOM).
This is a Rust library for building Self-Organizing Maps (SOMs), a type of neural network. It takes in raw numerical data, like measurements of flowers or customer behavior, and organizes it onto a grid where similar data points are grouped together. This helps data scientists and machine learning engineers visualize complex datasets and identify underlying patterns.
About kohonen
mlange-42/kohonen
A Self-organizing Maps (SOM) / Kohonen networks library and command line tool in Rust.
Scores updated daily from GitHub, PyPI, and npm data. How scores work