I need to train a neural network to classify some text documents into a boolean class (NN has one output with "Yes" or "No" values).
Is there any algorithm to find best input parameters (for example presence of words, term, sentence and/or frequency/repetition of a word & ...) ?
If not can you give me a starting point to find these parameters(How should I select them)?
Thanks