基于Python的SVM库
是否有基于 Python 的库提供具有 GPL 或任何其他开源许可证的 SVM 实现?我遇到过一些为用 C 编码的 SVM 逻辑提供 SVM 包装器的软件,但没有一个是完全用 Python 编码的。
问候,
曼达尔
Is there a Python based library providing an SVM implementation with a GPL or any other opensource license? I have come across a few that provide an SVM wrapper for the SVM logic encoded in C, but none that are coded entirely in Python.
Regards,
Mandar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
libsvm
具有 Python 绑定。编辑
谷歌搜索发现
PyML
,但我还没有用过它。libsvm
has Python bindings.Edit
Googling found
PyML
, but I haven't used it.您可能想查看此链接,它包含大量机器学习软件,列出了 50 多个用 Python 编写的库:
You might want to check out this link, it has a big collection of machine learning software, it lists 50+ libraries that have been written in Python:
http://mloss.org/software/language/python/