-
Notifications
You must be signed in to change notification settings - Fork 1
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
Example input files from vectors to t-SNE #1
Comments
Hi @avilella , I unfortunately don't have anymore time to devote this project (an academic project from several years back), but the examples are located at this project page You will have to copy the links and replace the Edit (here are the corrected links for your convenience): warlogs TFIDF term-vectors. → (BZip2 archive 1MB) |
Thanks, downloading now.
…On Thu, May 2, 2024 at 1:48 PM Stephen Ingram ***@***.***> wrote:
Hi @avilella <https://github.com/avilella> , I unfortunately don't have
anymore time to devote this project (an academic project from several years
back), but the examples are located at this project page :
https://www.cs.ubc.ca/labs/imager/tr/2014/QSNE/
You will have to copy the links and replace the http with https ... (I
can no longer edit that page to correct it)
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABGSN5IWIH4AK574CJW4DTZAIYYNAVCNFSM6AAAAABGWWXJOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGQYTQMBSGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Would you recommend a similar github repo for plotting t-SNE plots in a
similar way to apq-qsne? Thanks in advance.
…On Thu, May 2, 2024 at 1:51 PM Albert Vilella ***@***.***> wrote:
Thanks, downloading now.
On Thu, May 2, 2024 at 1:48 PM Stephen Ingram ***@***.***>
wrote:
> Hi @avilella <https://github.com/avilella> , I unfortunately don't have
> anymore time to devote this project (an academic project from several years
> back), but the examples are located at this project page :
> https://www.cs.ubc.ca/labs/imager/tr/2014/QSNE/
>
> You will have to copy the links and replace the http with https ... (I
> can no longer edit that page to correct it)
>
> —
> Reply to this email directly, view it on GitHub
> <#1 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AABGSN5IWIH4AK574CJW4DTZAIYYNAVCNFSM6AAAAABGWWXJOWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGQYTQMBSGM>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hi all,
I've been searching github for ways to classify documents (E.g. Word or Excel documents in a corpus) and found the paper on Q-SNE interesting and the code self-contained and easy to deploy.
Would it be possible to have some example input files in this repo and a brief description of the steps to go from them to a t-SNE coordinates output file?
The examples in the paper either were pre-processed (TF-IDF) from where they were downloaded, or I couldn't find them to download myself.
I am assuming a combination of
csv2dmat
andtsne
should be enough, not sure if a similar approach would be wrapped all in one step in thetestapq
binary.My plan is to do:
But I am unsure what the
.vec
file format should be.Thanks in advance.
The text was updated successfully, but these errors were encountered: