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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file keras-util-0.0.2.tar.gz
.
File metadata
- Download URL: keras-util-0.0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5581b1357048519b22d5b6f10302afab1c7d8174ce6c9bc7b3ec2adf87883bc7
|
|
MD5 |
00d23299966e28654da2a717d5335468
|
|
BLAKE2b-256 |
9f8daafdf6eb26f4688dcf08caa2bfed947d7f9bed3f231c588fcf25b2751079
|