Learn R Programming

keras (version 0.3.9)

keras_model_sequential: Keras Model composed of a linear stack of layers

Description

Keras Model composed of a linear stack of layers

Usage

keras_model_sequential(layers = NULL, name = NULL)

Arguments

layers

List of layers to add to the model

name

Name of model

See Also

Other model functions: compile, evaluate_generator, evaluate, fit_generator, fit, get_config, get_layer, keras_model, pop_layer, predict.keras.engine.training.Model, predict_generator, predict_on_batch, predict_proba, summary.keras.engine.training.Model, train_on_batch