SONG icon indicating copy to clipboard operation
SONG copied to clipboard

This Repository Contains the Source Code for the Python Implementation of Self Organizing Nebulous Growths

Results 2 SONG issues
Sort by recently updated
recently updated
newest added

I am launching the same script two times in a row: ``` sng = SONG(n_components=2, n_neighbors=10, random_seed=42) emb = sng.fit(data) tr = emb.tranform(data) ``` and I get different values for...

This is false, it should be at least 11. If n_epochs is 10, error still appears