Skip to content

Instantly share code, notes, and snippets.

@krunal3kapadiya
Created December 19, 2017 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krunal3kapadiya/f620e98c7bb90a414b537d3c1b02bd9a to your computer and use it in GitHub Desktop.
Save krunal3kapadiya/f620e98c7bb90a414b537d3c1b02bd9a to your computer and use it in GitHub Desktop.
# Construct a linear model
pred = tf.add(tf.multiply(X, W), b)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment