Neural-Network Interface

NNInterface(optimizer, loss_function, metrics)

General interface for neural network architectures in the ketos.neural_networks module.

RecipeCompat(recipe_name, template, **kwargs)

Makes a loss function, metric or optimizer compatible with the Ketos recipe format.