Python Forum

Full Version: How to predict output in a regression problem?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
model.predict(...)