yandex / faster-rnnlm

Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Other
561 stars 138 forks source link

Using the library as a binary classification #39

Open claudiocal44 opened 8 years ago

claudiocal44 commented 8 years ago

Hello, you can use the library as a binary classification? For example input I would insert the variable length sequences, each with an associated target (1 or 0):

seq 1: 0 1 0 0 1 0 1 target->1 seq 2: 1 1 0 1 target->0 seq 3: 0 1 0 target->0

Thanks a lot in advance and I hope to get answers from someone of you.