Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 258 Bytes

File metadata and controls

2 lines (2 loc) · 258 Bytes

SentencePairMatch_MachineLearning

用机器学习算法实现了一种有监督的句子对匹配方法,使用的机器学习分类算法有:逻辑回归(LR)、SVM、GBDT和随机森林(RandomForest),使用的工具是Sklearn,版本是0.17.1