somoclu icon indicating copy to clipboard operation
somoclu copied to clipboard

Massively parallel self-organizing maps: accelerate training on multicore CPUs, GPUs, and clusters

Results 34 somoclu issues
Sort by recently updated
recently updated
newest added

I'm trying to use `somoclu` in a project. When I make a PR of my project to a github repo, it failed the codecov test and the readthedoc build because...

I can use `som.bmus` to get the coordinates of bmus of the training data, but I want to calculate the coordinates of bmus of testing data from a pre-trained SOM....

Hi, I am getting the error which I can see the different issues for the same in discussions dating back from 2016, ``` som_clu.train() Traceback (most recent call last): File...

How can we verify that the training process was good enough after it has completed? Is there a way to get the topographical and quantization error per epoch, to see...

enhancement
question

SOM clustering is a good customer segment method, and your somoclu make the method strong enough to deal with big data. Thank you so much. But when I have done...

Hi guys, I'm struggling in my attempt to build from source code in a windows environment and I did almost everything "right", but when I tried to run a example,...

I received core dumped error. My data size is 382776x174688. I submit a job in cluster high performance compauter using the scrips mpirun -np 8 somoclu -g hexagonal -m toroid...

when I use somoclu on ubuntu, there is no problem and perform perfectly with 100% cpu usage, but when I do the same experiment on Macbookpro with spyder IDE, it...

Hi. The "get_surface_state" command via Python3 takes twice as long on Linux compared to MacOS (with lower machine specs), and even longer on windows. Any idea why? Regards ,Zubair

I tried to run the example provided [here](https://github.com/peterwittek/somoclu/blob/master/src/R/man/Rsomoclu.kohonen.Rd) but when it comes to the part when the SOM is converted to kohonen class, the following error appears: Error in map.kohonen(structure(list(codes...