From 944bcd76463505763ffa5c9397e008d339c63484 Mon Sep 17 00:00:00 2001 From: Giuseppe Vettigli Date: Fri, 23 Aug 2024 13:27:29 +0100 Subject: [PATCH] Twitter is now X --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index d30a313..536075e 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ MiniSom is a minimalistic and Numpy based implementation of the Self Organizing The project initially aimed for a minimalistic implementation of the Self-Organizing Map (SOM) algorithm, focusing on simplicity in features, dependencies, and code style. Although it has expanded in terms of features, it remains minimalistic by relying only on the numpy library and emphasizing vectorization in coding style. -Updates about MiniSom are posted on Twitter. +Updates about MiniSom are posted on X. 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)