资源算法 CIFAR10-VGG19-Tensorflow

CIFAR10-VGG19-Tensorflow

2020-01-08 | |  28 |   0 |   0

Transfer Learning on CIFAR-10 using VGG19 in Tensorflow

This repository shows the simple steps for transfer learning. In particular, CIFAR-10 dataset is chosen, and VGG19 model is used to train. The model is pre-trained and borrowed from https://github.com/taehoonlee/tensornets.git. The best accuracy I could get is about 91%.

Important concepts to know (in general)

While writing the notebook, I have noticed that I should be able to answer the following questions to perform transfer learning. The answers to them in implementation could be slightly different, but the concept is the same. In my choice of the pre-trained model, I will show my own answers.

  1. Choose the model (VGG16, VGG19, ResNet, DenseNet, ...)

  2. Search for the implementation for the model (Github)

  3. Know how to create the model

  4. Know how to load the pre-trained weights

  5. Know what the model outputs at the last layer

  6. Know the shape of the input data

  7. Know how to re-scale the original image(data) to fit into the model

Prediction Result

prediction result

References


上一篇:Keras-SegNet-Basic

下一篇:CNN_VGG19_verilog

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...