From e19a582a27ff5bbd1ecad4b6a6805ba2a49b37c2 Mon Sep 17 00:00:00 2001 From: Robert Jeffrey <68836979+robertmkjeffrey@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:49:43 +1100 Subject: [PATCH] Fixed typos in readme. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 437b99a..0c124ae 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ MiniSom is a minimalistic and Numpy based implementation of the Self Organizing Updates about MiniSom are posted on Twitter. -Juping into using MiniSom via Google Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/JustGlowing/minisom/blob/master/examples/BasicUsage.ipynb) +Jump into using MiniSom via Google Colab: [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://githubtocolab.com/JustGlowing/minisom/blob/master/examples/BasicUsage.ipynb) Installation --------------------- @@ -91,7 +91,7 @@ Here are some of the charts you'll see how to generate in the [examples](https:/ | | | :-------------------------:|:-------------------------: Seeds map ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_seed.png) | Class assignment ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_seed_pies.png) -Handwritteng digits mapping ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_digts.png) | Hexagonal Topology som hexagonal toplogy +Handwritten digits mapping ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_digts.png) | Hexagonal Topology som hexagonal toplogy Color quantization ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_color_quantization.png) | Outliers detection ![](https://github.com/JustGlowing/minisom/raw/master/examples/resulting_images/som_outliers_detection_circle.png) Other tutorials