因此,这里还有一个难题。 I m 寻找相当于Wekas Bayes Net等值。 通知说,它与Naive Bayes不同。 韦卡的问题在于它使用太多的记忆,因此无法处理大型数据集。
需要处理几万个案例,即Windows。
因此,这里还有一个难题。 I m 寻找相当于Wekas Bayes Net等值。 通知说,它与Naive Bayes不同。 韦卡的问题在于它使用太多的记忆,因此无法处理大型数据集。
需要处理几万个案例,即Windows。
To (partially) answer my own question, Knime has an extansion for using Weka components. It seems to handle memory better by an order of magnitude.
然而,Im在寻找另一个器具、指挥线效用或可能是一座灰色图书馆。
You must edit RunWeka.ini
where weka is installed.
Open RunWeka.ini
and change maxheap=128m
to maxheap=1024m
, then save.finish
.
如果您在Windows上工作,则还有另一种选择。 微软拥有这个称为。 但这不是公开来源。
What is the best programming language for artificial intelligence purposes? Mind that using suggested language I must be able to employ any AI technique (or at least most of them).
I am currently strugeling with a machine learning problem whereas I have to deal with great unbalanced data sets. That is, there are six classes ( 1 , 2 ... 6 ). Unfortunately there are e.g. for class ...
In terms of artificial intelligence and machine learning, what is the difference between supervised and unsupervised learning? Can you provide a basic, easy explanation with an example?
I have a image with horizontal and vertical lines. In fact, this image is the BBC website converted to horizontal and vertical lines. My problem is that I want to be able to find all the rectangles in ...
I m using the explorer feature of Weka for classification. So I have my .arff file, with 2 features of NUMERIC value, and my class is a binary 0 or 1 (eg {0,1}). Sample: @RELATION summary @...
I want to implement a simple SVM classifier, in the case of high-dimensional binary data (text), for which I think a simple linear SVM is best. The reason for implementing it myself is basically that ...
According to this FAQ the model format in libsvm should be straightforward. And in fact it is, when I call just svm-train. As an example, the first SV for the a1a dataset is 1 3:1 11:1 14:1 19:1 39:...
I am playing with some neural network simulations. I d like to get two neural networks sharing the input and output nodes (with other nodes being distinct and part of two different routes) to compete. ...