Functions#

Summary#

function

class parent

truncated documentation

_setup_hook

If this function is added to the module, the help automation and unit tests call it first before anything goes on …

check

Checks the library is working. It raises an exception. If you want to disable the logs:

keras_build_mnist_model

Builds a :epkg:`CNN` for MNIST with keras.

keras_fit

Fits a keras model.

keras_mnist_data

Retrieves the MNIST database for keras.

keras_predict

Computes the predictions with a keras model.

pyopencl_status

Looks into GPU and CPU to see which card is available. Returns a string.