Initialize Method
Functions
initialize(self, layers)
Initialize the Sequential model with given layers.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
layers |
list
|
List of Layer instances to add to the model. |
required |
Note
This method is called internally by the Sequential constructor.