You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model = tf.keras.Sequential([keras.layers.Dense(units=1, input_shape=[1])]) ##Create simple neural network with only one layer, that layer has one neuron, and the input shape to it is only one value