Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/56f5296778331c1ecde50ca3ae382263 to your computer and use it in GitHub Desktop.
Save techwithshadab/56f5296778331c1ecde50ca3ae382263 to your computer and use it in GitHub Desktop.
model = tf.keras.Sequential([
tf.keras.layers.Dense(units=1, input_shape=[1])
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment