Skip to content

Commit 4b27b21

Browse files
author
lyq
committed
文档中更新贝叶斯网络算法说明
文档中更新贝叶斯网络算法说明
1 parent bf1d077 commit 4b27b21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@ K-Dimension Tree。多维空间划分树,数据在多维空间进行划分与
8686

8787
* ### ACO
8888
蚁群算法。蚁群算法又称为蚂蚁算法。同GA遗传算法类似,也是运用了大自然规律的算法,用于在图中寻找最优路径的概率型算法。灵感来源于蚂蚁在寻找食物时会散播信息素的发现路径行为。[详细介绍链接](http://blog.csdn.net/androidlushangderen/article/details/45395491)
89+
90+
* ### BayesNetwork
91+
贝叶斯网络算法。利用了贝叶斯网络的DAG有向无环图,允许各个事件保留一定的依赖关系,从而能求出更加精准的概率。

0 commit comments

Comments
 (0)