Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.
/ ml-notes Public archive

Personal tools and notebooks for machine learning

License

Notifications You must be signed in to change notification settings

danielfrg/ml-notes

Repository files navigation

Personal tools and notebooks for machine learning.

Tensorflow

Configuration for tensorflow / keras

# ~/.keras/keras.json
{
    "backend": "tensorflow",
    "image_dim_ordering": "th"
    "floatx": "float32",
    "epsilon": 1e-07,
}

About

Personal tools and notebooks for machine learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages