Hi everyoneI want to use a regression model of TensorFlow for machine learning some data in my project. I studied the TensorFlow tutorial in this link:https://www.tensorflow.org/tutorials/keras/regressionEverything looks clear except that I Don’t know how to predict numbers with that! I mean I want to give it some numbers as input and get a number (output) as expected value based on trained model.Could you please help me with that? Thank you!
Typically models predict the average given the inputs. Do you mean that there is no change in the output for different inputs? If so it could be anything
A bug in your code, Irrelevant inputs etc
Just start with the simplest model you can and work up