面向网络/浏览器的开源机器学习项目?

发布于 2024-12-09 23:15:50 字数 1222 浏览 1 评论 0 原文

在浏览器环境(主要是 Javascript)中或作为 Web 应用程序应用机器学习技术,更具体地说是文本挖掘技术,并不是一个被广泛讨论的话题。

我想构建自己的网络应用程序/浏览器扩展,可以完成一定程度的文本分类/可视化技术。我想知道,是否有任何开源项目可以在 Web 应用程序中应用文本挖掘技术,甚至更好地作为浏览器扩展?

到目前为止,这些是我通过几天的随机搜索收集的项目/讨论:

对于 Web 应用程序中的文本挖掘:

用于 Javascript 中的机器学习:

对于 Web 应用程序文本挖掘,架构师我能想到的:

  • Python 库(例如 NLTK 或 scikit-learn)+ Django
  • Java 库(很多)+ Play!框架
  • 甚至基于 R + rApache

Applying machine learning techniques, more specifically text mining techniques, in browser environment (mainly Javascript) or as a web application is not a very widely discussed topic.

I want to build my own web application / browser extension that can accomplish certain level of text classification / visualization techniques. I would like to know, if there is any open source projects that apply text mining techniques in web application or even better as browser extensions?

So far, these are the projects/discussions I gathered with days of random searching:

For text mining in web application:

For machine learning in Javascript:

For web application text mining, the architect that I can think of:

  • Python libraries (e.g. NLTK or scikit-learn) + Django
  • Java libraries (a lot) + Play! framework
  • Even R based + rApache

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

掩耳倾听 2024-12-16 23:15:50

一些流行的机器学习库:

Python - PyBrain

Apache - Mahout

Some popular machine learning libraries:

Python - PyBrain

Apache - Mahout

别念他 2024-12-16 23:15:50

我会给你我最喜欢的:

  • Brain.js
  • ConvNetJS

自提出这个问题以来已经过去了 7 年,但是机器学习有机会获得本机浏览器支持:https://webmachinelearning.github.io/

(只需确保您喜欢 github 问题中有关添加训练功能的帖子,否则您可能最终只能得到一些 3rd 方模型支持:-) )

I'll give you my favourities:

  • Brain.js
  • ConvNetJS

It has been 7 years since this question was asked, but there is a chance that machine learning will get native browsers support: https://webmachinelearning.github.io/

(just make sure you like posts in github issues about adding training capabilities, otherwise you might end up only with some 3rd party models support :-) )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文