This commit is contained in:
Harry Stuart 2024-06-12 01:33:28 +10:00
parent 9710e0a44a
commit 1b5249a150

View File

@ -2,7 +2,7 @@
This repository contains a productionised version (including testing and benchmarking) of the Kohonen Self Organising Map model implemented in the problem specification. Please let me know if there are any issues running the code. This repository contains a productionised version (including testing and benchmarking) of the Kohonen Self Organising Map model implemented in the problem specification. Please let me know if there are any issues running the code.
The below image represents the final weights of a 1000*1000*3 Kohonen Network trained for 1000 iterations. It took 1 hour and 20 minutes to generate on my machine. The below image represents the final weights of a 1000x1000x3 Kohonen Network trained for 1000 iterations. It took 1 hour and 20 minutes to generate on my machine.
![example](documents/1000.png) ![example](documents/1000.png)