'Factor sensitivity analysis of neural network
I have a matrix that has five columns (four input variables and one target value). The main task is to build an ANN that predicts the output value based on the input (regression problem). The neural network was created and trained using the Keras library on Python. The next task is sensitivity analysis, that is, assessing the impact of each of the variables on the target value. There was a problem with the solution of this problem, namely, I cannot find a Python library that analyzes the sensitivity of a nonlinear function.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
