How to predict when we don't know the outcome? #115
ashikshafi08
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the Neural Network with Regression lectures, we were building a model to fit an equation so we can predict what's going to be the outcome. But we should know the fact we were using toy data to learn the basics of TensorFlow.
In real-world data, things are a bit different. You can find the desired outcome (assumption) only by knowing the data well. Another thing would be is through experimentation. Experiment with different models on your data.
Beta Was this translation helpful? Give feedback.
All reactions