Skip to content

Commit b8b667d

Browse files
authored
Update README.md
1 parent 9d16d62 commit b8b667d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Transfer-Learning-in-keras---custom-data
22

33
The video tutrial for this post is at : https://www.youtube.com/watch?v=L7qjQu2ry2Q&feature=youtu.be
4+
45
This repository shows how we can use transfer learning in keras with the example of training a 4 class classification model using VGG-16 and Resnet-50 pre-trained weights.The vgg-16 and resnet-50 are the CNN models trained on more than a million images of 1000 different categories.
56

67
Transfer learning refers to the technique of using knowledge of one domain to another domain.i.e. a NN model trained on one dataset can be used for other dataset by fine-tuning the former network.

0 commit comments

Comments
 (0)