ICCK Transactions on Advanced Computing and Systems

Publishing Model:
ISSN:
ISSN: 3068-7969
ICCK Transactions on Advanced Computing and Systems is a peer-reviewed journal dedicated to publishing innovative research in the field of advanced computing and systems.
DOI Prefix: 10.62762/TACS

Journal Metrics

-
Impact Factor
-
CiteScore

Recent Articles

Open Access | Review Article | 08 July 2025 | Cited: Crossref logo  17 , Scopus 20
A Comprehensive Survey of Deep Learning-Based Traffic Flow Prediction Models for Intelligent Transportation Systems
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 3: 117-137, 2025 | DOI: 10.62762/TACS.2025.795448
Abstract
Traffic flow prediction is a critical component of Intelligent Transportation Systems (ITS) and smart city infrastructures. This survey paper provides a comprehensive analysis of recent advancements in deep learning-based approaches for traffic flow prediction, focusing on spatiotemporal correlations and attention mechanisms. We systematically review key representative works that propose innovative neural network architectures including DHSTNet, Att-DHSTNet, and ASTMGCNet for citywide traffic prediction. Our survey examines their methodologies, key contributions, experimental results, and comparative performance. We organize the discussion around three main themes: (1) modeling dynamic spati... More >

Graphical Abstract
A Comprehensive Survey of Deep Learning-Based Traffic Flow Prediction Models for Intelligent Transportation Systems
Open Access | Research Article | 30 June 2025 | Cited: Scopus 1
Comparison of Machine Learning and Deep Learning Models for Part-of-Speech Tagging
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 2: 106-116, 2025 | DOI: 10.62762/TACS.2025.493945
Abstract
Part-of-speech (POS) tagging—the automatic assignment of grammatical categories to every token in a text corpus—is a foundational preprocessing step for AI-driven language applications such as machine translation, sentiment analysis, and information retrieval. For morphologically complex, low-resource languages such as Pashto, the scarcity of annotated data and standardised tools makes this task particularly challenging. This paper presents a systematic comparative evaluation of six machine learning (ML) and deep learning (DL) algorithms—Support Vector Machine (SVM), Decision Tree (DT), Random Forest (RF), K-Nearest Neighbor (KNN), Multi-Layer Perceptron (MLP), and Naïve Bayes (NB)—... More >

Graphical Abstract
Comparison of Machine Learning and Deep Learning Models for Part-of-Speech Tagging
Open Access | Review Article | 27 May 2025 | Cited: Crossref logo  1
Metaverse Journey Exploring Requirements, Architectural Frameworks, Standards, Challenges and Vision
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 2: 97-105, 2025 | DOI: 10.62762/TACS.2024.309607
Abstract
The Metaverse is an emerging paradigm that integrates immersive digital technologies to create a unified, persistent, and interconnected 3D virtual space with transformative potential across work, education, healthcare, and daily life. This paper presents a comprehensive review of the Metaverse, covering its historical evolution, core characteristics, architectural frameworks, key enabling technologies, standardization efforts, and open challenges. We propose a tripartite architecture comprising infrastructure, interactivity, and ecosystem layers, and provide a structured overview of relevant standards including IEEE 2888, IEEE P2048, IEEE P7016, and ISO/IEC 23005. Seven essential technologi... More >

Graphical Abstract
Metaverse Journey Exploring Requirements, Architectural Frameworks, Standards, Challenges and Vision
Open Access | Research Article | 25 May 2025 | Cited: Crossref logo  1 , Scopus 1
Comparing Fine-Tuned RoBERTa with Traditional Machine Learning Models for Stance Detection in Political Tweets
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 2: 78-96, 2025 | DOI: 10.62762/TACS.2025.928069
Abstract
Stance detection identifies a text’s position or attitude toward a given subject. A major challenge in Roman Urdu is the lack of a publicly available dataset for political stance detection. To address this gap, we constructed a high-quality dataset of 8,374 political tweets and comments using the Twitter API, annotated with stance labels: agree, disagree, and unrelated. The dataset captures diverse political viewpoints and user interactions. For feature representation, we employed TF-IDF due to its effectiveness in handling high-dimensional, context-sensitive Roman Urdu text. Several machine learning classifiers were evaluated, with Random Forest achieving the highest accuracy of 95%. Addi... More >

