Basic TensorFlow linear regression model that was trained in the browser.
In this demo, we train a linear regression model using Stocastic Gradient Decent (SGD) of the mean squared error as cost function. We train our model with Angular and TensorflowJS javascript library and visualize our data with ChartJS.