You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement self-organizing maps in python, ideally in tensorflow. Thanks for your efforts here!
When using SOM() with anything other than dim=3 doesn't seem to work. I even adjusted the inputs to be an array of shape (10, 2), but maybe I'm off here?
Any help you can offer is greatly appreciated. If you need to see code, please let me know. My hope is to eventually be able to apply SOM to an arbitrarily large feature space on a large number of observations/rows. Thanks!
The text was updated successfully, but these errors were encountered:
I am trying to implement self-organizing maps in python, ideally in tensorflow. Thanks for your efforts here!
When using
SOM()
with anything other thandim=3
doesn't seem to work. I even adjusted the inputs to be an array of shape (10, 2), but maybe I'm off here?Any help you can offer is greatly appreciated. If you need to see code, please let me know. My hope is to eventually be able to apply SOM to an arbitrarily large feature space on a large number of observations/rows. Thanks!
The text was updated successfully, but these errors were encountered: