Metadata-Version: 2.1
Name: kca
Version: 0.0.2.dev0
Summary: Keras Core Addons.
Home-page: https://github.com/terminalai/kca
License: MIT
Keywords: keras,addons,machine,learning
Author: Prannaya Gupta
Author-email: prannayagupta@programmer.net
Requires-Python: >=3.8
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
Requires-Dist: keras-core (>=0.1.15,<0.2.0)
Requires-Dist: numpy (<=1.24)
Requires-Dist: tensorflow (>=2.12.0,<2.13.0)
Project-URL: Bug Tracker, https://github.com/terminalai/kca/issues
Project-URL: Documentation, https://github.com/terminalai/kca
Project-URL: Repository, https://github.com/terminalai/kca
Description-Content-Type: text/markdown

# Keras Core Addons

Keras Core Addons is a repository of contributions that conform to well-established API patterns, but implement new 
functionality not available in Keras Core. Keras Core natively supports a large number of operators, layers, metrics, 
losses, and optimizers. However, in a fast moving field like ML, there are many interesting new developments that cannot 
be integrated into core Keras Core (because their broad applicability is not yet clear, or it is mostly used by a 
smaller subset of the community).

Unlike the package this is inspired by (Tensorflow Addons), Keras Core Addons maintains a near similar structure to 
Keras Core, with the `activations`, `layers` and `losses` structure being continued. This is for potential adoption into
Keras Core being as seamless as possible.
