All Projects → jerryfan4 → Resnet

jerryfan4 / Resnet

Tensorflow ResNet implementation on cifar10

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Resnet

Fusenet
Deep fusion project of deeply-fused nets, and the study on the connection to ensembling
Stars: ✭ 230 (+2200%)
Mutual labels:  jupyter-notebook, resnet
Grad Cam Tensorflow
tensorflow implementation of Grad-CAM (CNN visualization)
Stars: ✭ 261 (+2510%)
Mutual labels:  jupyter-notebook, resnet
ReZero-ResNet
Unofficial pytorch implementation of ReZero in ResNet
Stars: ✭ 23 (+130%)
Mutual labels:  resnet, cifar10
Generative adversarial networks 101
Keras implementations of Generative Adversarial Networks. GANs, DCGAN, CGAN, CCGAN, WGAN and LSGAN models with MNIST and CIFAR-10 datasets.
Stars: ✭ 138 (+1280%)
Mutual labels:  jupyter-notebook, cifar10
Tf Tutorials
A collection of deep learning tutorials using Tensorflow and Python
Stars: ✭ 524 (+5140%)
Mutual labels:  jupyter-notebook, resnet
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (+1850%)
Mutual labels:  jupyter-notebook, resnet
Keras-CIFAR10
practice on CIFAR10 with Keras
Stars: ✭ 25 (+150%)
Mutual labels:  resnet, cifar10
Yolo resnet
Implementing YOLO using ResNet as the feature extraction network
Stars: ✭ 82 (+720%)
Mutual labels:  jupyter-notebook, resnet
Pytorch classification
利用pytorch实现图像分类的一个完整的代码,训练,预测,TTA,模型融合,模型部署,cnn提取特征,svm或者随机森林等进行分类,模型蒸馏,一个完整的代码
Stars: ✭ 395 (+3850%)
Mutual labels:  jupyter-notebook, resnet
Tianchi Medical Lungtumordetect
天池医疗AI大赛[第一季]:肺部结节智能诊断 UNet/VGG/Inception/ResNet/DenseNet
Stars: ✭ 314 (+3040%)
Mutual labels:  jupyter-notebook, resnet
Shot Type Classifier
Detecting cinema shot types using a ResNet-50
Stars: ✭ 109 (+990%)
Mutual labels:  jupyter-notebook, resnet
Dogs vs cats
猫狗大战
Stars: ✭ 570 (+5600%)
Mutual labels:  jupyter-notebook, resnet
Tensorflow2.0 Examples
🙄 Difficult algorithm, Simple code.
Stars: ✭ 1,397 (+13870%)
Mutual labels:  jupyter-notebook, resnet
Tf Vqvae
Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).
Stars: ✭ 226 (+2160%)
Mutual labels:  jupyter-notebook, cifar10
Spectralnormalizationkeras
Spectral Normalization for Keras Dense and Convolution Layers
Stars: ✭ 100 (+900%)
Mutual labels:  jupyter-notebook, cifar10
resnet-cifar10
ResNet for Cifar10
Stars: ✭ 21 (+110%)
Mutual labels:  resnet, cifar10
Relativistic Average Gan Keras
The implementation of Relativistic average GAN with Keras
Stars: ✭ 36 (+260%)
Mutual labels:  jupyter-notebook, cifar10
One Pixel Attack Keras
Keras implementation of "One pixel attack for fooling deep neural networks" using differential evolution on Cifar10 and ImageNet
Stars: ✭ 1,097 (+10870%)
Mutual labels:  jupyter-notebook, cifar10
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (+2620%)
Mutual labels:  jupyter-notebook, resnet
Video Classification
Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
Stars: ✭ 543 (+5330%)
Mutual labels:  jupyter-notebook, resnet

Deep Residual Network

Tensorflow ResNet implementation on cifar10. Please check out original github repo: ResNet and original paper: Deep Residual Learning for Image Recognition

Dependencies

  • Python (2.7.13)
  • Tensorflow (1.2.1)
  • matplotlib (2.0.2)
  • numpy (1.13.1)

Usage

python Main.py or use jupyter notebook to open Main.ipynb and run.

Results

Number of layers Test error rate
32 7.2%
110 5.9%

Loss & error curve

32 layer

missing error curve missing loss curve

110 layer

missing error curve missing loss curve

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