Graphical Abstract
Comparing Fine-Tuned RoBERTa with Traditional Machine Learning Models for Stance Detection in Political Tweets
Open Access | Research Article | 15 May 2025 | Cited: Crossref logo  1 , Scopus 2
FuzzDL-HeartPredict: Heart Attack Risk Prediction Using Fuzzy Logic and Deep Learning
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 2: 63-77, 2025 | DOI: 10.62762/TACS.2025.794425
Abstract
Across the globe, heart diseases rank as the top cause of death, with their incidence steadily rising. However, early detection before a cardiac event (e.g., cardiac arrest) remains a significant challenge. Although the healthcare sector possesses extensive data on heart disease, the effective use of this data for timely detection is essential to protect from such events. This paper proposes an innovative approach using fuzzy logic (FL), convolutional neural network (CNN) models, and feature selection to more accurately assess the risk of heart attacks. Our study also emphasizes the importance of data preprocessing, including data transformation, cleaning, and normalization, to facilitate th... More >

Graphical Abstract
FuzzDL-HeartPredict: Heart Attack Risk Prediction Using Fuzzy Logic and Deep Learning
Open Access | Research Article | 31 March 2025 | Cited: Crossref logo  6 , Scopus 11
Enhancing Authentication Security in Internet of Vehicles: A Blockchain-Driven Approach for Trustworthy Communication
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 1: 48-62, 2025 | DOI: 10.62762/TACS.2025.835144
Abstract
The Internet of Vehicles (IoVs) is an emerging technology that enhances transportation systems by enabling interactions between vehicles, infrastructure, and other entities. Securing IoV networks from cyber threats like eavesdropping, data tampering, and intrusions is a major challenge. This research presents a Blockchain-Enabled Secure Authentication Protocol for IoVs (BESA-IOV), which leverages blockchain’s decentralized and tamper-resistant nature for secure communication in vehicular networks. By utilizing ECC-based lightweight cryptography and blockchain-based public key management, it ensures strong authentication, confidentiality, and integrity. The results show that BESA-IOV signif... More >

Graphical Abstract
Enhancing Authentication Security in Internet of Vehicles: A Blockchain-Driven Approach for Trustworthy Communication
Open Access | Research Article | 31 March 2025 | Cited: Crossref logo  9 , Scopus 10
ViTDroid and Hybrid Models for Effective Android and IoT Malware Detection
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 1: 32-47, 2025 | DOI: 10.62762/TACS.2024.521915
Abstract
This paper introduces ViTDroid, a novel hybrid model that combines Vision Transformers (ViTs) and recurrent neural networks (RNNs) to enhance Android and IoT malware detection. ViTDroid addresses critical challenges by leveraging ViTs to capture global spatial dependencies and RNNs (LSTM and GRU) to model temporal patterns, enabling comprehensive analysis of complex malware behaviors. Additionally, the model integrates explainability tools, such as LIME and SHAP, to enhance transparency and trustworthiness, essential for real-world cybersecurity applications. The study evaluates ViTDroid's performance against conventional models, including RNN, LSTM, and GRU, using accuracy, precision, recal... More >

Graphical Abstract
ViTDroid and Hybrid Models for Effective Android and IoT Malware Detection
Open Access | Research Article | 19 February 2025
Prediction of Coronavirus Inhibitors in Drug Discovery through Deep Learning
ICCK Transactions on Advanced Computing and Systems | Volume 1, Issue 1: 19-31, 2025 | DOI: 10.62762/TACS.2024.974479
Abstract
In the therapy of Coronavirus, the drug target is a demanding task to find novel medicine. A bunch of pharmaceutics procedures are employed to recognize these mutual actions. But they are exhausting and high-priced. Keeping this in view, computational procedures are widely approached to determine the mutual action of the medicine and their respective proteins. Many scientists have applied ML approaches to deduce attributes from simplified molecular-input line systems (for medicine) and protein sequences. Such approaches dropped the proteins' chemical, physical, and structural characteristics and the respective medicine. Our job is to undertake deep learning approaches to detect coronavirus e... More >

Graphical Abstract
Prediction of Coronavirus Inhibitors in Drug Discovery through Deep Learning

Journal Statistics

119
Authors
15
Countries / Regions
34
Articles
Scopus: 95
Citations
2024
Published Since
91,479
Article Views
19,508
Article Downloads
ICCK Transactions on Advanced Computing and Systems
ICCK Transactions on Advanced Computing and Systems
eISSN: 3068-7969
Crossref
Crossref
Member of Crossref
Visit Crossref →