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

Block or report VictorGarritano

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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