kishdubey / sanay

web-based chat application that provides social cues for those that find it difficult through sentiment analysis.
MIT License
3 stars 0 forks source link

LSTM model #1

Open kishdubey opened 3 years ago

kishdubey commented 3 years ago

The model is too slow for real time chat. Perhaps using something faster like Naive Bayes would help.

kishdubey commented 3 years ago

resolved, added bernoulliNB. Faster, but still not as fast as wanted. Look into API for fast prediction