简体   繁体   中英

Neural network training in Azure and Weka

I'm using some data-sets (.arff files) to train neural networks in Weka and Azure. For every data-set , I get an overall accuracy difference between WEKA/Azure up to 5%. Obviously, I use the same training parameters, like number of iterations, learning rate, momentum, etc. Is this difference justified?

Of course, if your input data files are similar, still contain slightly different data values, then classification results are unlikely to be exactly the same between runs, and 5% variation is not unheard of.

Perform some experiments with a single dataset and only vary the "seed" attribute (maybe try 5 differnt integers), that will tell you how much randomness is involved in running your algorithm, MultilayerPerceptron I suppose.

(Seriously, what kind of answer do you expect here?)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM