SOM Visualizer is made to help study and understand Self Organizing Map (SOM) by visualizing the training and the neurons' movements.
This project is made using svelte with typescript and tailwind.
SOM itself is an unsupervised AI Algorithm to cluster data points.
Each cluster represented by neurons.
The algorithm simplified step by step:
npm run devnpm run buildnpm start