Happy model()
I need help in this
I cant seem to understand how to proceed with it
How to implement the code
Please help
You should add layers to tf.keras.Sequential
using the comments that describe how each layer should be added. Have a look at
if you don’t know how the Sequential API works.