Frequently Asked Questions (FAQ) ================================ .. role:: bash(code) :language: bash .. role:: python(code) :language: python3 **Can I use SuSi for my article / poster / website / blog post ...?** Yes! We are very proud and happy if SuSi helps you in any way. Please cite us, as described in `documentation/citation `_. **How should I set the initial hyperparameters of a SOM?** For more details on the hyperparameters, see in `documentation/hyperparameters `_. **How can I optimize the hyperparameters?** The SuSi hyperparameters can be optimized, for example, with `scikit-learn.model_selection.GridSearchCV `_, since the SuSi package is developed according to several scikit-learn guidelines.