why DNN nonlinear regression model underestimate the actual target?
why DNN nonlinear regression model underestimate the actual target? I recently used tensorflow to create a DNN nonlinear regression model. The training dataset size is only 569 examples, the predicted dataset size is 101. The input features are 209 dimensions. The DNN model has three hidden layer with hidden_units=[250, 200, 100, 50]. But the result shows that most of the predicted targets are smaller than the actual targets, which means the model underestimates the actual target. I don't understand what does this mean. Does anyone know how to explain this? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.