SenticNet / personality-detection

Implementation of a hierarchical CNN based model to detect Big Five personality traits
http://sentic.net/deep-learning-based-personality-detection.pdf
MIT License
475 stars 167 forks source link

could not decrease loss function #12

Open Abhinav-97 opened 6 years ago

Abhinav-97 commented 6 years ago

I tried all the models ranging from CNN(what you have described) to using LSTM's to using Naive Bayes and SVM's but could not decrease the loss function. The loss function is not going below 0.66 and validation accuracy i not improving either.Is there something wrong with my approach?