All Projects → CeLuigi → Models Comparison.pytorch

CeLuigi / Models Comparison.pytorch

Licence: bsd-3-clause
Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Models Comparison.pytorch

Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (+10.14%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks, imagenet
Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (+56.08%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks, imagenet
Constrained attention filter
(ECCV 2020) Tensorflow implementation of A Generic Visualization Approach for Convolutional Neural Networks
Stars: ✭ 36 (-75.68%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks, imagenet
Har Keras Cnn
Human Activity Recognition (HAR) with 1D Convolutional Neural Network in Python and Keras
Stars: ✭ 97 (-34.46%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Niftynet
[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
Stars: ✭ 1,276 (+762.16%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Grenade
Deep Learning in Haskell
Stars: ✭ 1,338 (+804.05%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Gcommandspytorch
ConvNets for Audio Recognition using Google Commands Dataset
Stars: ✭ 65 (-56.08%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Livianet
This repository contains the code of LiviaNET, a 3D fully convolutional neural network that was employed in our work: "3D fully convolutional networks for subcortical segmentation in MRI: A large-scale study"
Stars: ✭ 143 (-3.38%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Awslambdaface
Perform deep neural network based face detection and recognition in the cloud (via AWS lambda) with zero model configuration or tuning.
Stars: ✭ 98 (-33.78%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Ghostnet
CV backbones including GhostNet, TinyNet and TNT, developed by Huawei Noah's Ark Lab.
Stars: ✭ 1,744 (+1078.38%)
Mutual labels:  convolutional-neural-networks, imagenet
Pytorch convlstm
convolutional lstm implementation in pytorch
Stars: ✭ 126 (-14.86%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Breast Cancer Classification
Breast Cancer Classification using CNN and transfer learning
Stars: ✭ 86 (-41.89%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Tf Mobilenet V2
Mobilenet V2(Inverted Residual) Implementation & Trained Weights Using Tensorflow
Stars: ✭ 85 (-42.57%)
Mutual labels:  convolutional-neural-networks, imagenet
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-34.46%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Chainer Pspnet
PSPNet in Chainer
Stars: ✭ 76 (-48.65%)
Mutual labels:  convolutional-neural-networks, imagenet
Top Deep Learning
Top 200 deep learning Github repositories sorted by the number of stars.
Stars: ✭ 1,365 (+822.3%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Hyperdensenet
This repository contains the code of HyperDenseNet, a hyper-densely connected CNN to segment medical images in multi-modal image scenarios.
Stars: ✭ 124 (-16.22%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Aognet
Code for CVPR 2019 paper: " Learning Deep Compositional Grammatical Architectures for Visual Recognition"
Stars: ✭ 132 (-10.81%)
Mutual labels:  deep-neural-networks, imagenet
Bender
Easily craft fast Neural Networks on iOS! Use TensorFlow models. Metal under the hood.
Stars: ✭ 1,728 (+1067.57%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks
Deep Atrous Cnn Sentiment
Deep-Atrous-CNN-Text-Network: End-to-end word level model for sentiment analysis and other text classifications
Stars: ✭ 64 (-56.76%)
Mutual labels:  deep-neural-networks, convolutional-neural-networks

Benchmark Analysis of Representative Deep Neural Network Architectures

Code for the paper Benchmark Analysis of Representative Deep Neural Network Architectures (IEEE Access).

Dependencies:

  • Python 2.7
  • PyTorch 0.4.0
  • Torchvision
  • munch

Citation

If you use our code, please consider cite the following:

  • Simone Bianco, Remi Cadene, Luigi Celona, and Paolo Napoletano. Benchmark Analysis of Representative Deep Neural Network Architectures. In IEEE Access, volume 6, issue 1, pp. 2169-3536, 2018.
@article{bianco2018dnnsbench,
 author = {Bianco, Simone and Cadene, Remi and Celona, Luigi and Napoletano, Paolo},
 year = {2018},
 title = {Benchmark Analysis of Representative Deep Neural Network Architectures},
 journal = {IEEE Access},
 volume = {6},
 pages = {64270-64277},
 doi = {10.1109/ACCESS.2018.2877890},
 ISSN = {2169-3536},
}

Summary

Visit the Wiki for more details about deep neural network architectures and indices considered.

Acknowledgement

  • Thanks to the deep learning community and especially to the contributers of the PyTorch ecosystem.
  • Evaluation of Automatic Image Color Theme Extraction Methods This work has been partially supported by E4S: ENERGY FOR SAFETY Sistema integrato per la sicurezza della persona ed il risparmio energetico nelle applicazioni di Home & Building Automation, CUP: E48B17000310009 - Call “Smart Living”.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].