We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!