Commit Graph

6 Commits

Author SHA1 Message Date
Francois Chollet
489c599d6f Add test for bug in BinaryAccuracy 2023-05-30 16:32:04 -07:00
Aritra Roy Gosthipaty
4ba06d7653 Add: (Sparse)Top K Categorical Accuracy Metric (#61)
* chore: addingop k categorical accuraracy

* chore: adding top k and in top k

* chore: fixing tests

* chore: y true argmax

* chore: adding sparse top k cat metric

* review coomments
2023-05-01 23:47:26 +05:30
Aritra Roy Gosthipaty
9749652100 Add: Sparse Categorical Accuracy (#54)
* chore: adding sparse categorical accuracy

* chore: removing numpy from docstring
2023-04-29 21:34:33 +05:30
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
Aritra Roy Gosthipaty
4bd2a67d14 Add binary accuracy (#41)
* chore: adding binary accuracy

* chore: fix docstring
2023-04-27 03:33:07 +05:30
Aritra Roy Gosthipaty
f802cc8f34 Add: Accuracy metric (#22)
* chore: adding Accuracy metric

* chore: refactor code

removing tf specific code from docstring
using 4 space indent
using floatx instead of hardcoding float32

* chore: adding shape validation in accuracy

* chore: removing shape check

* chore: reformat

* add: reduction metric test, format: accuracy metrics
2023-04-25 22:38:36 +05:30