Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 758 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 758 Bytes

miniProj

cifar10 classification based on alexnet and vgg16 using TensorFlow

miniProj

Build a basic Alex net using tensorflow from scratch

  • model.py Alexnet model, change the size and number of kernels and add dropout and batch normalization.
  • train.py train Alexnet, and use Tensorboard to help visualize.

Use pre-trained deep model VGG to build image classification model

Best result:85%