R/KerasArchitecture.R, R/LearnerKerasCNN.R, R/LearnerKerasFF.R, and 1 more
KerasArchitecture.RdA KerasArchitecture is a parametrized abstraction of a keras model.
It can be used to more easily and flexibly add architectures.
Initialize architecture
Obtain the model. Called by Learner during train().
Setter method for 'x_transform' and 'y_transform'.
Transform the features before passing them on to keras::fit().
Transform the target before passing it on to keras::fit().
This is an architecture used for custom, user-supplied models.
The model, i.e a compiled keras model is supplied to the learner as a hyperparameter.
| y_transform |
|
|---|---|
| param_set |
|
| build_arch_fun |
|
| x_transform |
|
| name |
|
| transform |
|
| features |
|
| target |
|
| pars |
|
| ... |
|