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!
Thanks for your answer dear surya ram!I studied the link that you sent to me, but I still don't know how to enter the input numbers and then get the MPG. Could you please show me the code block where I can input a new dataset and then get the output? Thanks a lot for your help.
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