Revision history of "TensorFlow: Linear Regression generate data"

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 06:14, 30 July 2019Onnowpurbo talk contribs 853 bytes +853 Created page with " # Import libraries (Numpy, matplotlib) import numpy as np import matplotlib.pyplot as plt # Create 1000 points following a function y=0.1 * x + 0.4 (i.e. y \= W * x + b) w..."