Implementation of Kohonen's Self Organizing Map for classification of Iris species, and a visualization of the network
Find a file
2026-05-07 18:45:55 +05:30
_test_manim Checkpoint: First 2 Scenes 2026-04-03 18:57:10 +05:30
video YT Video version of the code 2026-05-07 18:45:55 +05:30
.gitignore YT Video version of the code 2026-05-07 18:45:55 +05:30
CLAUDE.md Checkpoint: Scene 4 (and updated scene 3) 2026-04-04 12:01:24 +05:30
LICENSE Initial commit 2026-03-23 15:46:28 +05:30
README.md Initial commit 2026-03-23 15:46:28 +05:30
requirements.txt YT Video version of the code 2026-05-07 18:45:55 +05:30
script.md YT Video version of the code 2026-05-07 18:45:55 +05:30
seeds.txt Separate SOM into its own class 2026-03-30 21:29:14 +05:30
som_core.py Separate SOM into its own class 2026-03-30 21:29:14 +05:30
som_iris.py Initial Implementation of KSOM 2026-03-24 01:41:51 +05:30
som_seeds.py Separate SOM into its own class 2026-03-30 21:29:14 +05:30
som_visualization.py Separate SOM into its own class 2026-03-30 21:29:14 +05:30
train_som.py YT Video version of the code 2026-05-07 18:45:55 +05:30

ksom-iris-manim

Implementation of Kohonen's Self Organizing Map for classification of Iris species, and a visualization of the network