Python Forum
How to predict output in a regression problem? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: How to predict output in a regression problem? (/thread-33142.html)



How to predict output in a regression problem? - Rezaafz - Apr-01-2021

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!


RE: How to predict output in a regression problem? - jefsummers - Apr-03-2021

model.predict(...)