คอลเล็กชัน (Collections)
พบ 3 รายการ
(ค้นหา: "deep Learning")
บทความประชุมวิชาการ
ระดับนานาชาติ
CGRN4FakeNews: Convolutional Gated Recurrent Network for Fake News Detection
This study aims to (1) examine the effectiveness of the Convolutional Gated Recurrent Network for
Fake News Detection (CGRN4FakeNews) model in fake news classification and (2) compare its performance
with baseline methods across different datasets. The model was evaluated using the PolitiFact and
GossipCop subsets of the FakeNewsNet dataset. The research process involved text preprocessing and data
cleaning, including word tokenization, lowercasing, the removal of URLs, HTML tags, numerical values,
punctuation marks, and redundant whitespace, as well as stopword handling. The processed text data were
then transformed into vector representations using a word embedding technique for model training and
evaluation. The model performance was assessed based on Accuracy, Precision, Recall, F1-score, and
Confusion Matrix metrics. The experimental results indicate that the proposed CGRN4FakeNews model
effectively distinguishes between real and fake news articles, achieving classification accuracies of 95.75%
on the PolitiFact dataset and 91.12% on the GossipCop dataset. These findings demonstrate the
effectiveness and suitability of the CGRN4FakeNews model for fake news detection tasks.
บทความประชุมวิชาการ
ระดับนานาชาติ
BERTGRU4Sentiment: Bidirectional Encoder Representations from Transformers with Gated Recurrent Unit
This study proposes BERTGRU4Sentiment, a deep learning model that combines fine-tuned Bidirectional Encoder Representations from Transformers (BERT) with a Gated Recurrent Unit (GRU) for multilingual sentiment analysis. The proposed model is evaluated on four benchmark datasets: Wongnai (Thai), Amazon Reviews (English), Twitter/X (English), and IMDB (English), covering both three-class (negative, neutral, positive) and two-class (negative, positive) classification tasks. To address class imbalance, a mixed over- and under-sampling strategy is applied to all datasets. Results demonstrate that BERTGRU4Sentiment consistently outperforms traditional baseline models including Decision Tree, Random Forest, XGBoost, and LSTM across all datasets, achieving accuracy of 69.49% on Wongnai, 93.67% on Amazon Reviews, 71.73% on Twitter, and 83.97% on IMDB. The findings confirm that BERTGRU4Sentiment enables richer contextual feature extraction, and the proposed architecture is effective for multilingual sentiment classification tasks.
วารสารวิชาการ
ระดับนานาชาติ (SCOPUS) Q1
GCA4Rec: Graph-Based Co-Attention Networks for Sequential and Social Recommendation
The integration of sequential and social recommendations using a graph-based co-attention architecture marks a significant advancement in deep learning, substantially improving recommender system performance. This innovation enables effective representation learning of user interactions by capturing dynamic preferences influenced by both sequential and social contexts. While prior research has attempted to model evolving user preferences, existing approaches suffer from two key limitations: 1) ineffective modeling of complex sequential dependencies and 2) overlooking the hierarchical nature of social influence, resulting in suboptimal performance. To address these challenges, we propose GCA4Rec (Graph-Based Co-Attention Networks for Sequential and Social Recommendation), a novel framework designed to handle the complexities of user preference dynamics across sequential and social domains. Our model combines a graph attention contrastive learning module to track sequential preference shifts, while a hyperbolic graph attention isomorphism network models social-level preference dynamics. Additionally, we introduce fusionGated, a novel gating mechanism that effectively integrates co-attention signals from both levels. Extensive experiments on real-world benchmark datasets demonstrate that GCA4Rec outperforms state-of-the-art methods in Top-k recommendation tasks and exhibits robustness under varying degrees of data sparsity.