Commit Graph

6 Commits

Author SHA1 Message Date
Francois Chollet
83a2e853da Fix tests. 2023-04-22 09:25:19 -07:00
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
Gabriel Rasskin
d3b96fdebb Added MeanSquaredLogarithmicError and MeanAbsolutePercentageError (#15)
* Added MeanAbsoluteError and started testing for losses.

Added testing for MeanSquaredError and MeanAbsoluteError as well as testing utils.

* Formatting fix for docstrings

* Switch docstrings to keras_core

* Add MeanAbsolutePercentageError and MeanSquaredLogarithmicError

Add regression errors and testing. Cleaned up formatting for other files.

* More merge conflicts

* Backend import merge conflict

* Minor docstring touchup
2023-04-19 21:38:56 -04:00
Gabriel Rasskin
f48c448b72 Added MeanAbsoluteError and started testing for losses. (#11)
* Added MeanAbsoluteError and started testing for losses.

Added testing for MeanSquaredError and MeanAbsoluteError as well as testing utils.

* Formatting fix for docstrings

* Switch docstrings to keras_core
2023-04-19 00:18:20 -04:00
Chen Qian
eabdb87f9f Add some numpy ops (#1)
* Add numpy ops (initial batch) and some config

* Add unit test

* fix call

* Revert "fix call"

This reverts commit 6748ad183029ff4b97317b77ceed8661916bb9a0.

* full unit test coverage

* fix setup.py
2023-04-12 11:31:58 -07:00
Francois Chollet
160473c474 Initial draft of the codebase. 2023-04-09 12:21:45 -07:00