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

Block or report Mayurd9

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 Loading

  1. KIDNEY-MATCHING-PROBLEM KIDNEY-MATCHING-PROBLEM Public

    This code is the implementation of the research paper: New insights on integer programming models for the kidney exchange problem. Miguel Constantino, Xenia Klimentova, Ana Viana, and Abdur Rais (C…

    Jupyter Notebook 1

  2. KDE-test KDE-test Public

    This code is the implementation of the research paper: Statistical change detection for multi-dimensional data. Xiuyao Song, Mingxi Wu, Christopher Jermaine, and Sanjay Ranka. 2007 In Proceedings o…

    Jupyter Notebook 1

  3. NN-from-scratch NN-from-scratch Public

    This is the code for a fully connected neural network. The code is written from scratch using Numpy, without using any ready-made deep learning library. In this, classification is done on the MNIST…

    Jupyter Notebook 1

  4. CNN-Classification CNN-Classification Public

    This repository contains CNN classification code for the MNIST and Fashion MNIST datasets, implemented using the PyTorch library in Python. Approximately 99.4% classification accuracy is achieved f…

    Jupyter Notebook 1

  5. CNN-from-scratch CNN-from-scratch Public

    This is the Convolutional Neural Network (CNN) implementation with a single convolution layer from scratch using Numpy library. The image dataset on which classification is done is MNIST. It is abl…

    Jupyter Notebook 1