Skip to content
View VictorGarritano's full-sized avatar
  • Rio de Janeiro, Brazil

Block or report VictorGarritano

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SNLI-revisited SNLI-revisited Public

    Codes used in the "A Study of Neural Networks Applied to Natural Language Inference", presented during ENIAC 2017

    Python

  2. WassersteinRetrieval WassersteinRetrieval Public

    Forked from balikasg/WassersteinRetrieval

    Implementation for our ECIR 2018 paper "Cross-lingual retrieval with Wasserstein distance"

    Python 1

  3. nlp_newsletter_translations nlp_newsletter_translations Public

  4. personal_blog personal_blog Public

    HTML

  5. red-black-tree.c red-black-tree.c
    1
    // C program for Red-Black Tree insertion
    2
    #include<stdio.h>
    3
    #include<stdlib.h>
    4
     
    5
    //A Red-Black tree node structure