.. NNSOM documentation master file, created by sphinx-quickstart on Thu Apr 18 10:52:02 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Welcome to NNSOM's documentation! ================================= The package **NNSOM** likely stands for "Neural Network Self-Organizing Map." Self-organizing maps (SOMs), also known as Kohonen maps, are a type of artificial neural network (ANN) that is trained using unsupervised learning to produce a low-dimensional representation of input data. NNSOM is a Python package that implements self-organizing maps with additional functionalities for neural network applications. .. toctree:: :maxdepth: 2 :caption: Contents: usage contributor NNSOM auto_examples/index more Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`