-
Notifications
You must be signed in to change notification settings - Fork 168
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
Lonely points #2
Comments
Hi, I have fixed the bug in plot.py. Please try it! Your visualization indeed looks odd. Could you please share with us the feature vectors you were using? Thanks! |
Attached is my feature vector file (and their labels) |
Hi, On Wed, Sep 14, 2016 at 5:17 PM, lferry007 [email protected] wrote:
|
We've updated the code and you can have a try. If there is still a problem, it may be the problem of system configuration. Thanks, |
…y_to_largeviz_input Feature/2017 03 27/npy to largeviz input
Hi,
I'm trying to use LargeVis to visualize my doc2vec features of 20NG (7532 test documents, 100 features each). I'm using all the default parameters, and I get the following result.
I was surprised by he lonely points in the data as their corresponding documents were not noticeably different than the others in their category. I tried running the algorithms after taking these documents out of the dataset, but got a similar pattern of results - a few ~6-9 lonely points representing seemingly normal documents. I previously modeled this data using various TSNE methods and none showed such a pattern of results. I am wondering if there is a simple explanation or something I am overlooking?
Also, plot.py only works for me if I change in row 29: vec[1], vec[2] to vec[0], vec[1]
Thanks in advance
Shani
The text was updated successfully, but these errors were encountered: