Skip to content

Commit

Permalink
Added installation code
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroMartens committed Sep 17, 2024
1 parent 341e4d1 commit 517802c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Welcome to DBGSOM's documentation!

DBGSOM is short for *Directed Batch Growing Self-Organizing Map*. A SOM is a type of artificial neural network that is used to to produce a low-dimensional representation of a higher dimensional data set while preserving the topological structure of the data. It can be used for supervised and unsupervised vector quantization, classification and many different data visualization tasks. DBGSOM implements the SomClassifier and SomVQ for classification and clustering/vector quantization respectively.

Installation
------------
DBGSOM can be installed via pip:
``pip install dbgsom``

User Guide
----------
.. toctree::
Expand Down

0 comments on commit 517802c

Please sign in to comment.