Skip to content
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

Research into nice way to visualise the data using tsne (python or R) #7

Open
tgalery opened this issue Dec 3, 2016 · 0 comments
Open

Comments

@tgalery
Copy link
Owner

tgalery commented Dec 3, 2016

You can imagine two lists of vectors of (300 dimensions) split between 2 groups:

  • emoji_class: + [v1, v2, v3, ...]
  • emoji_class: - [v1, v2, v3, ...]

each v is a 1 x 300 vector

def visualize_emoji_classes(vec_seq_1, vec_seq_2):
     TODO: plot seq_1 have to be visually distinct from seq_2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant