Commit Graph

7 Commits

Author SHA1 Message Date
Francois Chollet
da55728a35 Fix typos 2023-04-28 09:21:17 -07:00
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
Haifeng Jin
ffa1f81b9e re-enable imports checks (#51) 2023-04-27 17:51:32 -07:00
Gabriel Rasskin
d695e974a2 Add cosine similarity loss and update l2_normalize from regularizers (#34)
* Begin cosine loss

* Add testing for cosine similarity

* Fix formatting

* Docstring standardization

* Formatting

* Create numerical_utils
2023-04-27 19:09:42 -04:00
Aritra Roy Gosthipaty
4bd2a67d14 Add binary accuracy (#41)
* chore: adding binary accuracy

* chore: fix docstring
2023-04-27 03:33:07 +05:30
Francois Chollet
879a6c244c Progress on saving/reloading. 2023-04-25 12:59:32 -07:00
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