keras/keras_core
Aritra Roy Gosthipaty 3edbba488a Add Categorical Accuracy Metric (#47)
* chore: adding categorical accuracy metric

* chore: reformat docstrings

* chore: reformat

* chore: ndims with len

* refactor the docstring
2023-04-28 21:49:04 +05:30
..
activations Minor refactor 2023-04-23 17:00:19 -07:00
backend re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
callbacks re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
constraints Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
initializers re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
layers Add GaussianNoise layer 2023-04-27 20:52:42 -07:00
losses re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
metrics Add Categorical Accuracy Metric (#47) 2023-04-28 21:49:04 +05:30
mixed_precision Implement mixed precision. 2023-04-27 16:02:31 -07:00
models Fix format line length (#45) 2023-04-26 22:42:23 -05:00
operations Add nn.one_hot (#52) 2023-04-27 17:52:47 -07:00
optimizers Fix format line length (#45) 2023-04-26 22:42:23 -05:00
regularizers Add cosine similarity loss and update l2_normalize from regularizers (#34) 2023-04-27 19:09:42 -04:00
saving Fix format line length (#45) 2023-04-26 22:42:23 -05:00
testing Add Embedding layer 2023-04-26 20:22:03 -07:00
trainers re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
utils re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
__init__.py Add bulk of serialization logic. 2023-04-21 10:00:32 -07:00
api_export.py Added initial Adam tests 2023-04-24 22:07:56 +00:00