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

STS Triplets #9

Closed
juanmc2005 opened this issue May 21, 2019 · 1 comment
Closed

STS Triplets #9

juanmc2005 opened this issue May 21, 2019 · 1 comment
Assignees
Labels
data Data generation or augmentation is needed

Comments

@juanmc2005
Copy link
Owner

Using the information from #8, build positive and negative pairs using a threshold, and generate triplets with them.

@juanmc2005 juanmc2005 created this issue from a note in Initial MNIST Implementation (To do) May 21, 2019
@juanmc2005 juanmc2005 added the data Data generation or augmentation is needed label May 21, 2019
@juanmc2005
Copy link
Owner Author

~12% of the dataset has a GR between 2 and 3. Two options exist to generate triplets :

  • Keep all of them and choose a threshold (introducing some bias)
  • Remove samples with GR between 2 and 3, consider <2 as negative and >3 as positive

@juanmc2005 juanmc2005 moved this from To do to In progress in Initial MNIST Implementation May 22, 2019
@juanmc2005 juanmc2005 self-assigned this May 22, 2019
@juanmc2005 juanmc2005 moved this from In progress to Done in Initial MNIST Implementation May 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data Data generation or augmentation is needed
Projects
No open projects
Development

No branches or pull requests

1 participant