Quick Linear Regression with TensorFlow
A simple linear regression model builds with TensorFlow. We are using fake data and using numpy arrays to supply them to TensorFlow.
Here are the hyperparameters we choose to run initial model:
- learning_rate = 0.01
- training_epochs = 1000
- display_step = 50