I'd like to compare the result of a classification process using a Decision Tree and a Neural Network. I've build the example for the decision tree and I'm seeking a simple example of usage of MLP, possibly described.
Hi Gabriel, for some reasons I cannot access the remote server. Could you share the zipped directory with the examples so I can install it on my local machine? Thanks a lot!
The data is embedded with the workflows. If you import the workflow(s) directly from the archive for which the link provided above, the workflow(s) will contain the data. This embedded data can be lost if you start to copy and paste part or the full workflow(s) to another place.
I am using knime to create a neural network model. I use an example workflow in knime in creating neural network using the MultiLayer Perceptron. But I always get a warning that my data is not normalized when in fact I used Normalizer node. Do you have any documentation that I could read in implementing ANN in knime. Or what nodes to use. Also what are my inputs in the MLP nodes (iteration, hidden layer, neuron hidden layer). Here I include the sample workflow knime provided in their site. Thank you in advance