1.一开始是FaceNet 2.一个重要的改进:image-based, Ding etal. 3.对于样本挑选的改进: 1)hard samples: hard positive 和hard negative (In Defense of Triplet Loss for person Re-Id ...
分类:
其他好文 时间:
2017-10-05 23:39:09
阅读次数:
1124
【softmax分类器的加速器】 https://www.tensorflow.org/api_docs/python/tf/nn/sampled_softmax_loss This is a faster way to train a softmax classifier over a huge ...
分类:
其他好文 时间:
2017-09-30 11:44:18
阅读次数:
360
The Multiclass SVM loss for the i-th example is then formalized as follows: Regularization : The most common regularization penalty is the L2 norm tha ...
分类:
其他好文 时间:
2017-09-28 21:38:07
阅读次数:
255
在anchor_target层,这两行是计算bounding regression代码: 以下是bounding regression的计算公式: bbox_targets存储的是anchor和gt之间的bouding regression,并且将作为这一层的一个输出,输出到rpn_loss_bbo ...
分类:
其他好文 时间:
2017-09-27 21:46:31
阅读次数:
244
https://rdipietro.github.io/friendly-intro-to-cross-entropy-loss/ 【将输入转化为输出:概率分布】 When we develop a model for probabilistic classification, we aim to ...
分类:
其他好文 时间:
2017-09-26 22:24:22
阅读次数:
200
*POPUP_TO_CONFIRM_LOSS_OF_DATA:显示YES/NO的弹出窗口,提示用户未保存的数据将丢失 *POPUP_TO_CONFIRM_STEP:提示是否确认操作要弹出窗口 *POPUP_TO_CONFIRM_WITH_MESSAGE:可以显示定制的提示消息的确认窗口 *POPUP ...
分类:
其他好文 时间:
2017-09-24 16:15:54
阅读次数:
171
其中build4方法预测最准确mae loss最小 ...
分类:
其他好文 时间:
2017-09-22 16:35:49
阅读次数:
642
深度学习笔记(三):激活函数和损失函数 损失函数:Hinge Loss(max margin) 机器学习中的常见问题——损失函数 ...
分类:
其他好文 时间:
2017-09-14 18:44:28
阅读次数:
112
假设函数(Hypothesis Function)模型的知识表达: 然后利用已知的数据对其中的参数进行求解,再将该函数用于新数据的预测,其中参数的求解过程称为“训练(Training) or 学习(Learning)” 待优化参数 θ0,θ1 损失函数(loss function),或叫代价函数(c ...
分类:
其他好文 时间:
2017-09-08 00:25:49
阅读次数:
168