The document discusses experiments performed using the Weka machine learning tool to evaluate the performance of a multi-layer perceptron classifier on a soybean dataset. The experiments varied hyperparameters like the number of epochs, learning rate, and number of hidden layers. Increasing the epochs improved accuracy up to 100 epochs. Increasing the learning rate from 0.1 to 0.3 also improved accuracy, but higher rates did not. Increasing the hidden layers from 1 to 20 significantly improved accuracy, but more layers did not help as much. Using multiple hidden layers together worked best, achieving over 94% accuracy with 10 hidden layers.
Related topics: