Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chandra-cc authored Nov 16, 2018
1 parent 9fc3065 commit 34331eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Object_Classification_Deep_Residual_Seperable_CNN_with_base_model_VGG16
Object Classification using Resnet50 Network on cifar10 datasets from keras.
Object Classification using VGG16 Network on cifar10 datasets from keras.
The images were imported from keras.datsets containing about 50000 training imaages with 10000 testing images.
The model was created with VGG16 as its base model and a Residual Seperable Convolutional layer following it.
The optimzer was Adam, 50 epochs with batch size of 16 and early stopping with patience of 10 and lr_reduce with factor of 0.1 and patience of 2 were applied to the network.
Expand Down

0 comments on commit 34331eb

Please sign in to comment.