jdonaldson / rtsne

An R package for t-SNE (t-Distributed Stochastic Neighbor Embedding)
58 stars 24 forks source link

Feature Request: Random Restarts #2

Open ajaech opened 8 years ago

ajaech commented 8 years ago

It would be nice to have a function that would automatically restart with a new random initialization some fixed number of times and then return the lowest cost embedding found. As is, the tsne function doesn't return the cost so it's hard to do this by repeatedly calling the tsne function.

jdonaldson commented 8 years ago

Yeah, I've been meaning to add this. I'll look into it.