Revision history of "TensorFlow: Linear Regression"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 09:09, 30 July 2019Onnowpurbo talk contribs 2,427 bytes +2,427 Created page with " #!/usr/bin/env python2 # -*- coding: utf-8 -*- """ Created on Tue Jul 30 09:00:48 2019 @author: onno """ # Import libraries (Numpy, Tensorflow, matplotlib) import..."