Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRF 相关问题 #10

Open
3 of 6 tasks
SmirkCao opened this issue Sep 23, 2018 · 1 comment
Open
3 of 6 tasks

CRF 相关问题 #10

SmirkCao opened this issue Sep 23, 2018 · 1 comment

Comments

@SmirkCao
Copy link
Owner

SmirkCao commented Sep 23, 2018

  • e111
  • e112
  • e113
  • 如何对特征函数进行抽象
  • 为什么CRF要介绍三种表达形式?
  • 应用举例
@SmirkCao
Copy link
Owner Author

SmirkCao commented Sep 23, 2018

  • e111
    主要是找最大团
  • e112
    这个问题,使用符号推导很容易得到结论。注意矩阵相乘的结果形式。主要还是对CRF矩阵形式的理解。
  • e113
  • 为什么CRF要介绍三种表达形式?
    第一种形式是一种很直接的表达,对应了图的结点和边,看到这种形式就会有直观的想法把这个形式表示成向量乘积的形式,也会思考怎么能把两种特征函数统一起来。
    所以有第二种简化形式是很好理解的,这种形式展开之后再考虑下矩阵形式
    第三种形式的需求, 参考概率和期望计算方法部分,前向后向算法中, 用到了矩阵形式的表达。主要是需要矩阵形式的表达来应用在递推的环节。
  • 应用举例
    基本上都是自然语言处理相关的内容。另外也有很多应用,比如有篮球比赛成绩预测方面的应用。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant