Skip to main content

plots training hystory of Keras model

Project description

Set of simple helpers for Keras

Some functions that should be included in Keras for user convenience but are too small and forgotten.

Example:

  • Keras training history visualization
import keras_util as u

history = model.fit(..)
u.plot_history(history)

fig, axs = plt.subplots(4,1)
custom_axs = [axs[1], axs[3]]
u.plot_history(history, custom_axs)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keras-util-0.0.2.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page