Neuralnet node output

jguer
jguer New Altair Community Member
edited November 2024 in Community Q&A
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

Answers

  • land
    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
  • jguer
    jguer New Altair Community Member
    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
  • darshi_plm
    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