As the name of the class, Sequential suggests, we can add the layers to the model in a sequential manner by calling the add method (model.add).
確定! 回上一頁