This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to predict output in a regression problem?

Hi everyone
I 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/regression

Everything 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!

Parents
  • 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.

Reply
  • 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.

Children