yajiemiao / pdnn

PDNN: A Python Toolkit for Deep Learning. http://www.cs.cmu.edu/~ymiao/pdnntk.html
Apache License 2.0
224 stars 105 forks source link

does pdnn supports soft class association? #18

Open khademian opened 9 years ago

khademian commented 9 years ago

Hello,

I want to know whether pdnn supports soft class labels? For example in the following 4 class classification problem:

Feature Vector              Class Label

[0.2, 0.3, 0.5, 1.4, 1.8, 2.5] [0.1 0.0 0.0 0.9] [1.3, 2.1, 0.3, 0.1, 1.4, 0.9] [0.2 0.2 0.6 0.0] [0.3, 0.5, 0.5, 1.4, 0.8, 1.4] [0.0 0.8 0.1 0.1]

association of feature vectors to each class is introduced by a normalized vector of association labels.

ghost commented 9 years ago

PDNN currently does not support soft labels. Adding this function is one of our to-dos.