densenet.pytorch
Neural network
An implementation of a deep neural network architecture in PyTorch
A PyTorch implementation of DenseNet.
833 stars
15 watching
188 forks
Language: Python
last commit: over 6 years ago
Linked from 2 awesome lists
deep-learningdensenetpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
| An implementation of a deep neural network architecture for image classification tasks | 273 |
| An implementation of a PyTorch-based neural network architecture for image classification tasks. | 68 |
| This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 561 |
| Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| An implementation of a 1-bit weight neural network architecture using PyTorch | 124 |
| A PyTorch implementation of EfficientNet for computer vision tasks | 309 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| A PyTorch package implementing multi-task deep neural networks for natural language understanding | 2,238 |
| A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 809 |
| PyTorch implementation of PNASNet-5 architecture | 317 |
| A PyTorch implementation of a ShuffleNet-v2 neural network architecture for image classification. | 431 |
| An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. | 466 |
| A comprehensive tutorial project on building and training neural networks using PyTorch, covering various architectures such as CNNs, RNNs, and GANs. | 0 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |