Get hidden layer's output

EdwardA1
EdwardA1 New Altair Community Member
edited November 5 in Community Q&A
Hello, everyone.
How can I get the output of the hidden layer of deep learning model?
thanks a lot

Answers

  • ruhaila
    ruhaila New Altair Community Member
    Hi.

    Have a look at the results returned when you connect the WEI port of the DEEP LEARNING operator to the RES port. Perhaps that is what you are looking for? hth
  • EdwardA1
    EdwardA1 New Altair Community Member
    Thanks for the answer.
    I don't want weights, I want the output of the middle layer when I put input data into the trained model.
    Can I calculate it using the input data and weights?
  • ruhaila
    ruhaila New Altair Community Member
    Try connecting the HIS port to RES and see if that's what you expect. hth
  • EdwardA1
    EdwardA1 New Altair Community Member
    Thank you.
    But I’m sorry, that’s not what I expected…
    I want to apply data to the part of trained model.
    It’s maybe difficult for RapidMiner.