Training a Linear Regression Model using Tensorflow
We have already discussed about how we can build a Linear Regression model using Numpy by calculating the solutions of the Normal Equation in the last post. In this post we will be discussing about how we can train a Linear Regression model by using Tensorflow to calculate the solutions of the Normal Equation. Tensorflow …
Training a Linear Regression Model using Tensorflow Read More »