Skip to content
View hrithickcodes's full-sized avatar
👨‍💻
Thinking in tensors
👨‍💻
Thinking in tensors
Block or Report

Block or report hrithickcodes

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
hrithickcodes/README.md

I like transformers 🤖

Pinned

  1. vision_transformer_tf vision_transformer_tf Public

    This repository contains the TensorFlow implementation of the paper "AN IMAGE IS WORTH 16X16 WORDS: TRANSFORMERS FOR IMAGE RECOGNITION AT SCALE" known as vision transformers.

    Jupyter Notebook 25 1

  2. transformer-tf transformer-tf Public

    This repository contains the code for the paper "Attention Is All You Need" i.e The Transformer.

    Jupyter Notebook 8 1

  3. pix2pix pix2pix Public

    This project uses a conditional generative adversarial network (cGAN) named Pix2Pix for the Image to image translation task.

    Jupyter Notebook 28 3

  4. Face_generation_using_DCGAN Face_generation_using_DCGAN Public

    Tensorflow 1.x was used to build a DCGAN that is capable of generating fake celebrity faces.

    Jupyter Notebook 9 1

  5. Triplet_loss_on_MNIST Triplet_loss_on_MNIST Public

    Triplet loss on MNIST

    Jupyter Notebook 2

  6. leetcode_solutions leetcode_solutions Public

    Solved Leetcode problems.

    Python