Linear Regression with TensorFlow on TimeSeries Data
Published:
In my paper on Linear Regression (see Paper 2 ) we talked about developing a Linear Regression Model for timeseries data. Our group decided to use the Adam Optimizer and Gradient Descent models to compare the results from each. This code will go over the Adam Optimizer model. Lets go over the python! You can see the full python file here: linear_regression.py