keras/keras_core
Aakash Kumar Nain 50e106b56c Add more merging layers (#71)
* add base merge layer

* format docstrings

* add  layer

* add test cases for  layer

* Add import for  layer

* fix build function

* add dynamic and static tests

* fix pytest import

* fix pytest decorator

* remove batch size from dynamic shape test

* fix keras reference

* refactor test class

* fix tf tests, and linting issues

* add subtract layer

* add tests for subtract layer

* fix linting issues

* add average layer

* add maximum layer

* dd minimum layer

* add multiply layer

* add tests for average, minimum, maximum, and multiply layers
2023-05-03 10:57:43 +05:30
..
activations Fix activations clip usage (#63) 2023-04-30 20:31:06 -05:00
backend Add max and average pooling layer (#66) 2023-05-02 15:17:59 -07:00
callbacks re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
datasets Increase saving testing 2023-04-30 19:11:15 -07:00
initializers Add orthogonal initializer 2023-05-02 09:00:30 -07:00
layers Add more merging layers (#71) 2023-05-03 10:57:43 +05:30
losses Add log_cosh and huber loss (#67) 2023-05-02 12:55:04 -04:00
metrics Fix typos 2023-05-02 15:23:08 -07:00
mixed_precision Add centralized global state management and export more Keras utilities. 2023-04-29 19:15:11 -07:00
models Fix bug. 2023-04-28 15:10:53 -07:00
operations Add max and average pooling layer (#66) 2023-05-02 15:17:59 -07:00
optimizers Adds Adagrad and Adadelta optimizers and associated tests. (#72) 2023-05-03 02:12:03 +00:00
regularizers Add normalize() to numerical utils. 2023-04-29 15:08:38 -07:00
saving Increase saving testing 2023-04-30 19:11:15 -07:00
testing Add Embedding layer 2023-04-26 20:22:03 -07:00
trainers Add support for Python generator inputs. 2023-05-02 19:59:08 -07:00
utils Add datasets namespace. Replace boston_housing with california_housing. 2023-04-30 18:50:58 -07:00
__init__.py Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00