-
Awesome-pytorch-list Public
Forked from bharathgs/Awesome-pytorch-listA comprehensive list of pytorch related content on github,such as different models,implementations,helper libraries,tutorials etc.
-
-
-
characterizing-pinns-failure-modes Public
Forked from a1k12/characterizing-pinns-failure-modesCharacterizing possible failure modes in physics-informed neural networks.
Python Other UpdatedOct 1, 2022 -
gantk2 Public
GAN(TK)²: GAN Neural Tangent Kernel ToolKit
-
Pytorch implementation of the Variational Recurrent Neural Network (VRNN).
-
siren-1 Public
Forked from vsitzmann/sirenOfficial implementation of "Implicit Neural Representations with Periodic Activation Functions"
Python MIT License UpdatedJul 23, 2021 -
gluon-ts Public
Forked from awslabs/gluontsProbabilistic time series modeling in Python
-
PINNs Public
Forked from maziarraissi/PINNsPhysics Informed Deep Learning: Data-driven Solutions and Discovery of Nonlinear Partial Differential Equations
Python MIT License UpdatedAug 3, 2020 -
pyro Public
Forked from pyro-ppl/pyroDeep universal probabilistic programming with Python and PyTorch
Python Other UpdatedAug 5, 2019 -
test Public
Forked from gitpitch/in-60-secondsGitPitch In 60 Seconds - A Very Short Tutorial
CSS UpdatedMay 28, 2019 -
flow Public
Implementation of our ICLR paper: https://openreview.net/pdf?id=By4HsfWAZ
-
POT Public
Forked from PythonOT/POTPython Optimal Transport library
Python MIT License UpdatedApr 23, 2019 -
tech-interview-handbook Public
Forked from yangshun/tech-interview-handbook💯 Algorithms study materials, behavioral content and tips for rocking your coding interview
-
pytorch-i-revnet Public
Forked from jhjacobsen/pytorch-i-revneti-RevNet Pytorch Code
Python MIT License UpdatedOct 1, 2018 -
DAPPER Public
Forked from nansencenter/DAPPERData Assimilation Package in Python for Experimental Research (DAPPER)
Python MIT License UpdatedAug 20, 2018 -
the-incredible-pytorch Public
Forked from ritchieng/the-incredible-pytorchThe Incredible PyTorch: a curated list of tutorials, papers, projects, communities and more relating to PyTorch.
-
OpticalFlowToolkit Public
Forked from liruoteng/OpticalFlowToolkitPython-based optical flow toolkit for existing popular dataset
Python UpdatedMar 10, 2018 -
sacredboard Public
Forked from chovanecm/sacredboardDashboard for sacred
Python MIT License UpdatedMar 8, 2018 -
sacred Public
Forked from IDSIA/sacredSacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
Python MIT License UpdatedMar 7, 2018 -
-
pretrained-models.pytorch Public
Forked from Cadene/pretrained-models.pytorchPretrained ConvNets for pytorch: ResNeXt101, ResNet152, InceptionV4, InceptionResnetV2, etc.
Python BSD 3-Clause "New" or "Revised" License UpdatedNov 16, 2017 -
pytorch Public
Forked from pytorch/pytorchTensors and Dynamic neural networks in Python with strong GPU acceleration
Python Other UpdatedApr 28, 2017 -
NeuralMidiMachines Public
Using neural network based models to generate music using midi files.
-
CharGRUConversation Public
Torch implementation of Character Level Neural Conversation using GRUs.
-
SoRec Public
Implementation of SoRec: Social Recommandation Using Probabilistic Matrix Factorisation
2 UpdatedNov 19, 2016 -
ensembleAnalysis Public
Implementation of Bagging and Adaboost, and analysis of their effects on the bias-variance tradeoff.
-
bostonHousePricesRegression Public
Linear regressions (normal, lasso, l2, etc) on sklearn's Boston house prices dataset.
-
highwayNetwork Public
Torch highway network implementation + training/evaluation on MNIST from https://arxiv.org/abs/1505.00387.
-
musicGAN Public
Training LSTM/Convnets based generative adversarial networks for generating audio data using Torch.