摘要:
转自: https://createmomo.github.io/ BiLSTM-CRF模型中CRF层的解读:文章链接:标题:CRF Layer on the Top of BiLSTM - 1 链接:https://createmomo.github.io/2017/09/12/CRF_Layer 阅读全文
posted @ 2017-11-28 13:29
Django's blog
阅读(1832)评论(0)推荐(0)
摘要:
该算法由facebook在2016年开源,典型应用场景是“带监督的文本分类问题”。 模型 模型的优化目标如下: 其中,$<x_n,y_n>$是一条训练样本,$y_n$是训练目标,$x_n$是normalized bag of features。矩阵参数A是基于word的look-up table,也 阅读全文
posted @ 2017-11-27 13:13
Django's blog
阅读(2036)评论(0)推荐(0)