Skip to content

Commit 5962825

Browse files
authored
增加LDA
1 parent 2c1fe76 commit 5962825

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626

2727
- PCA主要成分分析, [Python实现源码](https://github.com/csuldw/MachineLearning/tree/master/PCA)
2828

29+
- LDA线性判别分析(Fisher判别),[源码实现](https://github.com/csuldw/MachineLearning/blob/master/LDA/lda.ipynb)
30+
2931
- spark-demo:使用scala编写的spark实例.
3032
- invertedIndex, [Spark 倒排索引实例源码](https://github.com/csuldw/MachineLearning/tree/master/spark-demo/invertedIndex)
3133

0 commit comments

Comments
 (0)