multiml.agent.keras.keras_connection_random_search module
- class multiml.agent.keras.keras_connection_random_search.KerasConnectionRandomSearchAgent(freeze_model_weights=False, do_pretraining=True, connectiontask_name=None, connectiontask_args={}, **kwargs)
Bases:
ConnectionRandomSearchAgent
Keras implementation for ConnectionRandomSearchAgent.
- class ModelConnectionTask(subtasks, loss_weights=None, variable_mapping=None, **kwargs)
Bases:
ModelConnectionTask
,KerasBaseTask
Keras implementation of ModelConnectionTask.
- build_model()
Build model.