- 博客(6)
- 收藏
- 关注
原创 Stanford CoreNLP 中文自定义词典
自定义词典 参考文档,感谢前人探路 Doc 优快云 深入浅出 Stanford NLP(深入篇) 下载 CoreNLP的源码git 下载chinese模型jar包,解压到src 用ant导入build.xml,Eclipse-File-New-Other-Java-Java Project from Existing Ant Buildfile 启动服务...
2019-11-01 02:56:30
1795
原创 机器学习笔记总结(1):线性回归(LS),逻辑回归(LR),朴素贝叶斯(NB),支持向量机(SVM)
1.1 机器学习1. 机器学习:What and Why为什么要机器学习?进入大数据时代,需要自动化处理数据,检测数据中的特征。用概率论来解决机器学习中的不确定性。例如:通过收集到的数据来预测未来,寻找解释数据的最佳模型,等等。 2. 机器学习的不同类型:(1)有监督的学习(Supervised learning)或者称为预测问题(predictive learning):实际...
2018-10-30 17:31:25
3624
原创 Go Language Notes 1
Leetcode Problem 1: twoSumpackage mainimport( "fmt" )func twoSum(nums []int, target int)[]int{ dict:=make(map[int]int) for index,value:= range nums{ if _,v := nums[value]; v{ return []...
2018-10-22 22:42:53
132
原创 Web Crawling and Data Analysis (Dyson V8 Vacuum Review data)
AcknowledgementThis work note is for study use only, and not allowed to be reposted or be used for commercial purpose without a permission from author. 本文只可用于个人学习目的,未经作者许可禁止转载或用于商业目的。This work note is...
2018-04-29 06:39:26
405
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人