How use ANN in Weka?
When I run Weka and I see all classifiers, I don't see neural networks classifiers. Wh开发者_如何学Goy?
I found it in Functions->MultilayerPerception
From the command line:
java -cp '.:/usr/share/weka/lib/weka.jar' \
weka.classifiers.functions.MultilayerPerceptron -t yourfile.arff
精彩评论