https://github.com/anselmoo/the-incredible-pytorch
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
- Releases: 0
Fork of ritchieng/the-incredible-pytorch
Created about 5 years ago
· Last pushed about 5 years ago
https://github.com/Anselmoo/the-incredible-pytorch/blob/master/
--------------------------------------------------------------------------------
This is a curated list of tutorials, projects, libraries, videos, papers, books and anything related to the incredible [PyTorch](http://pytorch.org/). Feel free to make a pull request to contribute to this list. # Table Of Contents 1. [Tabular Data](#TabularData) 2. [Tutorials](#Tutorials) 3. [Visualization](#Visualization) 4. [Explainability](#Explainability) 5. [Object Detection](#ObjectDetection) 6. [Long-Tailed / Out-of-Distribution Recognition](#Long-TailedOut-of-DistributionRecognition) 7. [Energy-Based Learning](#Energy-BasedLearning) 8. [Missing Data](#MissingData) 9. [Architecture Search](#ArchitectureSearch) 10. [Optimization](#Optimization) 11. [Quantization](#Quantization) 12. [Quantum Machine Learning](#QuantumMachineLearning) 13. [Neural Network Compression](#NeuralNetworkCompression) 14. [Facial, Action and Pose Recognition](#FacialActionandPoseRecognition) 15. [Super resolution](#Superresolution) 16. [Synthesizing Views](#SynthesizingViews) 17. [Voice](#Voice) 18. [Medical](#Medical) 19. [3D Segmentation, Classification and Regression](#DSegmentationClassificationandRegression) 20. [Video Recognition](#VideoRecognition) 21. [Recurrent Neural Networks (RNNs)](#RecurrentNeuralNetworksRNNs) 22. [Convolutional Neural Networks (CNNs)](#ConvolutionalNeuralNetworksCNNs) 23. [Segmentation](#Segmentation) 24. [Geometric Deep Learning: Graph & Irregular Structures](#GeometricDeepLearningGraphIrregularStructures) 25. [Sorting](#Sorting) 26. [Ordinary Differential Equations Networks](#OrdinaryDifferentialEquationsNetworks) 27. [Multi-task Learning](#Multi-taskLearning) 28. [GANs, VAEs, and AEs](#GANsVAEsandAEs) 29. [Unsupervised Learning](#UnsupervisedLearning) 30. [Adversarial Attacks](#AdversarialAttacks) 31. [Style Transfer](#StyleTransfer) 32. [Image Captioning](#ImageCaptioning) 33. [Transformers](#Transformers) 34. [Similarity Networks and Functions](#SimilarityNetworksandFunctions) 35. [Reasoning](#Reasoning) 36. [General NLP](#GeneralNLP) 37. [Question and Answering](#QuestionandAnswering) 38. [Speech Generation and Recognition](#SpeechGenerationandRecognition) 39. [Document and Text Classification](#DocumentandTextClassification) 40. [Text Generation](#TextGeneration) 41. [Translation](#Translation) 42. [Sentiment Analysis](#SentimentAnalysis) 43. [Deep Reinforcement Learning](#DeepReinforcementLearning) 44. [Deep Bayesian Learning and Probabilistic Programmming](#DeepBayesianLearningandProbabilisticProgrammming) 45. [Spiking Neural Networks](#SpikingNeuralNetworks) 46. [Anomaly Detection](#AnomalyDetection) 47. [Regression Types](#RegressionTypes) 48. [Time Series](#TimeSeries) 49. [Synthetic Datasets](#SyntheticDatasets) 50. [Neural Network General Improvements](#NeuralNetworkGeneralImprovements) 51. [DNN Applications in Chemistry and Physics](#DNNApplicationsinChemistryandPhysics) 52. [New Thinking on General Neural Network Architecture](#NewThinkingonGeneralNeuralNetworkArchitecture) 53. [Linear Algebra](#LinearAlgebra) 54. [API Abstraction](#APIAbstraction) 55. [Low Level Utilities](#LowLevelUtilities) 56. [PyTorch Utilities](#PyTorchUtilities) 57. [PyTorch Video Tutorials](#PyTorchVideoTutorials) 58. [Datasets](#Datasets) 59. [Community](#Community) 60. [Links to This Repository](#LinkstoThisRepository) 61. [To be Classified](#TobeClassified) 62. [Contributions](#Contributions) ## 1. Tabular Data - [PyTorch-TabNet: Attentive Interpretable Tabular Learning](https://github.com/dreamquark-ai/tabnet) - [carefree-learn: A minimal Automatic Machine Learning (AutoML) solution for tabular datasets based on PyTorch](https://github.com/carefree0910/carefree-learn) ## 2. Tutorials - [Official PyTorch Tutorials](https://github.com/pytorch/tutorials) - [Official PyTorch Examples](https://github.com/pytorch/examples) - [Practical Deep Learning with PyTorch](https://github.com/ritchieng/deep-learning-wizard) - [Dive Into Deep Learning with PyTorch](https://github.com/dsgiitr/d2l-pytorch) - [Deep Learning Models](https://github.com/rasbt/deeplearning-models) - [Minicourse in Deep Learning with PyTorch](https://github.com/Atcold/pytorch-Deep-Learning-Minicourse) - [C++ Implementation of PyTorch Tutorial](https://github.com/prabhuomkar/pytorch-cpp) - [Simple Examples to Introduce PyTorch](https://github.com/jcjohnson/pytorch-examples) - [Mini Tutorials in PyTorch](https://github.com/vinhkhuc/PyTorch-Mini-Tutorials) - [Deep Learning for NLP](https://github.com/rguthrie3/DeepLearningForNLPInPytorch) - [Deep Learning Tutorial for Researchers](https://github.com/yunjey/pytorch-tutorial) - [Fully Convolutional Networks implemented with PyTorch](https://github.com/wkentaro/pytorch-fcn) - [Simple PyTorch Tutorials Zero to ALL](https://github.com/hunkim/PyTorchZeroToAll) - [DeepNLP-models-Pytorch](https://github.com/DSKSD/DeepNLP-models-Pytorch) - [MILA PyTorch Welcome Tutorials](https://github.com/mila-udem/welcome_tutorials) - [Effective PyTorch, Optimizing Runtime with TorchScript and Numerical Stability Optimization](https://github.com/vahidk/EffectivePyTorch) - [Practical PyTorch](https://github.com/spro/practical-pytorch) - [PyTorch Project Template](https://github.com/moemen95/PyTorch-Project-Template) ## 3. Visualization - [Loss Visualization](https://github.com/tomgoldstein/loss-landscape) - [Grad-CAM: Visual Explanations from Deep Networks via Gradient-based Localization](https://github.com/jacobgil/pytorch-grad-cam) - [Deep Inside Convolutional Networks: Visualising Image Classification Models and Saliency Maps](https://github.com/utkuozbulak/pytorch-cnn-visualizations) - [SmoothGrad: removing noise by adding noise](https://github.com/utkuozbulak/pytorch-cnn-visualizations) - [DeepDream: dream-like hallucinogenic visuals](https://github.com/ProGamerGov/neural-dream) - [FlashTorch: Visualization toolkit for neural networks in PyTorch](https://github.com/MisaOgura/flashtorch) - [Lucent: Lucid adapted for PyTorch](https://github.com/greentfrapp/lucent) - [DreamCreator: Training GoogleNet models for DeepDream with custom datasets made simple](https://github.com/ProGamerGov/dream-creator) - [CNN Feature Map Visualisation](https://github.com/lewis-morris/mapextrackt) ## 4. Explainability - [Efficient Covariance Estimation from Temporal Data](https://github.com/hrayrhar/T-CorEx) - [Hierarchical interpretations for neural network predictions](https://github.com/csinva/hierarchical-dnn-interpretations) - [Shap, a unified approach to explain the output of any machine learning model](https://github.com/slundberg/shap) - [VIsualizing PyTorch saved .pth deep learning models with netron](https://github.com/lutzroeder/netron) - [Distilling a Neural Network Into a Soft Decision Tree](https://github.com/kimhc6028/soft-decision-tree) ## 5. Object Detection - [MMDetection Object Detection Toolbox](https://github.com/open-mmlab/mmdetection) - [Mask R-CNN Benchmark: Faster R-CNN and Mask R-CNN in PyTorch 1.0](https://github.com/facebookresearch/maskrcnn-benchmark) - [YOLOv3](https://github.com/ultralytics/yolov3) - [YOLOv2: Real-Time Object Detection](https://github.com/longcw/yolo2-pytorch) - [SSD: Single Shot MultiBox Detector](https://github.com/amdegroot/ssd.pytorch) - [Detectron models for Object Detection](https://github.com/ignacio-rocco/detectorch) - [Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks](https://github.com/potterhsu/SVHNClassifier-PyTorch) - [Whale Detector](https://github.com/TarinZ/whale-detector) - [Catalyst.Detection](https://github.com/catalyst-team/detection) ## 6. Long-Tailed / Out-of-Distribution Recognition - [Distributionally Robust Neural Networks for Group Shifts: On the Importance of Regularization for Worst-Case Generalization](https://github.com/kohpangwei/group_DRO) - [Invariant Risk Minimization](https://github.com/facebookresearch/InvariantRiskMinimization) - [Training Confidence-Calibrated Classifier for Detecting Out-of-Distribution Samples](https://github.com/alinlab/Confident_classifier) - [Deep Anomaly Detection with Outlier Exposure](https://github.com/hendrycks/outlier-exposure) - [Large-Scale Long-Tailed Recognition in an Open World](https://github.com/zhmiao/OpenLongTailRecognition-OLTR) - [Principled Detection of Out-of-Distribution Examples in Neural Networks](https://github.com/ShiyuLiang/odin-pytorch) - [Learning Confidence for Out-of-Distribution Detection in Neural Networks](https://github.com/uoguelph-mlrg/confidence_estimation) - [PyTorch Imbalanced Class Sampler](https://github.com/ufoym/imbalanced-dataset-sampler) ## 7. Energy-Based Learning - [EBGAN, Energy-Based GANs](https://github.com/eriklindernoren/PyTorch-GAN/blob/master/implementations/ebgan/ebgan.py) - [Maximum Entropy Generators for Energy-based Models](https://github.com/ritheshkumar95/energy_based_generative_models) ## 8. Missing Data - [BRITS: Bidirectional Recurrent Imputation for Time Series](http://papers.nips.cc/paper/7911-brits-bidirectional-recurrent-imputation-for-time-series) ## 9. Architecture Search - [DenseNAS](https://github.com/JaminFong/DenseNAS) - [DARTS: Differentiable Architecture Search](https://github.com/quark0/darts) - [Efficient Neural Architecture Search (ENAS)](https://github.com/carpedm20/ENAS-pytorch) - [EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks](https://github.com/zsef123/EfficientNets-PyTorch) ## 10. Optimization - [AccSGD, AdaBound, AdaMod, DiffGrad, Lamb, NovoGrad, RAdam, SGDW, Yogi and more](https://github.com/jettify/pytorch-optimizer) - [Lookahead Optimizer: k steps forward, 1 step back](https://github.com/alphadl/lookahead.pytorch) - [RAdam, On the Variance of the Adaptive Learning Rate and Beyond](https://github.com/LiyuanLucasLiu/RAdam) - [Over9000, Comparison of RAdam, Lookahead, Novograd, and combinations](https://github.com/mgrankin/over9000) - [AdaBound, Train As Fast as Adam As Good as SGD](https://github.com/Luolc/AdaBound) - [Riemannian Adaptive Optimization Methods](https://github.com/ferrine/geoopt) - [L-BFGS](https://github.com/hjmshi/PyTorch-LBFGS) - [OptNet: Differentiable Optimization as a Layer in Neural Networks](https://github.com/locuslab/optnet) - [Learning to learn by gradient descent by gradient descent](https://github.com/ikostrikov/pytorch-meta-optimizer) ## 11. Quantization - [Additive Power-of-Two Quantization: An Efficient Non-uniform Discretization For Neural Networks](https://github.com/yhhhli/APoT_Quantization) ## 12. Quantum Machine Learning - [Tor10, generic tensor-network library for quantum simulation in PyTorch](https://github.com/kaihsin/Tor10) - [PennyLane, cross-platform Python library for quantum machine learning with PyTorch interface](https://github.com/XanaduAI/pennylane) ## 13. Neural Network Compression - [Bayesian Compression for Deep Learning](https://github.com/KarenUllrich/Tutorial_BayesianCompressionForDL) - [Neural Network Distiller by Intel AI Lab: a Python package for neural network compression research](https://github.com/NervanaSystems/distiller) - [Learning Sparse Neural Networks through L0 regularization](https://github.com/AMLab-Amsterdam/L0_regularization) - [Energy-constrained Compression for Deep Neural Networks via Weighted Sparse Projection and Layer Input Masking](https://github.com/hyang1990/model_based_energy_constrained_compression) - [EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis](https://github.com/alecwangcq/EigenDamage-Pytorch) - [Pruning Convolutional Neural Networks for Resource Efficient Inference](https://github.com/jacobgil/pytorch-pruning) - [Pruning neural networks: is it time to nip it in the bud? (showing reduced networks work better)](https://github.com/BayesWatch/pytorch-prunes) ## 14. Facial, Action and Pose Recognition - [Facenet: Pretrained Pytorch face detection and recognition models](https://github.com/timesler/facenet-pytorch) - [DGC-Net: Dense Geometric Correspondence Network](https://github.com/AaltoVision/DGC-Net) - [High performance facial recognition library on PyTorch](https://github.com/ZhaoJ9014/face.evoLVe.PyTorch) - [FaceBoxes, a CPU real-time face detector with high accuracy](https://github.com/zisianw/FaceBoxes.PyTorch) - [How far are we from solving the 2D & 3D Face Alignment problem? (and a dataset of 230,000 3D facial landmarks)](https://github.com/1adrianb/face-alignment) - [Learning Spatio-Temporal Features with 3D Residual Networks for Action Recognition](https://github.com/kenshohara/3D-ResNets-PyTorch) - [PyTorch Realtime Multi-Person Pose Estimation](https://github.com/DavexPro/pytorch-pose-estimation) - [SphereFace: Deep Hypersphere Embedding for Face Recognition](https://github.com/clcarwin/sphereface_pytorch) - [GANimation: Anatomically-aware Facial Animation from a Single Image](https://github.com/albertpumarola/GANimation) - [Shufflenet V2 by Face++ with better results than paper](https://github.com/ericsun99/Shufflenet-v2-Pytorch) - [Towards 3D Human Pose Estimation in the Wild: a Weakly-supervised Approach](https://github.com/xingyizhou/pytorch-pose-hg-3d) - [Unsupervised Learning of Depth and Ego-Motion from Video](https://github.com/ClementPinard/SfmLearner-Pytorch) - [FlowNet 2.0: Evolution of Optical Flow Estimation with Deep Networks](https://github.com/NVIDIA/flownet2-pytorch) - [FlowNet: Learning Optical Flow with Convolutional Networks](https://github.com/ClementPinard/FlowNetPytorch) - [Optical Flow Estimation using a Spatial Pyramid Network](https://github.com/sniklaus/pytorch-spynet) - [OpenFace in PyTorch](https://github.com/thnkim/OpenFacePytorch) - [Deep Face Recognition in PyTorch](https://github.com/grib0ed0v/face_recognition.pytorch) ## 15. Super resolution - [Enhanced Deep Residual Networks for Single Image Super-Resolution](https://github.com/thstkdgus35/EDSR-PyTorch) - [Superresolution using an efficient sub-pixel convolutional neural network](https://github.com/pytorch/examples/tree/master/super_resolution) - [Perceptual Losses for Real-Time Style Transfer and Super-Resolution](https://github.com/bengxy/FastNeuralStyle) ## 16. Synthetesizing Views - [NeRF, Neural Radian Fields, Synthesizing Novels Views of Complex Scenes](https://github.com/yenchenlin/nerf-pytorch) ## 17. Voice - [Google AI VoiceFilter: Targeted Voice Separatation by Speaker-Conditioned Spectrogram Masking](https://github.com/mindslab-ai/voicefilter) ## 18. Medical - [Medical Zoo, 3D multi-modal medical image segmentation library in PyTorch]( https://github.com/black0017/MedicalZooPytorch) - [U-Net for FLAIR Abnormality Segmentation in Brain MRI](https://github.com/mateuszbuda/brain-segmentation-pytorch) - [Genomic Classification via ULMFiT](https://github.com/kheyer/Genomic-ULMFiT) - [Deep Neural Networks Improve Radiologists' Performance in Breast Cancer Screening](https://github.com/nyukat/breast_cancer_classifier) - [Delira, lightweight framework for medical imaging prototyping](https://github.com/justusschock/delira) - [V-Net: Fully Convolutional Neural Networks for Volumetric Medical Image Segmentation](https://github.com/mattmacy/vnet.pytorch) - [Medical Torch, medical imaging framework for PyTorch](https://github.com/perone/medicaltorch) - [TorchXRayVision - A library for chest X-ray datasets and models. Including pre-trainined models.](https://github.com/mlmed/torchxrayvision) ## 19. 3D Segmentation, Classification and Regression - [Kaolin, Library for Accelerating 3D Deep Learning Research](https://github.com/NVIDIAGameWorks/kaolin) - [PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation](https://github.com/fxia22/pointnet.pytorch) - [3D segmentation with MONAI and Catalyst](https://colab.research.google.com/drive/15wJus5WZPYxTYE51yBhIBNhk9Tj4k3BT?usp=sharing) ## 20. Video Recognition - [Dancing to Music](https://github.com/NVlabs/Dancing2Music) - [Devil Is in the Edges: Learning Semantic Boundaries from Noisy Annotations](https://github.com/nv-tlabs/STEAL) - [Deep Video Analytics](https://github.com/AKSHAYUBHAT/DeepVideoAnalytics) - [PredRNN: Recurrent Neural Networks for Predictive Learning using Spatiotemporal LSTMs](https://github.com/thuml/predrnn-pytorch) ## 21. Recurrent Neural Networks (RNNs) - [Ordered Neurons: Integrating Tree Structures into Recurrent Neural Networks](https://github.com/yikangshen/Ordered-Neurons) - [Averaged Stochastic Gradient Descent with Weight Dropped LSTM](https://github.com/salesforce/awd-lstm-lm) - [Training RNNs as Fast as CNNs](https://github.com/taolei87/sru) - [Quasi-Recurrent Neural Network (QRNN)](https://github.com/salesforce/pytorch-qrnn) - [ReSeg: A Recurrent Neural Network-based Model for Semantic Segmentation](https://github.com/Wizaron/reseg-pytorch) - [A Recurrent Latent Variable Model for Sequential Data (VRNN)](https://github.com/emited/VariationalRecurrentNeuralNetwork) - [Improved Semantic Representations From Tree-Structured Long Short-Term Memory Networks](https://github.com/dasguptar/treelstm.pytorch) - [Attention-Based Recurrent Neural Network Models for Joint Intent Detection and Slot Filling](https://github.com/DSKSD/RNN-for-Joint-NLU) - [Attentive Recurrent Comparators](https://github.com/sanyam5/arc-pytorch) - [Collection of Sequence to Sequence Models with PyTorch](https://github.com/MaximumEntropy/Seq2Seq-PyTorch) 1. Vanilla Sequence to Sequence models 2. Attention based Sequence to Sequence models 3. Faster attention mechanisms using dot products between the final encoder and decoder hidden states ## 22. Convolutional Neural Networks (CNNs) - [LegoNet: Efficient Convolutional Neural Networks with Lego Filters](https://github.com/huawei-noah/LegoNet) - [MeshCNN, a convolutional neural network designed specifically for triangular meshes](https://github.com/ranahanocka/MeshCNN) - [Octave Convolution](https://github.com/d-li14/octconv.pytorch) - [PyTorch Image Models, ResNet/ResNeXT, DPN, MobileNet-V3/V2/V1, MNASNet, Single-Path NAS, FBNet](https://github.com/rwightman/pytorch-image-models) - [Deep Neural Networks with Box Convolutions](https://github.com/shrubb/box-convolutions) - [Invertible Residual Networks](https://github.com/jarrelscy/iResnet) - [Stochastic Downsampling for Cost-Adjustable Inference and Improved Regularization in Convolutional Networks ](https://github.com/xternalz/SDPoint) - [Faster Faster R-CNN Implementation](https://github.com/jwyang/faster-rcnn.pytorch) - [Faster R-CNN Another Implementation](https://github.com/longcw/faster_rcnn_pytorch) - [Paying More Attention to Attention: Improving the Performance of Convolutional Neural Networks via Attention Transfer](https://github.com/szagoruyko/attention-transfer) - [Wide ResNet model in PyTorch](https://github.com/szagoruyko/functional-zoo) -[DiracNets: Training Very Deep Neural Networks Without Skip-Connections](https://github.com/szagoruyko/diracnets) - [An End-to-End Trainable Neural Network for Image-based Sequence Recognition and Its Application to Scene Text Recognition](https://github.com/bgshih/crnn) - [Efficient Densenet](https://github.com/gpleiss/efficient_densenet_pytorch) - [Video Frame Interpolation via Adaptive Separable Convolution](https://github.com/sniklaus/pytorch-sepconv) - [Learning local feature descriptors with triplets and shallow convolutional neural networks](https://github.com/edgarriba/examples/tree/master/triplet) - [Densely Connected Convolutional Networks](https://github.com/bamos/densenet.pytorch) - [Very Deep Convolutional Networks for Large-Scale Image Recognition](https://github.com/jcjohnson/pytorch-vgg) - [SqueezeNet: AlexNet-level accuracy with 50x fewer parameters and \<0.5MB model size](https://github.com/gsp-27/pytorch_Squeezenet) - [Deep Residual Learning for Image Recognition](https://github.com/szagoruyko/functional-zoo) - [Training Wide ResNets for CIFAR-10 and CIFAR-100 in PyTorch](https://github.com/xternalz/WideResNet-pytorch) - [Deformable Convolutional Network](https://github.com/oeway/pytorch-deform-conv) - [Convolutional Neural Fabrics](https://github.com/vabh/convolutional-neural-fabrics) - [Deformable Convolutional Networks in PyTorch](https://github.com/1zb/deformable-convolution-pytorch) - [Dilated ResNet combination with Dilated Convolutions](https://github.com/fyu/drn) - [Striving for Simplicity: The All Convolutional Net](https://github.com/utkuozbulak/pytorch-cnn-visualizations) - [Convolutional LSTM Network](https://github.com/automan000/Convolution_LSTM_pytorch) - [Big collection of pretrained classification models](https://github.com/osmr/imgclsmob) - [PyTorch Image Classification with Kaggle Dogs vs Cats Dataset](https://github.com/rdcolema/pytorch-image-classification) - [CIFAR-10 on Pytorch with VGG, ResNet and DenseNet](https://github.com/kuangliu/pytorch-cifar) - [Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)](https://github.com/aaron-xichen/pytorch-playground) - [NVIDIA/unsupervised-video-interpolation](https://github.com/NVIDIA/unsupervised-video-interpolation) ## 23. Segmentation - [Detectron2 by FAIR](https://github.com/facebookresearch/detectron2) - [Pixel-wise Segmentation on VOC2012 Dataset using PyTorch](https://github.com/bodokaiser/piwise) - [Pywick - High-level batteries-included neural network training library for Pytorch](https://github.com/achaiah/pywick) - [Improving Semantic Segmentation via Video Propagation and Label Relaxation](https://github.com/NVIDIA/semantic-segmentation) - [Super-BPD: Super Boundary-to-Pixel Direction for Fast Image Segmentation](https://github.com/JianqiangWan/Super-BPD) - [Catalyst.Segmentation](https://github.com/catalyst-team/segmentation) - [Segmentation models with pretrained backbones](https://github.com/qubvel/segmentation_models.pytorch) ## 24. Geometric Deep Learning: Graph & Irregular Structures - [PyTorch Geometric, Deep Learning Extension](https://github.com/rusty1s/pytorch_geometric) - [PyTorch Geometric Temporal: A Temporal Extension Library for PyTorch Geometric](https://github.com/benedekrozemberczki/pytorch_geometric_temporal) - [Self-Attention Graph Pooling](https://github.com/inyeoplee77/SAGPool) - [Position-aware Graph Neural Networks](https://github.com/JiaxuanYou/P-GNN) - [Signed Graph Convolutional Neural Network](https://github.com/benedekrozemberczki/SGCN) - [Graph U-Nets](https://github.com/HongyangGao/gunet) - [Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks](https://github.com/benedekrozemberczki/ClusterGCN) - [MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing](https://github.com/benedekrozemberczki/MixHop-and-N-GCN) - [Semi-Supervised Graph Classification: A Hierarchical Graph Perspective](https://github.com/benedekrozemberczki/SEAL-CI) - [PyTorch BigGraph by FAIR for Generating Embeddings From Large-scale Graph Data](https://github.com/facebookresearch/PyTorch-BigGraph) - [Capsule Graph Neural Network](https://github.com/benedekrozemberczki/CapsGNN) - [Splitter: Learning Node Representations that Capture Multiple Social Contexts](https://github.com/benedekrozemberczki/Splitter) - [A Higher-Order Graph Convolutional Layer](https://github.com/benedekrozemberczki/MixHop-and-N-GCN) - [Predict then Propagate: Graph Neural Networks meet Personalized PageRank](https://github.com/benedekrozemberczki/APPNP) - [Lorentz Embeddings: Learn Continuous Hierarchies in Hyperbolic Space](https://github.com/theSage21/lorentz-embeddings) - [Graph Wavelet Neural Network](https://github.com/benedekrozemberczki/GraphWaveletNeuralNetwork) - [Watch Your Step: Learning Node Embeddings via Graph Attention](https://github.com/benedekrozemberczki/AttentionWalk) - [Signed Graph Convolutional Network](https://github.com/benedekrozemberczki/SGCN) - [Graph Classification Using Structural Attention](https://github.com/benedekrozemberczki/GAM) - [SimGNN: A Neural Network Approach to Fast Graph Similarity Computation](https://github.com/benedekrozemberczki/SimGNN) - [SINE: Scalable Incomplete Network Embedding](https://github.com/benedekrozemberczki/SINE) - [HypER: Hypernetwork Knowledge Graph Embeddings](https://github.com/ibalazevic/HypER) - [TuckER: Tensor Factorization for Knowledge Graph Completion](https://github.com/ibalazevic/TuckER) - [PyKEEN: A Python library for learning and evaluating knowledge graph embeddings](https://github.com/pykeen/pykeen/) - [Pathfinder Discovery Networks for Neural Message Passing](https://github.com/benedekrozemberczki/PDN) ## 25. Sorting - [Stochastic Optimization of Sorting Networks via Continuous Relaxations](https://github.com/ermongroup/neuralsort) ## 26. Ordinary Differential Equations Networks - [Latent ODEs for Irregularly-Sampled Time Series](https://github.com/YuliaRubanova/latent_ode) - [GRU-ODE-Bayes: continuous modelling of sporadically-observed time series](https://github.com/edebrouwer/gru_ode_bayes) ## 27. Multi-task Learning - [Hierarchical Multi-Task Learning Model](https://github.com/huggingface/hmtl) - [Task-based End-to-end Model Learning](https://github.com/locuslab/e2e-model-learning) ## 28. GANs, VAEs, and AEs - [Mimicry, PyTorch Library for Reproducibility of GAN Research](https://github.com/kwotsin/mimicry) - [Clean Readable CycleGAN](https://github.com/aitorzip/PyTorch-CycleGAN) - [StarGAN](https://github.com/yunjey/stargan) - [Block Neural Autoregressive Flow](https://github.com/nicola-decao/BNAF) - [High-Resolution Image Synthesis and Semantic Manipulation with Conditional GANs](https://github.com/NVIDIA/pix2pixHD) - [A Style-Based Generator Architecture for Generative Adversarial Networks](https://github.com/rosinality/style-based-gan-pytorch) - [GANDissect, PyTorch Tool for Visualizing Neurons in GANs](https://github.com/CSAILVision/gandissect) - [Learning deep representations by mutual information estimation and maximization](https://github.com/DuaneNielsen/DeepInfomaxPytorch) - [Variational Laplace Autoencoders](https://github.com/yookoon/VLAE) - [VeGANS, library for easily training GANs](https://github.com/unit8co/vegans) - [Progressive Growing of GANs for Improved Quality, Stability, and Variation](https://github.com/github-pengge/PyTorch-progressive_growing_of_gans) - [Conditional GAN](https://github.com/kmualim/CGAN-Pytorch/) - [Wasserstein GAN](https://github.com/martinarjovsky/WassersteinGAN) - [Adversarial Generator-Encoder Network](https://github.com/DmitryUlyanov/AGE) - [Image-to-Image Translation with Conditional Adversarial Networks](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) - [Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks](https://github.com/junyanz/pytorch-CycleGAN-and-pix2pix) - [On the Effects of Batch and Weight Normalization in Generative Adversarial Networks](https://github.com/stormraiser/GAN-weight-norm) - [Improved Training of Wasserstein GANs](https://github.com/jalola/improved-wgan-pytorch) - [Collection of Generative Models with PyTorch](https://github.com/wiseodd/generative-models) - Generative Adversarial Nets (GAN) 1. [Vanilla GAN](https://arxiv.org/abs/1406.2661) 2. [Conditional GAN](https://arxiv.org/abs/1411.1784) 3. [InfoGAN](https://arxiv.org/abs/1606.03657) 4. [Wasserstein GAN](https://arxiv.org/abs/1701.07875) 5. [Mode Regularized GAN](https://arxiv.org/abs/1612.02136) - Variational Autoencoder (VAE) 1. [Vanilla VAE](https://arxiv.org/abs/1312.6114) 2. [Conditional VAE](https://arxiv.org/abs/1406.5298) 3. [Denoising VAE](https://arxiv.org/abs/1511.06406) 4. [Adversarial Autoencoder](https://arxiv.org/abs/1511.05644) 5. [Adversarial Variational Bayes](https://arxiv.org/abs/1701.04722) - [Improved Training of Wasserstein GANs](https://github.com/caogang/wgan-gp) - [CycleGAN and Semi-Supervised GAN](https://github.com/yunjey/mnist-svhn-transfer) - [Improving Variational Auto-Encoders using Householder Flow and using convex combination linear Inverse Autoregressive Flow](https://github.com/jmtomczak/vae_vpflows) - [PyTorch GAN Collection](https://github.com/znxlwm/pytorch-generative-model-collections) - [Generative Adversarial Networks, focusing on anime face drawing](https://github.com/jayleicn/animeGAN) - [Simple Generative Adversarial Networks](https://github.com/mailmahee/pytorch-generative-adversarial-networks) - [Adversarial Auto-encoders](https://github.com/fducau/AAE_pytorch) - [torchgan: Framework for modelling Generative Adversarial Networks in Pytorch](https://github.com/torchgan/torchgan) - [Evaluating Lossy Compression Rates of Deep Generative Models](https://github.com/huangsicong/rate_distortion) - [Catalyst.GAN](https://github.com/catalyst-team/gan) 1. [Vanilla GAN](https://arxiv.org/abs/1406.2661) 2. [Conditional GAN](https://arxiv.org/abs/1411.1784) 3. [Wasserstein GAN](https://arxiv.org/abs/1701.07875) 4. [Improved Training of Wasserstein GANs](https://arxiv.org/abs/1704.00028) ## 29. Unsupervised Learning - [Unsupervised Embedding Learning via Invariant and Spreading Instance Feature](https://github.com/mangye16/Unsupervised_Embedding_Learning) - [AND: Anchor Neighbourhood Discovery](https://github.com/Raymond-sci/AND) ## 30. Adversarial Attacks - [Deep Neural Networks are Easily Fooled: High Confidence Predictions for Unrecognizable Images](https://github.com/utkuozbulak/pytorch-cnn-adversarial-attacks) - [Explaining and Harnessing Adversarial Examples](https://github.com/utkuozbulak/pytorch-cnn-adversarial-attacks) - [AdverTorch - A Toolbox for Adversarial Robustness Research](https://github.com/BorealisAI/advertorch) ## 31. Style Transfer - [Detecting Adversarial Examples via Neural Fingerprinting](https://github.com/StephanZheng/neural-fingerprinting) - [A Neural Algorithm of Artistic Style](https://github.com/alexis-jacq/Pytorch-Tutorials) - [Multi-style Generative Network for Real-time Transfer](https://github.com/zhanghang1989/PyTorch-Style-Transfer) - [DeOldify, Coloring Old Images](https://github.com/jantic/DeOldify) - [Neural Style Transfer](https://github.com/ProGamerGov/neural-style-pt) - [Fast Neural Style Transfer](https://github.com/darkstar112358/fast-neural-style) - [Draw like Bob Ross](https://github.com/kendricktan/drawlikebobross) ## 32. Image Captioning - [Neuraltalk 2, Image Captioning Model, in PyTorch](https://github.com/ruotianluo/neuraltalk2.pytorch) - [Generate captions from an image with PyTorch](https://github.com/eladhoffer/captionGen) - [DenseCap: Fully Convolutional Localization Networks for Dense Captioning](https://github.com/jcjohnson/densecap) ## 33. Transformers - [Attention is all you need](https://github.com/jadore801120/attention-is-all-you-need-pytorch) - [Spatial Transformer Networks](https://github.com/fxia22/stn.pytorch) ## 34. Similarity Networks and Functions - [Conditional Similarity Networks](https://github.com/andreasveit/conditional-similarity-networks) ## 35. Reasoning - [Inferring and Executing Programs for Visual Reasoning](https://github.com/facebookresearch/clevr-iep) ## 36. General NLP - [Espresso, Module Neural Automatic Speech Recognition Toolkit](https://github.com/freewym/espresso) - [Label-aware Document Representation via Hybrid Attention for Extreme Multi-Label Text Classification](https://github.com/HX-idiot/Hybrid_Attention_XML) - [XLNet](https://github.com/graykode/xlnet-Pytorch) - [Conversing by Reading: Contentful Neural Conversation with On-demand Machine Reading](https://github.com/qkaren/converse_reading_cmr) - [Cross-lingual Language Model Pretraining](https://github.com/facebookresearch/XLM) - [Libre Office Translate via PyTorch NMT](https://github.com/lernapparat/lotranslate) - [BERT](https://github.com/huggingface/pytorch-pretrained-BERT) - [VSE++: Improved Visual-Semantic Embeddings](https://github.com/fartashf/vsepp) - [A Structured Self-Attentive Sentence Embedding](https://github.com/ExplorerFreda/Structured-Self-Attentive-Sentence-Embedding) - [Neural Sequence labeling model](https://github.com/jiesutd/PyTorchSeqLabel) - [Skip-Thought Vectors](https://github.com/sanyam5/skip-thoughts) - [Complete Suite for Training Seq2Seq Models in PyTorch](https://github.com/eladhoffer/seq2seq.pytorch) - [MUSE: Multilingual Unsupervised and Supervised Embeddings](https://github.com/facebookresearch/MUSE) ## 37. Question and Answering - [Visual Question Answering in Pytorch](https://github.com/Cadene/vqa.pytorch) - [Reading Wikipedia to Answer Open-Domain Questions](https://github.com/facebookresearch/DrQA) - [Deal or No Deal? End-to-End Learning for Negotiation Dialogues](https://github.com/facebookresearch/end-to-end-negotiator) - [Interpretable Counting for Visual Question Answering](https://github.com/sanyam5/irlc-vqa) - [Open Source Chatbot with PyTorch](https://github.com/jinfagang/pytorch_chatbot) ## 38. Speech Generation and Recognition - [PyTorch-Kaldi Speech Recognition Toolkit](https://github.com/mravanelli/pytorch-kaldi) - [WaveGlow: A Flow-based Generative Network for Speech Synthesis](https://github.com/NVIDIA/waveglow) - [OpenNMT](https://github.com/OpenNMT/OpenNMT-py) - [Deep Speech 2: End-to-End Speech Recognition in English and Mandarin](https://github.com/SeanNaren/deepspeech.pytorch) - [WeNet: Production First and Production Ready End-to-End Speech Recognition Toolkit](https://github.com/mobvoi/wenet) ## 39. Document and Text Classification - [Hierarchical Attention Network for Document Classification](https://github.com/cedias/HAN-pytorch) - [Hierarchical Attention Networks for Document Classification](https://github.com/EdGENetworks/attention-networks-for-classification) - [CNN Based Text Classification](https://github.com/xiayandi/Pytorch_text_classification) ## 40. Text Generation - [Pytorch Poetry Generation](https://github.com/jhave/pytorch-poetry-generation) ## 41. Translation - [Open-source (MIT) Neural Machine Translation (NMT) System](https://github.com/OpenNMT/OpenNMT-py) ## 42. Sentiment Analysis - [Recurrent Neural Networks for Sentiment Analysis (Aspect-Based) on SemEval 2014](https://github.com/vanzytay/pytorch_sentiment_rnn) - [Seq2Seq Intent Parsing](https://github.com/spro/pytorch-seq2seq-intent-parsing) - [Finetuning BERT for Sentiment Analysis](https://github.com/barissayil/SentimentAnalysis) ## 43. Deep Reinforcement Learning - [Image Augmentation Is All You Need: Regularizing Deep Reinforcement Learning from Pixels](https://github.com/denisyarats/drq) - [Exploration by Random Network Distillation](https://github.com/openai/random-network-distillation) - [EGG: Emergence of lanGuage in Games, quickly implement multi-agent games with discrete channel communication](https://github.com/facebookresearch/EGG) - [Temporal Difference VAE](https://openreview.net/pdf?id=S1x4ghC9tQ) - [High-performance Atari A3C Agent in 180 Lines PyTorch](https://github.com/greydanus/baby-a3c) - [Learning when to communicate at scale in multiagent cooperative and competitive tasks](https://github.com/IC3Net/IC3Net) - [Actor-Attention-Critic for Multi-Agent Reinforcement Learning](https://github.com/shariqiqbal2810/MAAC) - [PPO in PyTorch C++](https://github.com/mhubii/ppo_pytorch_cpp) - [Reinforcement Learning for Bandit Neural Machine Translation with Simulated Human Feedback](https://github.com/khanhptnk/bandit-nmt) - [Asynchronous Methods for Deep Reinforcement Learning](https://github.com/ikostrikov/pytorch-a3c) - [Continuous Deep Q-Learning with Model-based Acceleration](https://github.com/ikostrikov/pytorch-naf) - [Asynchronous Methods for Deep Reinforcement Learning for Atari 2600](https://github.com/dgriff777/rl_a3c_pytorch) - [Trust Region Policy Optimization](https://github.com/mjacar/pytorch-trpo) - [Neural Combinatorial Optimization with Reinforcement Learning](https://github.com/pemami4911/neural-combinatorial-rl-pytorch) - [Noisy Networks for Exploration](https://github.com/Kaixhin/NoisyNet-A3C) - [Distributed Proximal Policy Optimization](https://github.com/alexis-jacq/Pytorch-DPPO) - [Reinforcement learning models in ViZDoom environment with PyTorch](https://github.com/akolishchak/doom-net-pytorch) - [Reinforcement learning models using Gym and Pytorch](https://github.com/jingweiz/pytorch-rl) - [SLM-Lab: Modular Deep Reinforcement Learning framework in PyTorch](https://github.com/kengz/SLM-Lab) - [Catalyst.RL](https://github.com/catalyst-team/catalyst-rl) ## 44. Deep Bayesian Learning and Probabilistic Programmming - [BatchBALD: Efficient and Diverse Batch Acquisition for Deep Bayesian Active Learning](https://github.com/BlackHC/BatchBALD) - [Subspace Inference for Bayesian Deep Learning](https://github.com/wjmaddox/drbayes) - [Bayesian Deep Learning with Variational Inference Package](https://github.com/ctallec/pyvarinf) - [Probabilistic Programming and Statistical Inference in PyTorch](https://github.com/stepelu/ptstat) - [Bayesian CNN with Variational Inferece in PyTorch](https://github.com/kumar-shridhar/PyTorch-BayesianCNN) ## 45. Spiking Neural Networks - [Norse, Library for Deep Learning with Spiking Neural Networks](https://github.com/norse/norse) ## 46. Anomaly Detection - [Detection of Accounting Anomalies using Deep Autoencoder Neural Networks](https://github.com/GitiHubi/deepAI) ## 47. Regression Types - [Quantile Regression DQN](https://github.com/ars-ashuha/quantile-regression-dqn-pytorch) ## 48. Time Series - [Dual Self-Attention Network for Multivariate Time Series Forecasting](https://github.com/bighuang624/DSANet) - [DILATE: DIstortion Loss with shApe and tImE](https://github.com/vincent-leguen/DILATE) - [Variational Recurrent Autoencoder for Timeseries Clustering](https://github.com/tejaslodaya/timeseries-clustering-vae) - [Spatio-Temporal Neural Networks for Space-Time Series Modeling and Relations Discovery](https://github.com/edouardelasalles/stnn) - [Flow Forecast: A deep learning for time series forecasting framework built in PyTorch](https://github.com/AIStream-Peelout/flow-forecast) ## 49. Synthetic Datasets - [Meta-Sim: Learning to Generate Synthetic Datasets](https://github.com/nv-tlabs/meta-sim) ## 50. Neural Network General Improvements - [In-Place Activated BatchNorm for Memory-Optimized Training of DNNs](https://github.com/mapillary/inplace_abn) - [Train longer, generalize better: closing the generalization gap in large batch training of neural networks](https://github.com/eladhoffer/bigBatch) - [FreezeOut: Accelerate Training by Progressively Freezing Layers](https://github.com/ajbrock/FreezeOut) - [Binary Stochastic Neurons](https://github.com/Wizaron/binary-stochastic-neurons) - [Compact Bilinear Pooling](https://github.com/DeepInsight-PCALab/CompactBilinearPooling-Pytorch) - [Mixed Precision Training in PyTorch](https://github.com/suvojit-0x55aa/mixed-precision-pytorch) ## 51. DNN Applications in Chemistry and Physics - [Wave Physics as an Analog Recurrent Neural Network](https://github.com/fancompute/wavetorch) - [Neural Message Passing for Quantum Chemistry](https://github.com/priba/nmp_qc) - [Automatic chemical design using a data-driven continuous representation of molecules](https://github.com/cxhernandez/molencoder) - [Deep Learning for Physical Processes: Integrating Prior Scientific Knowledge](https://github.com/emited/flow) - [Differentiable Molecular Simulation for Learning and Control](https://github.com/wwang2/torchmd) ## 52. New Thinking on General Neural Network Architecture - [Complement Objective Training](https://github.com/henry8527/COT) - [Decoupled Neural Interfaces using Synthetic Gradients](https://github.com/andrewliao11/dni.pytorch) ## 53. Linear Algebra - [Eigenvectors from Eigenvalues](https://github.com/ritchieng/eigenvectors-from-eigenvalues) ## 54. API Abstraction - [Torch Layers, Shape inference for PyTorch, SOTA Layers](https://github.com/szymonmaszke/torchlayers) - [Hummingbird, run trained scikit-learn models on GPU with PyTorch](https://github.com/microsoft/hummingbird) ## 55. Low Level Utilities - [TorchSharp, .NET API with access to underlying library powering PyTorch](https://github.com/interesaaat/TorchSharp) ## 56. PyTorch Utilities - [PyTorch Metric Learning](https://github.com/KevinMusgrave/pytorch-metric-learning) - [Kornia: an Open Source Differentiable Computer Vision Library for PyTorch](https://kornia.org/) - [BackPACK to easily Extract Variance, Diagonal of Gauss-Newton, and KFAC](https://f-dangel.github.io/backpack/) - [PyHessian for Computing Hessian Eigenvalues, trace of matrix, and ESD](https://github.com/amirgholami/PyHessian) - [Hessian in PyTorch](https://github.com/mariogeiger/hessian) - [Differentiable Convex Layers](https://github.com/cvxgrp/cvxpylayers) - [Albumentations: Fast Image Augmentation Library](https://github.com/albu/albumentations) - [Higher, obtain higher order gradients over losses spanning training loops](https://github.com/facebookresearch/higher) - [Neural Pipeline, Training Pipeline for PyTorch](https://github.com/toodef/neural-pipeline) - [Layer-by-layer PyTorch Model Profiler for Checking Model Time Consumption](https://github.com/awwong1/torchprof) - [Sparse Distributions](https://github.com/probabll/sparse-distributions) - [Diffdist, Adds Support for Differentiable Communication allowing distributed model parallelism](https://github.com/ag14774/diffdist) - [HessianFlow, Library for Hessian Based Algorithms](https://github.com/amirgholami/HessianFlow) - [Texar, PyTorch Toolkit for Text Generation](https://github.com/asyml/texar-pytorch) - [PyTorch FLOPs counter](https://github.com/Lyken17/pytorch-OpCounter) - [PyTorch Inference on C++ in Windows](https://github.com/zccyman/pytorch-inference) - [EuclidesDB, Multi-Model Machine Learning Feature Database](https://github.com/perone/euclidesdb) - [Data Augmentation and Sampling for Pytorch](https://github.com/ncullen93/torchsample) - [PyText, deep learning based NLP modelling framework officially maintained by FAIR](https://github.com/facebookresearch/pytext) - [Torchstat for Statistics on PyTorch Models](https://github.com/Swall0w/torchstat) - [Load Audio files directly into PyTorch Tensors](https://github.com/pytorch/audio) - [Weight Initializations](https://github.com/pytorch/pytorch/blob/master/torch/nn/init.py) - [Spatial transformer implemented in PyTorch](https://github.com/fxia22/stn.pytorch) - [PyTorch AWS AMI, run PyTorch with GPU support in less than 5 minutes](https://github.com/ritchieng/dlami) - [Use tensorboard with PyTorch](https://github.com/lanpa/tensorboard-pytorch) - [Simple Fit Module in PyTorch, similar to Keras](https://github.com/henryre/pytorch-fitmodule) - [torchbearer: A model fitting library for PyTorch](https://github.com/ecs-vlc/torchbearer) - [PyTorch to Keras model converter](https://github.com/nerox8664/pytorch2keras) - [Gluon to PyTorch model converter with code generation](https://github.com/nerox8664/gluon2pytorch) - [Catalyst: High-level utils for PyTorch DL & RL research](https://github.com/catalyst-team/catalyst) - [PyTorch Lightning: Scalable and lightweight deep learning research framework](https://github.com/PyTorchLightning/pytorch-lightning) - [Determined: Scalable deep learning platform with PyTorch support](https://github.com/determined-ai/determined) - [PyTorch-Ignite: High-level library to help with training and evaluating neural networks in PyTorch flexibly and transparently](https://github.com/pytorch/ignite) - [torchvision: A package consisting of popular datasets, model architectures, and common image transformations for computer vision.](https://github.com/pytorch/vision) - [Poutyne: A Keras-like framework for PyTorch and handles much of the boilerplating code needed to train neural networks.](https://github.com/GRAAL-Research/poutyne) - [torchensemble: Scikit-Learn like ensemble methods in PyTorch](https://github.com/AaronX121/Ensemble-Pytorch) ## 57. PyTorch Video Tutorials - [Practical Deep Learning with PyTorch](https://www.udemy.com/practical-deep-learning-with-pytorch/?couponCode=DEEPWIZARD) - [PyTorch Zero to All Lectures](http://bit.ly/PyTorchVideo) - [PyTorch For Deep Learning Full Course](https://www.youtube.com/watch?v=GIsg-ZUy0MY) - [PyTorch Lightning 101 with Alfredo Canziani and William Falcon](https://www.youtube.com/playlist?list=PLaMu-SDt_RB5NUm67hU2pdE75j6KaIOv2) ## 58. Datasets - [Worldbank Data](https://github.com/mwouts/world_bank_data) ## 59. Community - [PyTorch Discussion Forum](https://discuss.pytorch.org/) - [StackOverflow PyTorch Tags](http://stackoverflow.com/questions/tagged/pytorch) - [Catalyst.Slack](https://join.slack.com/t/catalyst-team-core/shared_invite/zt-d9miirnn-z86oKDzFMKlMG4fgFdZafw) ## 60. Links to This Repository - [Github Repository](https://github.com/ritchieng/the-incredible-pytorch) - [Website](https://www.ritchieng.com/the-incredible-pytorch/) ## 61. To be Classified - [Perturbative Neural Networks](https://github.com/michaelklachko/pnn.pytorch) - [Accurate Neural Network Potential](https://github.com/aiqm/torchani) - [Scaling the Scattering Transform: Deep Hybrid Networks](https://github.com/edouardoyallon/pyscatwave) - [CortexNet: a Generic Network Family for Robust Visual Temporal Representations](https://github.com/e-lab/pytorch-CortexNet) - [Oriented Response Networks](https://github.com/ZhouYanzhao/ORN) - [Associative Compression Networks](https://github.com/jalexvig/associative_compression_networks) - [Clarinet](https://github.com/ksw0306/ClariNet) - [Continuous Wavelet Transforms](https://github.com/tomrunia/PyTorchWavelets) - [mixup: Beyond Empirical Risk Minimization](https://github.com/leehomyc/mixup_pytorch) - [Network In Network](https://github.com/szagoruyko/functional-zoo) - [Highway Networks](https://github.com/c0nn3r/pytorch_highway_networks) - [Hybrid computing using a neural network with dynamic external memory](https://github.com/ypxie/pytorch-NeuCom) - [Value Iteration Networks](https://github.com/onlytailei/PyTorch-value-iteration-networks) - [Differentiable Neural Computer](https://github.com/jingweiz/pytorch-dnc) - [A Neural Representation of Sketch Drawings](https://github.com/alexis-jacq/Pytorch-Sketch-RNN) - [Understanding Deep Image Representations by Inverting Them](https://github.com/utkuozbulak/pytorch-cnn-visualizations) - [NIMA: Neural Image Assessment](https://github.com/truskovskiyk/nima.pytorch) - [NASNet-A-Mobile. Ported weights](https://github.com/veronikayurchuk/pretrained-models.pytorch) - [Graphics code generating model using Processing](https://github.com/jtoy/sketchnet) ## 62. Contributions Do feel free to contribute! You can raise an issue or submit a pull request, whichever is more convenient for you. The guideline is simple: just follow the format of the previous bullet point.
![]()
![]()
![]()
Owner
- Name: Anselm Hahn
- Login: Anselmoo
- Kind: user
- Location: Switzerland
- Repositories: 100
- Profile: https://github.com/Anselmoo
