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

I am running this code in python 3.7.3 getting the following error:- TypeError: Cannot convert Type TensorType(float64, matrix) (of Variable Subtensor{int64:int64:}.0) into Type TensorType(float32, matrix). You can try to manually...

I'm sorry to bring this up, but it's very important for me to solve this problem. I run the conv_net_train.py and the following error occurs: MemoryError: Apply node that caused...

Thank you for your interesting project, I'm wondering how can I get personality scores of plain text with the trained model?

When I run the conv_net_train.py, the process is holding and the Terminal output is as follows. ('loading data...',) data loaded! model architecture: CNN-static using: word2vec vectors [('image shape', 153, 300),...

I found it unable to pass argument with bin.gz file in window os! If I tried to unzip it with tar command, the all the unzipped files become 0 byte....

So sorry to ask, but is there any chance this will be ported to Python 3? I would like to incorporate this into the Social Media Macroscope (www.socialmediamacroscope.org), and open-source...

Hello, I am trying to run your repository. I tried with 16 GB, 32 GB, 40 GB, 120 GB RAM systems. I do not understand, the pre-process is taken a...

when i run `python conv_net_train.py -static -word2vec 2` this happens `traceback (most recent call last): File "conv_net_train.py", line 479, in activations=[Sigmoid]) File "conv_net_train.py", line 130, in train_conv_net classifier = MLPDropout(rng,...

![Screenshot from 2020-02-13 20-21-15](https://user-images.githubusercontent.com/56676314/74448273-ac429500-4ea0-11ea-87a5-09fdb7d353e7.png)

python process_data.py ./GoogleNews-vectors-negative300.bin ./essays.csv ./mairesse.csv loading data... data loaded! number of status: 2467 vocab size: 30391 max sentence length: 149 loading word2vec vectors... Traceback (most recent call last): File "process_data.py",...