🎉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

"How to see the variable importance of a neural net similar to deep learning?"

User: "annata"
Altair Community Member
Updated by Jocelyn

Hi everyone

Pls help me. I am working on rapidminer. I am using Deep learning and neutral net to build regression model. In deep learning operator, the output has weight - this port deliver the weight of the attribute with respect to the label attribute, but in neutral net we dont have it. And i want to know how to show the weight of the attribute in neutral net.

image.png

tks

An

Sort by:
1 - 4 of 41

    Hi @annata,

    Unfortunately this operator doesn't support the generation of weights. I would recommend downloading the Interpretation extension, and use Generate Interpretation to generate these weights.

    Thanks,

    Roland

    User: "annata"
    Altair Community Member
    OP

    Hi @RolandJones

    Thank you for replying me

    I have one more question about neutral net. So , as you know, neutral net use sigmoid for activation function and i wonder that Does rapidminer use this formula for sigmoid: f(A)=1/(1+e^-x)?

    hope you will reply

    Best

    AN

    User: "RolandJones"
    Altair Employee

    Hi AN,

    Yes, I have checked the source code and the function is listed as you describe.

    Best,

    Roland

    User: "annata"
    Altair Community Member
    OP
    Updated by annata

    Hi @RolandJones

    Thank you for replying me

    Can you please check the source code about normalize in neutral net, i want to know how neutral net normalize the input and the way neutral net denormalization in the ouput.

    image.png

    best

    An