Neuralnet node output

jguerjguer Member Posts: 2 Contributor I
edited November 2018 in Help
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
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    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
  • jguerjguer Member Posts: 2 Contributor I
    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_plmdarshi_plm Member Posts: 3 Contributor I

    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

Sign In or Register to comment.