An open API service providing repository metadata for many open source software ecosystems.

GitHub / Mayurd9 1 Repository

Mayurd9/yun

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Mayurd9/CNN-from-scratch

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 able to classify with more than 97% classification accuracy after training for just 1 epoch.

Language: Jupyter Notebook - Size: 15.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mayurd9/CNN-Classification

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 for the MNIST dataset, while around 92.3% classification accuracy is achieved for the Fashion MNIST dataset. GPU is utilized for speed improvement.

Language: Jupyter Notebook - Size: 188 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mayurd9/NN-from-scratch

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 dataset. It is generalized to include various options for activation functions, loss functions, types of regularization, and output activation types.

Language: Jupyter Notebook - Size: 14.6 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

Mayurd9/KDE-test

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 of the 13th ACM SIGKDD international conference on Knowledge discovery and data mining. Association for Computing Machinery,New York,NY,USA,667–676.

Language: Jupyter Notebook - Size: 38.1 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Mayurd9/KIDNEY-MATCHING-PROBLEM

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 (Constantino et al). European Journal of Operational Research, 231(1):57–68, 2013. Integer programs in the paper are solved using glpk solver in python.

Language: Jupyter Notebook - Size: 801 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0