What is it and Why Use it
Layers and Models, Layers and Models
The core data structs of Keras are layers and models.
A model is thus a "special" series of input-output transformations i.e. a "series" of layers.
Sidebar: what are hyperparameters
Hyperparameters are parameters you set before training a model. They can be set by a user or by a tuning algorithm. Example parameters could include learning rate (how fast the model learns), or number of layers in the neural network (more layers the more complex patterns the neural net can learn).
No comments:
Post a Comment