Go to file
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
.vscode Add more numpy ops (#3) 2023-04-12 20:27:25 -07:00
keras_core Added MeanSquaredLogarithmicError and MeanAbsolutePercentageError (#15) 2023-04-19 21:38:56 -04:00
shell Add more numpy ops (#5) 2023-04-14 02:49:10 -07:00
.gitignore Add .gitignore 2023-04-09 12:24:26 -07:00
demo_custom_jax_workflow.py Fix jax jit_compile setting 2023-04-19 14:35:28 -07:00
demo_custom_layer_backend_agnostic.py Fix jax jit_compile setting 2023-04-19 14:35:28 -07:00
demo_custom_tf_workflow.py Fix jax jit_compile setting 2023-04-19 14:35:28 -07:00
demo_functional.py Add demos 2023-04-18 15:46:57 -07:00
demo_subclass.py Add demos 2023-04-18 15:46:57 -07:00
jax_integration_test.py Minor refactor of backend.random 2023-04-12 21:07:17 -07:00
jax_training_scratchpad.py Fix jax dropout and start tracking all state in layer.variables. 2023-04-18 16:21:27 -07:00
LICENSE Add license. 2023-04-09 13:00:24 -07:00
requirements.txt Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
setup.cfg Add numpy module in jax/ and tensorflow/ (#13) 2023-04-18 18:45:30 -07:00
setup.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
tf_integration_test.py Minor refactor of backend.random 2023-04-12 21:07:17 -07:00