nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
893 stars 438 forks source link

For Multi-label Classification #94

Open AriesF opened 8 years ago

AriesF commented 8 years ago

Are Deepnet provide a model for multi-label classification?

e.g I have 10 feature for visible layer, then I want my output layer consist of 4 binary node.

Thank you for :)