We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
How about creating a recurrent neural network that uses LSTM sentiment analysis? The NN would generate the comments from previous comments.
Sorry, something went wrong.
@the-ethan-hunt That's a good idea. But I'm not sure whether it will improve the accuracy. We'll have to try it out anyway.
Right now, we are multiple features to classify, not just sentiment. If you could try a simple RNN, we can see if it will work or not.
@mubaris I guess we should try to tune the parameters and apply some boosting algorithms to improve the accuracy !!
Which ensemble algorithms should we use for improving the accuracy? AdaBoost and Gradient Boosting are good starting points IMO.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: