Keras. Deep learning toolkit that works with TensorFlow, JAX, or PyTorch.

keras.io

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

December 2023
  • CTC API for JAX (#18952)
  • Increase generality of reloading logic
  • Fix code style.
  • standard input_shape if include_top is false (#18954)
  • Update version number.
  • Add `ops.random.alpha_dropout` and `layers.AlphaDropout` (#18940)
  • CTC loss for TF and torch (#18929)
  • Update multiprocessing import in py_dataset_adapter.py (#18938)
  • Tweaks to TensofFlow support for SparseTensor/IndexedSlices. (#18937)
  • Fix Adafactor when variables have 2 dimensions or more. (#18936)
  • add get_config() to SeedGenerator (#18933)
  • Update deserialization mechanics
  • Update `alpha` broadcasting and put `beta` on device (#18927)
  • Fix descrepancies in Conv Module docstrings regarding data_format (#1…
  • Fixes Torch GPU Test for Binomial and Beta Distribution (#18926)
  • Nit
  • Add masking to BatchNormalization (#18921)
  • Docstring fixes.
  • Improve one_hot/multi_hot
  • Implement `binomial` and `beta` distribution functions in `keras.rand…