BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
pvareschi
Quartz | Level 8

Re: Neural Network Modelling

Would it be possible to expand on the last paragraph at the bottom of page 4-26 of the course text: "Input redundancy can cause this sensitivity measure to overvalue certain inputs. Conversely,
interactions can cause it to undervalue inputs"

1 ACCEPTED SOLUTION

Accepted Solutions
zhongxiuliu
SAS Employee

sensitivity based pruning is another way to 'interpret' the model, similar to the concept of 'partial dependence plot'. By replacing all data's variable Xi's value to be a (or several) selected value(s), and applying score code to the new data, we see whether variable Xi is important enough for the target value prediction 

If there's redundant input, Xii, the score code would use Xii and make Xi looks important (overvalue). even though its a duplicated variable and should be filtered out in variable selection procedure.

If there's interaction between Xi and Xii, Xi change Xii doesn't change kind of distort the original data's relationship, which would make Xi looks not that important (undervalue).

 

I personally prefer use this method in the partial dependence plot department, for interpreting models instead of selecting inputs. Nowadays the data is often too complicated, having too much variables and not following specific distribution, to know interaction or redundant input ahead,  

 

Aurora Peddycord-Liu

View solution in original post

1 REPLY 1
zhongxiuliu
SAS Employee

sensitivity based pruning is another way to 'interpret' the model, similar to the concept of 'partial dependence plot'. By replacing all data's variable Xi's value to be a (or several) selected value(s), and applying score code to the new data, we see whether variable Xi is important enough for the target value prediction 

If there's redundant input, Xii, the score code would use Xii and make Xi looks important (overvalue). even though its a duplicated variable and should be filtered out in variable selection procedure.

If there's interaction between Xi and Xii, Xi change Xii doesn't change kind of distort the original data's relationship, which would make Xi looks not that important (undervalue).

 

I personally prefer use this method in the partial dependence plot department, for interpreting models instead of selecting inputs. Nowadays the data is often too complicated, having too much variables and not following specific distribution, to know interaction or redundant input ahead,  

 

Aurora Peddycord-Liu

 

This is a knowledge-sharing community for learners in the Academy. Find answers to your questions or post here for a reply.
To ensure your success, use these getting-started resources:

Estimating Your Study Time
Reserving Software Lab Time
Most Commonly Asked Questions
Troubleshooting Your SAS-Hadoop Training Environment

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 1087 views
  • 0 likes
  • 2 in conversation