What is meant by sequential model in Keras
问题 I have recently started working Tensorflow for deep learning. I found this statement model = tf.keras.models.Sequential() bit different. I couldn't understand what is actually meant and is there any other models as well for deep learning? I worked a lot on MatconvNet (Matlab library for convolutional neural network). never saw any sequential definition in that. 回答1: There are two ways to build Keras models: sequential and functional. The sequential API allows you to create models layer-by