Hacker News new | ask | show | jobs
by minimaxir 3356 days ago
Sentence vectors encode the data, but how do you determine if a story is positive or negative?
1 comments

After collection of possible positive/negative features with weights I used logistic regression classifier with some modifications (e.g. position algorithm) to classify the article. It determines the article polarity based on features (words, phrases and etc.)