Skip to content

mlange-42/kohonen

Repository files navigation

kohonen

Build Status

A Rust Self-organizing Maps (SOM) / Kohonen networks library and command line tool.

Warning: This project is in a very experimental state.

Self-organizing maps

Command line tool

Installation

  • Download the latest binaries.
  • Unzip somewhere with write privileges (only required for running examples in place).

Usage

  • Try the examples in sub-directory /cmd_examples.
  • To view the full list of options, run kohonen --help

Library / crate

To use this crate as a library, add the following to your Cargo.toml dependencies section:

kohonen = { git = "https://github.com/mlange-42/kohonen.git" }

See the included examples for usage details.

Development version

For the latest development version, see branch dev.

About

A Self-organizing Maps (SOM) / Kohonen networks library and command line tool in Rust.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •