keras/keras_core/layers
Ian Stenbit d6bcc56001 First confusion metric (FalsePositives) (#30)
* Added confusion metrics -- still using TF ops

* Fixed structure + tests pass for TF (still need to port to multi-backend)

* Got rid of most tf deps, still a few more to go

* Full removal of TF. Tests pass for both Jax and TF

* Full removal of TF. Tests pass for both Jax and TF

* Formatting

* Formatting

* Review comments

* More review comments + formatting
2023-04-22 10:10:44 -06:00
..
core First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
regularization Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
__init__.py Add Dropout layer. 2023-04-18 19:22:13 -07:00
input_spec.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
layer_test.py Switch TF trainer to a setup that enables future step fusing 2023-04-19 11:09:43 -07:00
layer.py Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
layers_utils.py Initial draft of the codebase. 2023-04-09 12:21:45 -07:00