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: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
preritj/segmentation | Deep learning models for semantic segmentation of images | 100 |
zfturbo/zf_unet_224_pretrained_model | A pre-trained convolutional neural network model for image segmentation tasks. | 214 |
isht7/pytorch-deeplab-resnet | A deep learning model implementation of the DeepLab ResNet architecture for image segmentation tasks. | 602 |
elpapi42/deepbay | A library that provides pre-configured, reusable neural network building blocks for easy integration into other projects. | 4 |
priba/nmp_qc | An implementation of neural networks on graph structures for learning molecular properties | 339 |
speedinghzl/ccnet | An implementation of a deep learning model for semantic segmentation using a novel attention mechanism to capture long-range dependencies in images. | 1,426 |
imlab-uiip/keras-segnet | An implementation of a deep learning architecture for image segmentation using the Keras framework. | 184 |
jhkim89/pyramidnet | A Torch implementation of a novel neural network architecture designed to improve the generalization ability of deep image classification models. | 129 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
deepakkumar1984/mxnet.sharp | A .NET Standard library providing C# bindings for the Apache MXNet deep learning framework | 149 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
4uiiurz1/pytorch-res2net | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
conan7882/googlenet-inception | An implementation of a deep neural network architecture for image classification using pre-trained models and fine-tuning on the CIFAR-10 dataset. | 282 |
balavenkatesh3322/nlp-pretrained-model | A collection of pre-trained natural language processing models | 170 |
wolegechu/shufflenetv2.caffe2 | An implementation of ShuffleNet V2 as a deep learning model in Caffe2 for computer vision tasks | 25 |