forked from damaohongtu/MachineLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bb3138f
commit 34f7dd0
Showing
4 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# 隐马尔科夫和条件随机场 | ||
## 1.HMM | ||
|
||
## 2.CRF | ||
**借助北京大学计算机语言研究所标注的1998年1月份《人民日报》分词语料和相关工具,实现基于`CRF`模型的由字构词的汉语词语切分方法?** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
# 机器学习概念图片 | ||
|
||
|
||
- 概率图模型<br> | ||
![](pictures/概率图模型.png) | ||
--- | ||
- 条件随机场 | ||
- 条件随机场<br> | ||
![](pictures/条件随机场.png) | ||
--- |