什么是适合数据分类项目的编程语言

发布于 2024-08-08 05:16:17 字数 50 浏览 10 评论 0原文

我想轻松地实现一个数据分类项目,所以我正在寻找为此提供库的语言。您能建议合适的语言吗?

I would like to easily implement a data classification project, so I'm looking for the language which provides the library for that. Could you suggest the proper language?

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

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

发布评论

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

评论(4

陌上芳菲 2024-08-15 05:16:17

matlab 不完全是一种编程语言,但毫无疑问它是实现面向数学的程序的最简单方法。它有很多分类工具箱(例如MLP、SVM)优化工具箱。

matlab is not exactly a programming language, but no doubt it's the easiest way to implementing math oriented programs. it has lots of toolboxes for classifications (e.g. MLP, SVM) optimization toolboxes.

花开雨落又逢春i 2024-08-15 05:16:17

有一个名为 SciPy 的 Python 发行版,它有很多用于科学编程的工具,人们有 用它来做数据分类。一些生物信息学人员用 Python 构建了 Excel2SVM

如果您的工作重点是数据分类,而不是开发软件,那么 Python 是一个不错的选择,因为您可以比使用 java 或 C++ 等语言提高工作效率。

There is a Python distribution called SciPy that has lots of tools for scientific programming and people have used it to do data classification. Some bioinformatics people have built Excel2SVM in Python.

If the focus of your work is on the data classification, not on developing software, then Python is a good choice because you can be more productive than with languages like java or C++.

不回头走下去 2024-08-15 05:16:17

(有点晚了,但我认为这个答案应该记录在这里)。

WEKAMALLET 是我遇到的两个有用的数据分类库。我在几个项目中使用过 WEKA,可以说它相当成熟。这两个库都是基于 Java 的。

(A little late coming, but I thought this answer should be here for the record).

WEKA and MALLET are two useful libraries for data classification that I've come across. I've used WEKA in a couple of projects and can say that it is pretty mature. Both these libraries are Java-based.

只涨不跌 2024-08-15 05:16:17

我想说在选择语言之前你确实需要更多信息。

您从哪里获取数据,您想使用什么前端(网络/专用客户端)?

C# 或任何面向对象的语言都可以做得很好。

干杯

I'd say you really need more information before choosing a language.

Where are you getting data from, what front end do you want to use (web / dedicated client) ?

C# could do just as good a job, or any Object oriented language.

Cheers

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