smadha / MlTrio

CSCI-567 course project
Apache License 2.0
0 stars 0 forks source link

Doubts #9

Open kushaank opened 7 years ago

kushaank commented 7 years ago

1 - If we have repeated User, Question pair with diff labels: does that mean that the user doesn't want to answer the question again and/or is it just noise ? 2 - 2 neural networks vs 1: if we have 2, we'll create a list of users first then screen that list to get the highest probabilities (is there enough data for that)

kushaank commented 7 years ago

3 - Binary classification vs multi-class classification ?

smadha commented 7 years ago

4 - In some research paper people use same feature multiple times like sqrt(value), value, value^2. Does it help?