Created
September 8, 2016 07:08
-
-
Save sevamoo/035c56e7428318dd3065013625f12a11 to your computer and use it in GitHub Desktop.
Hello,
I would like to create a map not only with the trained instances, but also with unseen data that are going to be used by the function project_by(I assume). Is there a way to do something like this? Thanks
Indeed, good question
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
https://gist.github.com/sevamoo/035c56e7428318dd3065013625f12a11
I think we have only this example..
We need to read the code..
There some more SOM libraries, in case you need them
minisom : https://github.com/JustGlowing/minisom/blob/master/examples/Iris.ipynb (well documented, author available on twitter)
neupy : Self-Organizing Feature Maps (SOFM or SOM)
somoclu and SimpSOM