Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize SOM-Toolbox #17

Open
jiperez91 opened this issue Aug 22, 2016 · 1 comment
Open

Parallelize SOM-Toolbox #17

jiperez91 opened this issue Aug 22, 2016 · 1 comment

Comments

@jiperez91
Copy link

Hi everyone:

There is a way to parallelize the som_make or som_batchtrain functions? I want to speed up this functions but I don't have the Parallel Computing Toolbox.

@twocs
Copy link
Contributor

twocs commented Feb 23, 2017

I don't believe that it would be straightforward to parallelize the functions in SOM-Toolbox. It would basically require line-by-line modifications.

But have you checked out the C++ project Somoclu.
"Somoclu is a massively parallel implementation of self-organizing maps" https://github.com/peterwittek/somoclu

Somoclu has different interfaces, including Python, R and MATLAB version. In its Readme, it states that "the MATLAB version [integrates] with somtoolbox." That means you can prepare the SOM in Somoclu and still use SOM-Toolbox for visualization.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants