implementation-of-research-paper
There are 51 repositories under implementation-of-research-paper topic.
MaximeVandegar/Papers-in-100-Lines-of-Code
Implementation of papers in 100 lines of code.
AdeelH/pytorch-multi-class-focal-loss
An (unofficial) implementation of Focal Loss, as described in the RetinaNet paper, generalized to the multi-class case.
sanjay035/Sketch2Color-anime-translation
Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.
soumyaiitkgp/Custom_MaskRCNN
Custom Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
AdeelH/pytorch-fpn
PyTorch implementations of some FPN-based semantic segmentation architectures: vanilla FPN, Panoptic FPN, PANet FPN; with ResNet and EfficientNet backbones.
sinAshish/Rough-Sketch-Simplification-Using-FCNN
This is a PyTorch implementation of the the Paper by Simo-Sera et.al. on Cleaning Rough Sketches using Fully Convolutional Neural Networks.
ishaanshah/botanical-trees
Unofficial implementation of the paper "Learning to reconstruct botanical trees from single images"
Howuhh/evolution_strategies_openai
implementation of "Evolution Strategies as a Scalable Alternative to Reinforcement Learning" OpenAI paper
oke-aditya/pytorch_paper_implementations
Deep Learning Paper Implementations in PyTorch
Anant-mishra1729/Chroma-shift
Transfering color texture between images
duskybomb/hopfield-network
Implementation of Hopfield Neural Network in Python based on Hebbian Learning Algorithm
gsiddhad/Single-Underwater-Image-Enhancement
Implementation of paper 'Two Step Approach for Single Underwater Image Enhancement'
sudohainguyen/STAN-small-tumor-aware-network
Unofficial implementation of STAN paper published at ISBI 2020 by researchers from University of Idaho using Tensorflow Keras 2.0.
alvarobartt/understanding-resnet
🧠 ResNet: Deep Residual Learning for Image Recognition
pedugnat/dynnode2vec
dynnode2vec is a python package that implements algorithms to embed dynamic graphs
arnavdas88/QuGlassyIsing
Repository for `Glassy dynamics using Quantum Computers` Team in Qiskit Hackathon Europe
hernanrazo/stroke-prediction-using-deep-learning
Implementation of the study: "The Use of Deep Learning to Predict Stroke Patient Mortality" by Cheon et al.
shbhmpthk/Implementation-of-Classification-of-Imbalanced-Data-by-Oversampling-in-Kernel-Space-of-SVM-paper
This is the MATLAB implemenation of paper published in IEEE Transactions on Neural Networks and Learning Systems Date'2017 PubMed ID: 29028213
siva010928/Job-Portal
Job portal management system using Java and MySQL follows object oriented programming principles
surajsoni5/Context-Aware-Image-Captioning
An implementation of the paper "Context-aware Captions from Context-agnostic Supervision"
animikhaich/VGGNet-Tensorflow
VGGNet-Family (11, 13, 16 & 19) Implementation to train on ImageNet 2012 using Tensorflow 2.x
sukjingitsit/PrivSyn
An open-source implementation of PrivSyn: Differentially Private Data Synthesis (USENIX Security Conference, 21)
YangYang-SHU/SAAE-DFR
This is a code implemention for paper "Self-Attention Autoencoder for Anomaly Segmentation"
gsiddhad/Hindi-English-Translation
Implementation of paper 'Identification and Translation of Idiomatic Sentence from Hindi to English'
Pedram-G/Fuzzy-systems-projects
Implementation of 3 Articles for My Fuzzy Systems Course
vamsi3/pix2pix
An implementation of the the paper "Image-to-Image Translation with Conditional Adversarial Networks" by Isola et al.
hskimim/ml-research
A place to experiment with various fields of machine learning that I'm curious about
jeffin07/LearningML
This repository is my journey towards learning ML which contains all my coding experiments ... :)
PrayagS/Seriation-in-Paleontological-Data-using-MCMC
Python implementation of the research paper with the same title published in the PLOS Computational Biology journal. Link to the paper: https://doi.org/10.1371/journal.pcbi.0020006
ranaaditya/fyp-hrv
heart rate variability from facial RGB
Blue16-WangFudi/IFUPLDM
Implementation of the article titled "A Novel Twin-Center Intuitionistic Fuzzy Large Margin Classifier with Unified Pinball Loss for Improving the Performance of E-noses System" by Junlin Chen, Tao Luo, Jia Yan and Libo Zhang.
ishaanshah/lrw_superpixel
Unofficial python implementation of the paper "Lazy Random Walks for Superpixel Segmentation"
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.
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.
Pedram-G/Traffic-Sign-Recognition-With-GTSRB-Datasets
My Final CNN Project With GTSRB Dataset For My Machine Vision Course
RishiDarkDevil/Regularization-Based-Fair-Classifier
Here we deal with the issue of fairness in machine learning classification algorithm and we try to exploit regularization technique to attain fairness.