262 skills found · Page 1 of 9
lukemelas / EfficientNet PyTorchA PyTorch implementation of EfficientNet
kenshohara / 3D ResNets PyTorch3D ResNets for Action Recognition (CVPR 2018)
shanglianlm0525 / PyTorch NetworksPytorch implementation of cnn network
orobix / Prototypical Networks For Few Shot Learning PyTorchImplementation of Prototypical Networks for Few Shot Learning (https://arxiv.org/abs/1703.05175) in Pytorch
gcr / Torch Residual NetworksThis is a Torch implementation of ["Deep Residual Learning for Image Recognition",Kaiming He, Xiangyu Zhang, Shaoqing Ren, Jian Sun](http://arxiv.org/abs/1512.03385) the winners of the 2015 ILSVRC and COCO challenges.
jiecaoyu / XNOR Net PyTorchPyTorch Implementation of XNOR-Net
torchmd / Torchmd NetTraining neural network potentials
aiff22 / PyNET PyTorchGenerating RGB photos from RAW image files with PyNET (PyTorch)
zhanghang1989 / RegNet Search PyTorchSearch for RegNet using PyTorch
zsef123 / EfficientNets PyTorchA PyTorch implementation of " EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks."
jianzhangcs / ISTA Net PyTorchISTA-Net: Interpretable Optimization-Inspired Deep Network for Image Compressive Sensing, CVPR2018 (PyTorch Code)
SciSharp / Torch.NET.NET bindings for PyTorch. Machine Learning with C# / F# with Multi-GPU/CPU support
AnjieCheng / MnasNet PyTorchA PyTorch implementation of Mnasnet: MnasNet: Platform-Aware Neural Architecture Search for Mobile.
guillaume-chevalier / Spiking Neural Network SNN With PyTorch Where Backpropagation Engenders STDPWhat about coding a Spiking Neural Network using an automatic differentiation framework? In SNNs, there is a time axis and the neural network sees data throughout time, and activation functions are instead spikes that are raised past a certain pre-activation threshold. Pre-activation values constantly fades if neurons aren't excited enough.
dyhan0920 / PyramidNet PyTorchA PyTorch implementation for PyramidNets (Deep Pyramidal Residual Networks, https://arxiv.org/abs/1610.02915)
aasharma90 / RetinexNet PyTorchUnofficial PyTorch code for the paper - Deep Retinex Decomposition for Low-Light Enhancement, BMVC'18
LujiaJin / Basis Prediction Networks PyTorchReimplementation of the paper "Basis Prediction Networks for Effective Burst Denoising with Large Kernels" by using PyTorch.
huangmozhilv / U2net TorchMICCAI2019:3D U$^2$-Net: A 3D Universal U-Net for Multi-Domain Medical Image Segmentation
VIPL-Audio-Visual-Speech-Understanding / LipNet PyTorchThe state-of-art PyTorch implementation of the method described in the paper "LipNet: End-to-End Sentence-level Lipreading" (https://arxiv.org/abs/1611.01599)
ChawDoe / LeNet5 MNIST PyTorchThe simplest implementation of LeNet5 with mnist in PyTorch. Accuracy: ~99%