Skip to content
View sadik99493's full-sized avatar
Block or Report

Block or report sadik99493

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. DC-GAN DC-GAN Public

    This is my project on deep convolutional GANs. I have replicated the architecture and built the model from scratch. I have trained the model on both MNIST and celeb faces dataset. Check out the pr…

    Python

  2. myportfolio myportfolio Public

    This is the code of my portfolio website created by follwoing @Ade-mir 's awesome video on youtube. Check out his tutorial here:https://www.youtube.com/watch?v=ldwlOzRvYOU and his github repos over…

    HTML

  3. simple_GAN simple_GAN Public

    This the code implementation for a simple GAN that generates images of digits using MNIST dataset. I have followed Aladdin Perrson's amazing video on youtube as reference for this. Check out his vi…

    Python

  4. transformer-from-scratch transformer-from-scratch Public

    This repository contains the code for my open-source project on transformers. I have created a transformer library that anybody can use to create their custom transformer with just a single line of…

    Python

  5. unet-segmentation unet-segmentation Public

    This is my project on image segmentation done using the u-net architecture. I have built the model from scratch and trained it on MADS (human poses) dataset available on kaggle.

    Python

  6. vit-object-localisation vit-object-localisation Public

    This is my project on vision transformers. Here, I have built the model from scratch and trained it on caltech-101 dataset for object localistion.

    Python