Commit Graph

14 Commits

Author SHA1 Message Date
Francois Chollet
96fe6e4b2c Minor refactor 2023-04-23 17:00:19 -07:00
Francois Chollet
bb1d4eeb18 Add layer testing infra. 2023-04-22 18:03:15 -07:00
Francois Chollet
3f7fdc2310 Add activations module. 2023-04-22 14:46:39 -07:00
Francois Chollet
f4fc1451a3 Merge branch 'main' of github.com:keras-team/keras-core 2023-04-22 09:11:52 -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
Francois Chollet
53a858cb7f Merge branch 'main' of github.com:keras-team/keras-core 2023-04-22 09:08:31 -07:00
Aakash Kumar Nain
54ff92a5d7 fix keyword arguments for tf.cond (#21)
* fix keyword arguments for tf.cond

* rename arguments for cond function. Fix keyword argument for tf.cond
2023-04-22 11:48:00 +05:30
Francois Chollet
a8c426fc59 Serialization fixes 2023-04-21 23:16:39 -07:00
Neel Kovelamudi
f06a9ce037 Adds adam optimizer 2023-04-21 22:01:17 +00:00
Neel Kovelamudi
ce72fe1f42 Adds adam optimizer 2023-04-21 22:11:20 +00:00
Francois Chollet
c6fa099ac0 Quick fix 2023-04-21 14:16:39 -07:00
Francois Chollet
2c910dbb71 Update demos 2023-04-21 13:58:43 -07:00
Francois Chollet
b49553435e Add Functional model draft. 2023-04-12 14:27:30 -07:00
Francois Chollet
160473c474 Initial draft of the codebase. 2023-04-09 12:21:45 -07:00