keras/keras_core/metrics
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
..
__init__.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
confusion_metrics_test.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
confusion_metrics.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
metric_test.py Add summary() functionality 2023-04-13 10:59:51 -07:00
metric.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
metrics_utils.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
reduction_metrics.py Add fully operational JAX trainer. 2023-04-18 14:49:38 -07:00
regression_metrics_test.py Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
regression_metrics.py Adds adam optimizer 2023-04-21 22:11:20 +00:00