Skip to content
View smiranda's full-sized avatar

Organizations

@Priberam
Block or Report

Block or report smiranda

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. Priberam/exconsumm Priberam/exconsumm Public

    Extractive and Compressive Neural Summarization Based on Summary State Representations (NAACL 2019)

    C++ 16 1

  2. BUG-inc/ant BUG-inc/ant Public

    A program to simulate an ant colony.

    GDScript 4

  3. A script to map two color palletes u... A script to map two color palletes using delta_e_cie2000
    1
    import sys
    2
    import itertools
    3
    import networkx as nx
    4
    from networkx.algorithms import bipartite
    5
    from colormath.color_objects import sRGBColor, LabColor