SenticNet/personality-detection
Implementation of a hierarchical CNN based model to detect Big Five personality traits
The hierarchical architecture combines document-level Mairesse linguistic features with word2vec embeddings processed through convolutional layers, enabling both static and trainable embedding modes. It operates as a binary classifier for each of the five traits independently, with preprocessing that filters emotionally neutral sentences and generates feature vectors from essay text. The implementation uses Theano for computation and supports GoogleNews pre-trained word2vec or randomized embeddings, requiring annotated essay datasets paired with extracted Mairesse linguistic feature sets.
509 stars. No commits in the last 6 months.
Stars
509
Forks
168
Language
Python
License
MIT
Category
Last pushed
Jan 26, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SenticNet/personality-detection"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
liaorongfan/DeepPersonality
Banchmark for personality traits prediction with neural networks
deeptangshu29/Personality-Prediction-System
Discover your true self with our advanced Personality Prediction System. Leveraging AI...
projjal1/TV-Character-Prediction
Website to predict which matches your personality based on Machine Learning data from...
Anjali2001saxena/Personality_Prediction_Project
This is a Personality Prediction Project with a web UI.
Vedant-02/MBTI-Personality-Prediction-using-Machine-Learning
In this project, I have implemented a NLP based ML model to classify the given input as 1 out of...