其他分享
首页 > 其他分享> > One shot learning

One shot learning

作者:互联网

One single image
(neural networks don’t work well given one training example)
(Such a small training set is really not enough to train a robust neural network)
(If softmax, need to retrain every time new class adds in)

Solution:
Siamese Network
在这里插入图片描述
To train with triplet loss, every class in training set need to have at least two examples.
Choose triplets that are hard to train on.
Variants of Siamese Network
在这里插入图片描述

标签:training,set,shot,Network,Siamese,train,learning,need
来源: https://blog.csdn.net/weixin_42388228/article/details/90402264