Skip to content

Commit

Permalink
概率图模型
Browse files Browse the repository at this point in the history
  • Loading branch information
damaohongtu committed Jul 1, 2018
1 parent bb3138f commit 34f7dd0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Graphical-Models/HMM&CRF.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# 隐马尔科夫和条件随机场
## 1.HMM

## 2.CRF
**借助北京大学计算机语言研究所标注的1998年1月份《人民日报》分词语料和相关工具,实现基于`CRF`模型的由字构词的汉语词语切分方法?**
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
## <a href="HierarchicalClustering">06.Hierarchical clustering层次聚类</a>
## <a href="PCA">07.PCA</a>
## <a href="GMM">08.GMM</a>
## <a href="NeuralNetwork">09.神经网络算法</a>
## <a href="Graphical-Models">09.概率图模型</a>
## <a href="NeuralNetwork">10.神经网络算法</a>
Binary file added pictures/概率图模型.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions 概念图片.MD
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 机器学习概念图片


- 概率图模型<br>
![](pictures/概率图模型.png)
---
- 条件随机场
- 条件随机场<br>
![](pictures/条件随机场.png)
---

0 comments on commit 34f7dd0

Please sign in to comment.