Following the post on Understanding of Linear Regression using Spreadsheet, here is a Tensorflow program to implement Automated trainable Linear Regression. Linear regression concept y = a + bx Here y = dependent output (e.g.: Mark Grade) x = independent input (e.g.: Hours spent on Internet) a = y intercept
Continue reading »