VahidooX / DeepLDA

An implementation of Deep Linear Discriminant Analysis (DeepLDA) in Keras
MIT License
41 stars 10 forks source link

calculate the mean LDA loss for many binary classification #3

Open oguriq opened 6 years ago

oguriq commented 6 years ago

hello, when I want to apply the LDA objectives on multi-label classification task, how should I modify this program to calculate the mean of each binary classification like binary cross entropy.