🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Neuralnet node output

User: "jguer"
New Altair Community Member
Updated by Jocelyn
Hello,

Is there any way that I can get the output of each node (the result of the activation function) for each instance that goes through the Neuralnet or other Multilayer Perceptron type algorithm using RapidMiner API?

Thank you in advance,

João Guerreiro

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "land"
    New Altair Community Member
    Hi,
    as far as I know, this is not possible. Since it is a very unusual goal, it is not supported by the rapidminer gui. But RapidMiner itself uses the open source library joone for the neural net calculation. Perhabs there's a possibility to hook in.

    Greetings,
      Sebastian
    User: "jguer"
    New Altair Community Member
    OP
    Thank you Sebastian,

    I did it myself, using the result from the weights and the input values, I calculated the output for each node.

    Cheers,

    João Guerreiro
    User: "darshi_plm"
    New Altair Community Member

    Hi João, 
    Can you please mention the method you used to calculate the output from the input variables and weights? It would be a great help as I'm struggling to do this and I can't reproduce the NeuralNet output manually. Thanks