pytorch_TDNN
TDNN engine
An implementation of Time Delayed Neural Networks using PyTorch
Time Delayed NN implemented in pytorch
81 stars
7 watching
15 forks
Language: Python
last commit: over 7 years ago cnndeep-learningpythonpytorchtdnn
Related projects:
Repository | Description | Stars |
---|---|---|
kefirski/bytenet | A Pytorch implementation of a neural network model for machine translation | 47 |
yjxiong/tsn-pytorch | A PyTorch implementation of Temporal Segment Networks (TSN) for action recognition and video understanding. | 1,066 |
michaelklachko/pnn.pytorch | A PyTorch implementation of a neural network architecture that modifies the input to its layers by applying noise masks. | 57 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
benedekrozemberczki/pytorch_geometric_temporal | A PyTorch extension for building temporal graph neural networks with support for recurrent and attention-based models | 2,669 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
namisan/mt-dnn | A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
kefirski/pytorch_highway | An implementation of a highway network architecture in PyTorch for neural networks | 82 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
harshtrivedi/nmn-pytorch | A PyTorch implementation of Neural Module Networks for Visual Question Answering | 108 |
jingweiz/pytorch-dnc | An implementation of Neural Turing Machine and Differentiable Neural Computer architectures using PyTorch and Visdom for deep learning tasks. | 278 |
teozosa/deep-learning-v2-pytorch | A comprehensive tutorial project on building and training neural networks using PyTorch, covering various architectures such as CNNs, RNNs, and GANs. | 0 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
rwightman/pytorch-dpn-pretrained | A PyTorch implementation of Dual Path Networks (DPNs) with pre-trained weights and conversion scripts. | 206 |
zalandoresearch/pytorch-dilated-rnn | Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |