Skip to content
View theSage21's full-sized avatar

Organizations

@compsoc-ssc @ILUGD @PyJaipur
Block or Report

Block or report theSage21

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. jaypore_ci jaypore_ci Public

    A small, very flexible, powerful CI system. Works offline and is configured in Python.

    Python 36 3

  2. IndRNN IndRNN Public archive

    PyTorch implementation of IndRNN

    Python 16 3

  3. lorentz-embeddings lorentz-embeddings Public

    Embed arbitrary graphs in Hyperbolic space

    Python 71 16

  4. A very simple regular expression eng... A very simple regular expression engine for learning purposes
    1
    # Define some special things
    2
    SPECIAL = '*|'
    3
    ALPHABET = '10'
    4
    EPSILON = None
    5