Feeds
提问
How to compute an ANN ouptut manually knowing the ANN weights and biases?
I got a trained simple neural network named "net" with 12 input values, a single hidden layer with 9 nuerons, and single numeric...
3 years 前 | 0 个回答 | 0
0
个回答提问
How to use Shapley function for an already fitted regression model?
Say, I have a regression model: Y = 1.5 * (V1)^3 * (V2)^-5 * (V2)^10.3 where, V1, V2 and V3 are the model features/predictors ...
3 years 前 | 2 个回答 | 0
