From b503acfb5e774b32aa7570624c446f791c9a8ac3 Mon Sep 17 00:00:00 2001 From: Giuseppe Vettigli Date: Fri, 10 Nov 2023 07:25:13 +0000 Subject: [PATCH] reference to Kohonen's paper --- Readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 15998b0..437b99a 100644 --- a/Readme.md +++ b/Readme.md @@ -97,6 +97,7 @@ Color quantization ![](https://github.com/JustGlowing/minisom/raw/master/example Other tutorials ------------ - Self Organizing Maps on the Glowing Python +- Essentials of the self-organizing map by Teuvo Kohonen - How to solve the Travelling Salesman Problem from the book Optimization Algorithms:Optimization Algorithms: AI techniques for design, planning, and control problems. Manning Publications, 2023. - Lecture notes from the Machine Learning course at the University of Lisbon - Introduction to Self-Organizing by Derrick Mwiti @@ -106,7 +107,7 @@ Other tutorials - Video tutorial Self Organizing Maps: Introduction by Art of Visualization - Video tutorial Self Organizing Maps Hyperparameter tuning by SuperDataScience Machine Learning -- MATLAB Implementations and Applications of the Self-Organizing Map by Teuvo Kohonen (Inventor of SOM) +- MATLAB Implementations and Applications of the Self-Organizing Map by Teuvo Kohonen How to cite MiniSom ------------