prelu_net
Deep learning model
An implementation of a deep neural network architecture designed to surpass human-level performance on image classification tasks.
Implementation of PReLUNet by chainer (Delving Deep into Rectifiers: Surpassing Human-Level Performance on ImageNet Classification: https://arxiv.org/abs/1502.01852)
12 stars
2 watching
2 forks
Language: Python
last commit: about 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| Deep learning models for semantic segmentation of images | 101 |
| A pre-trained convolutional neural network model for image segmentation tasks. | 214 |
| A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
| A library that provides pre-configured, reusable neural network building blocks for easy integration into other projects. | 4 |
| An implementation of neural networks on graph structures for learning molecular properties | 340 |
| An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,432 |
| An implementation of a deep learning architecture for image segmentation using the Keras framework. | 185 |
| A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
| An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 334 |
| A .NET Standard library providing C# bindings for the Apache MXNet deep learning framework | 149 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. | 285 |
| A collection of pre-trained natural language processing models | 170 |
| An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |