Skip to content
View danilodjor's full-sized avatar
  • ETH Zürich
  • Zurich, Switzerland
Block or Report

Block or report danilodjor

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

Popular repositories

  1. image-retrieval-using-transformers image-retrieval-using-transformers Public

    This repository contains code used to perform image retrieval using transformers. It is a demonstration of how using vision transformers, metric learning, and a novel loss based on differential cro…

    Python 3 1

  2. nlp-projects nlp-projects Public

    This repository contains my original code solutions and project reports, as well as the provided problem formulations for assignments 1, 2, 3 and 6 for the Natural Language Processing course, held …

    Jupyter Notebook

  3. algorithms algorithms Public

    Python notebook containing to some selected leetcode/hackerrank problems.

    Jupyter Notebook

  4. cnnimageretrieval-pytorch-transformer cnnimageretrieval-pytorch-transformer Public

    Forked from filipradenovic/cnnimageretrieval-pytorch

    The modification of the original "Fine-tuning CNN Image Retrieval with No Human Annotation" paper, where I use Vision Transformer architectures instead of CNNs to extract features.

    Python

  5. pai-projects pai-projects Public

    Code solutions for assignements in the Probabilistic Artificial Intelligence course in the Autumn semester 2021 at ETH Zurich.

    Python

  6. backpropagation backpropagation Public

    Example of a custom backpropagration algorithm code that I wrote