Created
August 2, 2019 18:31
-
-
Save techwithshadab/56f5296778331c1ecde50ca3ae382263 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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