personality-detection icon indicating copy to clipboard operation
personality-detection copied to clipboard

Implementation of a hierarchical CNN based model to detect Big Five personality traits

Results 25 personality-detection issues
Sort by recently updated
recently updated
newest added

The preprocessing file when run on the examples given, appears to just be stuck never terminating, and whenever terminated it is stuck on ch = f.read(1)

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...

File "C:/Users/Anam/Videos/personality-detection-master/personality-detection-master/process_data.py", line 162, in w2v_file = sys.argv[1] IndexError: list index out of range this is the eroor i amgetting when i try to execute this file

I am trying to run the code on Amazons AWS (p2.xlarge). I've adjusted the code to theano 1.0 and run it with: [global] device = cpu floatX = float32 Sadly,...