All Projects → Kexiii → DenseNet-Cifar10

Kexiii / DenseNet-Cifar10

Licence: MIT License
Train DenseNet on Cifar-10 based on Keras

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DenseNet-Cifar10

srVAE
VAE with RealNVP prior and Super-Resolution VAE in PyTorch. Code release for https://arxiv.org/abs/2006.05218.
Stars: ✭ 56 (+43.59%)
Mutual labels:  cifar10, cifar-10
Cifar 10 Cnn
Play deep learning with CIFAR datasets
Stars: ✭ 756 (+1838.46%)
Mutual labels:  densenet, cifar10
cifar10
Predict CIFAR-10 labels with 88% accuracy using keras.
Stars: ✭ 32 (-17.95%)
Mutual labels:  cifar10, cifar-10
pcdarts-tf2
PC-DARTS (PC-DARTS: Partial Channel Connections for Memory-Efficient Differentiable Architecture Search, published in ICLR 2020) implemented in Tensorflow 2.0+. This is an unofficial implementation.
Stars: ✭ 25 (-35.9%)
Mutual labels:  cifar10, cifar-10
Chainer Cifar10
Various CNN models for CIFAR10 with Chainer
Stars: ✭ 134 (+243.59%)
Mutual labels:  densenet, cifar10
Pytorch Classification
Classification with PyTorch.
Stars: ✭ 1,268 (+3151.28%)
Mutual labels:  densenet, cifar10
cifar-tensorflow
No description or website provided.
Stars: ✭ 18 (-53.85%)
Mutual labels:  densenet, cifar-10
numpy-cnn
A numpy based CNN implementation for classifying images
Stars: ✭ 47 (+20.51%)
Mutual labels:  cifar10, cifar-10
Pytorch Speech Commands
Speech commands recognition with PyTorch
Stars: ✭ 128 (+228.21%)
Mutual labels:  densenet, cifar10
Neural Api
CAI NEURAL API - Pascal based neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Stars: ✭ 94 (+141.03%)
Mutual labels:  densenet, cifar10
gans-2.0
Generative Adversarial Networks in TensorFlow 2.0
Stars: ✭ 76 (+94.87%)
Mutual labels:  cifar10, cifar-10
deeplearning-mpo
Replace FC2, LeNet-5, VGG, Resnet, Densenet's full-connected layers with MPO
Stars: ✭ 26 (-33.33%)
Mutual labels:  densenet, cifar10
image-recognition
采用深度学习方法进行刀具识别。
Stars: ✭ 19 (-51.28%)
Mutual labels:  densenet
image-defect-detection-based-on-CNN
TensorBasicModel
Stars: ✭ 17 (-56.41%)
Mutual labels:  cifar10
python cv AI ML
用python做计算机视觉,人工智能,机器学习,深度学习等
Stars: ✭ 73 (+87.18%)
Mutual labels:  densenet
pytorch-SRDenseNet
Pytorch implementation for SRDenseNet (ICCV2017)
Stars: ✭ 70 (+79.49%)
Mutual labels:  densenet
TensorMONK
A collection of deep learning models (PyTorch implemtation)
Stars: ✭ 21 (-46.15%)
Mutual labels:  densenet
speech-recognition-transfer-learning
Speech command recognition DenseNet transfer learning from UrbanSound8k in keras tensorflow
Stars: ✭ 18 (-53.85%)
Mutual labels:  densenet
yolov3-ios
Using yolo v3 object detection on ios platform.
Stars: ✭ 55 (+41.03%)
Mutual labels:  densenet
dynamic-routing-capsule-cifar
CapsNet reference from : https://github.com/XifengGuo/CapsNet-Keras
Stars: ✭ 34 (-12.82%)
Mutual labels:  cifar-10

DenseNet-Cifar10+


Description

Train the DenseNet-40-10 on Cifar-10 dataset with data augmentation.

Test Environments

  • Keras 2.0.5
  • Tensorflow 1.2.0 backend
  • 2 Nvidia TitanX GPU

Reference

The implementation of DenseNet is based on titu1994/DenseNet. I've made some modifications so as to make it consistent with Keras2 interface.

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].