keras/keras_core/backend/tensorflow
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
math.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
nn.py First confusion metric (FalsePositives) (#30) 2023-04-22 10:10:44 -06:00
numpy.py Add numpy module in jax/ and tensorflow/ (#13) 2023-04-18 18:45:30 -07:00
random.py Add numpy module in jax/ and tensorflow/ (#13) 2023-04-18 18:45:30 -07:00
trainer.py Adds adam optimizer 2023-04-21 22:11:20 +00:00