Skip to content
View jg-lopes's full-sized avatar
  • Google DeepMind
  • London
  • 00:22 (UTC -12:00)

Block or report jg-lopes

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 Loading

  1. GAT-Architecture GAT-Architecture Public

    Implementation of a Graph Attention Network architecture on the PPI dataset

    Jupyter Notebook

  2. grad-CAM grad-CAM Public

    Implementation of the Grad-CAM paper using PyTorch's hooks

    Jupyter Notebook 2

  3. classical-ML-exercises classical-ML-exercises Public

    Exercises for a vast variety of classical ML techniques (k-means, Hierarchical Clustering, SVM, NMF, EM, AIC, PCA and many others)

    Jupyter Notebook

  4. graphs-from-scratch graphs-from-scratch Public

    C++ implementation from scratch of key Graph data structures (Matrix, Adj. List for both weighted and unweighted) and algorithms (BFS, DFS, Prim, Djikstra)

    C++

  5. arcball arcball Public

    Three.js implementation of Arcball for Computer Graphics

    JavaScript 2 2

  6. bully-algorithm bully-algorithm Public

    Implementation of the Bully Algorithm for Distributed Systems using asyncio

    Python