Skip to content
View SINGHwrites's full-sized avatar
๐Ÿดโ€โ˜ ๏ธ
Learning ๐ŸŽฏ
๐Ÿดโ€โ˜ ๏ธ
Learning ๐ŸŽฏ
Block or Report

Block or report SINGHwrites

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

Pinned

  1. IMAGE-COLORIZATION-USING-GAN IMAGE-COLORIZATION-USING-GAN Public

    In this notebook we'll use GANs to colorize a grayscale ( B/W ) image. In addition to that, our generator model will have a structure similar to that of a UNet i.e the one with skip connections.

    Jupyter Notebook

  2. HANDWRITTEN-DIGITS-GENERATION-USING-GAN HANDWRITTEN-DIGITS-GENERATION-USING-GAN Public

    GAN stands for Generative Adversarial Networks. Here I created GAN Model to generate the images of handwritten digits similar to those from the MNIST database using PyTorch.

    Jupyter Notebook

  3. UBER-TRIP-ANALYSIS UBER-TRIP-ANALYSIS Public

    EDA on Uber Trip data

    Jupyter Notebook 1

  4. News-Group-Classification-using-SVM News-Group-Classification-using-SVM Public

    Jupyter Notebook 1

  5. SNAKE-GAME SNAKE-GAME Public

    Classic retro snake game we all used to play in NOKIA

    Python