How to predict new data with a trained neural network (Tensorflow 2.0, regression analysis)?
- 阅读更多 关于 How to predict new data with a trained neural network (Tensorflow 2.0, regression analysis)?
问题 I am new to machine learning and using Tensorflow. I have trained a neural network for regression following the tutorial on the Tensorflow website. I have 3 input columns and 2 output columns which I have marked as "labels". The network seemingly predicts data fine when using testing data, but when I try to predict data outside the testing and training set, by importing a file with 3 input columns only, it gives me an error saying "expected dense_input to have shape (5,) but got array with