Commit Graph

23 Commits

Author SHA1 Message Date
Francois Chollet
66e586ec70 Add GaussianDropout layer. 2023-04-27 20:27:23 -07:00
Chen Qian
e1aa2c513a Add nn.one_hot (#52) 2023-04-27 17:52:47 -07:00
Francois Chollet
6822d5f398 Shorten lines 2023-04-26 20:54:38 -07:00
Francois Chollet
c05b21cc21 Add Embedding layer 2023-04-26 20:22:03 -07:00
Francois Chollet
1181f444f2 Finalize Dense layer. 2023-04-22 19:26:17 -07:00
Francois Chollet
c690e1b5a6 Move activation layer to layers/activations/ 2023-04-22 19:03:24 -07:00
Francois Chollet
183f360112 Add Activation layer. 2023-04-22 19:00:56 -07:00
Francois Chollet
b88084efdb Improve dropout test. 2023-04-22 18:46:19 -07:00
Francois Chollet
28a076a763 Add Dense correctness test. 2023-04-22 18:44:00 -07:00
Francois Chollet
1d265f4b67 Skip unnecessary args. 2023-04-22 18:04:43 -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
e82672951a Merge branch 'main' of github.com:keras-team/keras-core 2023-04-21 23:16:51 -07:00
Francois Chollet
a8c426fc59 Serialization fixes 2023-04-21 23:16:39 -07:00
Haifeng Jin
304f6fbb82 reduce line length limit from 200 to 80 (#29) 2023-04-21 17:59:35 -07:00
Francois Chollet
14a10bcd1f Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
Francois Chollet
2fa38c1071 Fix JAX trainer correctness issue and add test 2023-04-19 13:50:22 -07:00
Francois Chollet
4d04065907 Add Sequential model. 2023-04-12 17:12:57 -07:00
Francois Chollet
b49553435e Add Functional model draft. 2023-04-12 14:27:30 -07:00