- 授权协议: GPL
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: https://gitee.com/qieangel2013/phpword2vec
- 软件文档: https://gitee.com/qieangel2013/phpword2vec/blob/master/README.md
软件介绍
phpword2vec
php调用word2vec实现机器学习
使用方法
执行make进行编译 执行phpphpword2vec.php可以得到当前关键词的文档向量(该工具是把300维向量转化文档向量的工具) php直接调用然后可以进行svm等分类操作 该工具在已经有训练数据后调用
项目地址
github:https://github.com/qieangel2013/phpword2vec
oschina:https://gitee.com/qieangel2013/phpword2vec
Functional Programming in Scala
Paul Chiusano、Rúnar Bjarnason / Softbound print / 2014-9-14 / USD 44.99
Functional programming (FP) is a programming style emphasizing functions that return consistent and predictable results regardless of a program's state. As a result, functional code is easier to test ......一起来看看 《Functional Programming in Scala》 这本书的介绍吧!
