coral-ordinal
coral-ordinal copied to clipboard
Tensorflow Keras implementation of ordinal regression using consistent rank logits (CORAL) by Cao et al. (2019)
Hello. I found out that the ordinal softmax function yields an output of list which contains NUM_CLASSES - 1. In other words, it's a list. I have been wondering how...
Hi there, for a pet project of nn-based classifier of an ordinal variable, I tried to use coral-ordinal, and it kept predicted only 0 instead of other values in the...
Is it possible to use the `class_weight` parameter of the `fit()` function while using `coral.OrdinalCrossEntropy()`?
Hi @ck37 , Thanks for sharing this repo with Corn loss implementation. I see here that you have implemented both the corn layer as well as the CORN loss. In...