ChanLIM's Stars
ducha-aiki/pytorch-sift
PyTorch implementation of SIFT descriptor
cleanlab/cleanlab
The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.
HobbitLong/SupContrast
PyTorch implementation of "Supervised Contrastive Learning" (and SimCLR incidentally)
kazuto1011/grad-cam-pytorch
PyTorch re-implementation of Grad-CAM (+ vanilla/guided backpropagation, deconvnet, and occlusion sensitivity maps)
ildoonet/pytorch-randaugment
Unofficial PyTorch Reimplementation of RandAugment.
chenjie/PyTorch-CIFAR-10-autoencoder
This is a reimplementation of the blog post "Building Autoencoders in Keras". Instead of using MNIST, this project uses CIFAR10.
pytorch/pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
alinlab/cs-kd
Regularizing Class-wise Predictions via Self-knowledge Distillation (CVPR 2020)
leftthomas/SimCLR
A PyTorch implementation of SimCLR based on ICML 2020 paper "A Simple Framework for Contrastive Learning of Visual Representations"
gorkemalgan/deep_learning_with_noisy_labels_literature
This repo consists of collection of papers and repos on the topic of deep learning by noisy labels / label noise.
j-marple-dev/model_compression
PyTorch Model Compression
szagoruyko/pytorchviz
A small package to create visualizations of PyTorch execution graphs
openai/gpt-3
GPT-3: Language Models are Few-Shot Learners
yoongi0428/neptune_logger
Sample logger class to introduce Neptune.ai
DeepVoltaire/AutoAugment
Unofficial implementation of the ImageNet, CIFAR 10 and SVHN Augmentation Policies learned by AutoAugment using pillow
aleju/imgaug
Image augmentation for machine learning experiments.
makcedward/nlpaug
Data augmentation for NLP
weiaicunzai/pytorch-cifar100
Practice on cifar100(ResNet, DenseNet, VGG, GoogleNet, InceptionV3, InceptionV4, Inception-ResNetv2, Xception, Resnet In Resnet, ResNext,ShuffleNet, ShuffleNetv2, MobileNet, MobileNetv2, SqueezeNet, NasNet, Residual Attention Network, SENet, WideResNet)
SanghyukChun/SanghyukChun.github.io
Sanghyuk's Github pages blog using octropress
joeynmt/joeynmt
Minimalist NMT for educational purposes
ydkim1293/NLNL-Negative-Learning-for-Noisy-Labels
NLNL: Negative Learning for Noisy Labels
jcpeterson/cifar-10h
Original dataset release for CIFAR-10H
chenpf1025/noisy_label_understanding_utilizing
ICML 2019: Understanding and Utilizing Deep Neural Networks Trained with Noisy Labels
kweonwooj/papers
summary of ML papers I've read
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
floodsung/Deep-Learning-Papers-Reading-Roadmap
Deep Learning papers reading roadmap for anyone who are eager to learn this amazing tech!
yunjey/pytorch-tutorial
PyTorch Tutorial for Deep Learning Researchers
Kyubyong/wordvectors
Pre-trained word vectors of 30+ languages
yihong-chen/neural-collaborative-filtering
pytorch version of neural collaborative filtering
neubig/mtandseq2seq-code
Code examples for CMU CS11-731, Machine Translation and Sequence-to-sequence Models