Python Forum
How to predict output in a regression problem?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to predict output in a regression problem?
#1
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!
Reply
#2
model.predict(...)
Rezaafz likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to use .predict() method Jack90_ 4 698 Nov-03-2023, 08:21 PM
Last Post: Larz60+
  How to predict Total Hours needed with List as Input? caninan 0 761 Jan-27-2023, 04:20 PM
Last Post: caninan
  Which network architecture should be chosen to predict disease severity? AlekseyPython 2 1,956 Aug-21-2021, 07:12 PM
Last Post: jefsummers
  Keras.Predict into Dataframe Finpyth 13 9,563 Aug-31-2020, 07:22 AM
Last Post: hussainmujtaba
  Analyze, predict the next step in a sequence. Antonio0608 0 1,971 Jul-23-2020, 05:53 PM
Last Post: Antonio0608
  Multilayer Perceptron Help (Regression Problem) mberge 0 1,545 May-04-2020, 12:52 AM
Last Post: mberge
  Error When Using sklearn Predict Function firebird 0 2,022 Mar-21-2020, 04:34 PM
Last Post: firebird
  Predict Longitude and Latitude Using Python vibeandvisualize 1 2,247 Dec-27-2019, 12:10 PM
Last Post: Larz60+
  How to predict with date as input for DecisionTreeRegressor sandeep_ganga 0 1,784 Dec-12-2019, 03:29 AM
Last Post: sandeep_ganga
  Can someone explain how does svr_rbf.predict(dates) work? j2ee 0 3,497 Feb-22-2018, 06:50 PM
Last Post: j2ee

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020