A curated summary of the computational toolkit behind this research.
Languages & Core Tools
Python and R across the full research pipeline.
PythonRspaCyNLTKScikit-learnTensorFlowPyTorch
Statistical Computing
From t-tests to structural equation modeling.
ANOVA / MANOVALinear mixed-effects modelsSEM & path analysisFactor analysis (CFA, EFA)Rasch model, DFA/MDA
Natural Language Processing
Feature engineering from raw text: contextual embeddings to classic corpus statistics.
BERTN-gram & TF-IDF vectorizationPOS tagging & dependency parsingPsycholinguistic feature engineeringSentiment analysis (VADER, EmoLex)
Machine Learning & Deep Learning
Classical models through deep sequence architectures, plus ensembling.
SVM, Logistic Regression, Elastic NetRandom Forest, XGBoost, CatBoostCNNs, RNNs, GRUs, LSTMs, TCNsTopic modeling (LDA, BERTopic)Ensembles (stacking, blending, voting)
Interpretable ML & Explainable AI
Opening black-box models from linguistic perspectives.
SHAPLIMEPermutation importanceFeature ablationCoefficient-based analysis
Performance & Optimization
GPU-accelerated workflows and principled tuning.
NVIDIA CUDARAPIDS (cuDF, cuML, cuPy)OptunaNSGA-II multi-objective optimizationImbalanced-data methods (SMOTE, NearMiss, ENN, NCR)