Search
647 articles for “data” (ranking capped at the first 2,000 matches — narrow the search to see the rest)
-
Data Representation and Abstraction in Computer Systems: An Interactive Study
Abstract: Data abstraction simplifies data, while data representation stores or encodes it. Data abstraction in programming involves constructing a data type that hides data representation. This lets consumers concentrate on the data’s primary features rather than its implementation. Data abstraction is common in object-oriented programming and database administration. Computers store data in binary format. The smallest binary unit is a bit, or “binary digit”. Bytes typically have eight bits. Data abstraction …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 22–31 Read article
-
Data-Driven Predictive Analytics and Decision- Making in FinTech Using MongoDB and High-Throughput Data Pipelines
Abstract: This paper examines the implementation of MongoDB and high-throughput data pipelines within the financial technology (FinTech) sector to drive data-informed predictive analytics and decision-making. The study focuses on the architectural components, scalability, and challenges of integrating NoSQL databases into real-time data ingestion and analytics pipelines. The transformative potential of these technologies in modern financial systems is highlighted through practical use cases such as fraud detection, credit scoring, and personalized financial …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 3, Issue 1, 2025 · pp. 1–15 Read article
-
Improving Dataset Integrity Through Automated Data Cleaning Techniques
Abstract: High-quality data is a fundamental requirement in data science for producing trustworthy analytical insights and effective machine learning models. Problems, including incomplete records, inconsistent entries, duplicate observations, and anomalous values, can severely reduce the accuracy and robustness of predictive systems. As modern datasets continue to expand in both volume and structural complexity, relying on manual data cleaning methods become time-consuming and error-prone, highlighting the growing importance of automated data preprocessing …
Published in International Journal of Data Structure Studies · Vol. 4, Issue 1, 2026 · pp. 40–45 Read article
-
Optimizing Data Processing Efficiency in Big Data: Advanced MapReduce Algorithm Innovations
Abstract: The exponential growth of big data in recent years has created an urgent need for innovative and efficient processing frameworks capable of managing and analyzing massive and complex datasets. Among these, MapReduce has gained prominence as a powerful tool for distributed data processing due to its simplicity and scalability. However, traditional MapReduce frameworks often encounter significant limitations in terms of efficiency, scalability, and resource optimization, particularly when handling large-scale and …
Published in International Journal of Data Structure Studies · Vol. 3, Issue 1, 2025 · pp. 1–7 Read article
-
Python's Applications in the Profession of Data Science
Abstract: Because of its ease of use, adaptability, and huge ecosystem of libraries, Python has become one of the most influential programming languages in the field of data science. Python is highly valued for its straightforward and versatile nature. This study delves into its various uses in data science, including tasks like data preprocessing, exploratory data analysis (EDA), statistical modeling, machine learning, and creating visualizations. Libraries like Pandas and NumPy make …
Published in International Journal of Data Structure Studies · Vol. 3, Issue 1, 2025 · pp. 23–30 Read article
-
Algorithmic Strategies for Complex Data Handling: Optimizing Data Structures for Enhanced Computational Performance
Abstract: We live in an age of big data and processing very large often complicated datasets can be crucial to efficient algorithmic performance. This paper discusses different algorithmic techniques when working with difficult data and how to arrange your information structures correctly for better functionality in large-scale methods. It checks the impact of different algorithms like sorting, searching, and hashing in boosting its processing speed as well as memory use. This …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 1–10 Read article
-
Dynamic Skip-Layer Trees: A Novel Data Structure for Efficient Multi-level IoT Data Processing in Smart Cities
Abstract: This paper introduces dynamic skip-layer trees (DSLTs), a novel hierarchical data structure specifically designed for processing and managing multi-layered Internet of Things (IoT) sensor data in smart city environments. DSLTs extend the traditional skip list concept by incorporating dynamic layer adjustment and spatial awareness, enabling efficient querying and updates across various geographical and temporal dimensions. Our experimental results demonstrate that DSLTs achieve up to 40% faster query processing and a …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 2, 2024 · pp. 11–21 Read article
-
Big Data in Chemistry: Problems and Answers
Abstract: The rapid growth of experimental and computational chemistry data, researchers now have access to vast datasets, presenting both significant opportunities and challenges. This paper explores the primary challenges associated with managing, processing, and utilizing big data in chemistry, including data heterogeneity, integration across various scales and systems, lack of standardized formats, and the need for advanced tools for data analysis. Additionally, the paper discusses the ethical concerns of data ownership, …
Published in International Journal of Cheminformatics · Vol. 2, Issue 1, 2024 · pp. 9–14 Read article
-
Topology and Geometry in Data Science: Persistent Homology and Beyond
Abstract: In recent years, the interplay between topology, geometry, and data science has gained substantial momentum, offering powerful frameworks to analyze and interpret complex datasets. Traditional statistical and machine learning methods often rely on linear or metric- based assumptions, which may fail to capture the intrinsic structure of high-dimensional or nonlinear data. In contrast, topological and geometric methods provide shape-oriented, scale- invariant tools that focus on the continuity, connectivity, and global …
Published in Recent Trends in Mathematics · Vol. 1, Issue 2, 2024 · pp. 21–27 Read article
-
From Differential Equations to Data Science: A Survey on Analytical Methods in Contemporary Problems
Abstract: The integration of differential equations and data science methods represents a dynamic and evolving approach to solving contemporary challenges across a wide range of disciplines, including engineering, physics, biology, economics, and finance. Differential equations have long served as fundamental tools for modeling continuous systems and processes, offering powerful insights into the behavior of natural and man-made phenomena. For example, they describe how heat diffuses through materials, how populations grow in …
Published in Recent Trends in Mathematics · Vol. 2, Issue 2, 2025 · pp. 1–6 Read article
-
Ensuring Data Traceability Across Multiple Cloud Environments
Abstract: This study investigates the challenges and solutions for ensuring data traceability across multiple cloud environments. With organizations' increasing reliance on cloud infrastructure, maintaining data traceability is crucial for compliance, data integrity, and secure data management. The diversity of cloud systems, spanning public, private, and hybrid models, introduces complexities in tracking data lineage, access, and movement. This study delves into multi-cloud strategies' technical and operational hurdles, such as varying data formats, …
Published in International Journal of Data Structure Studies · Vol. 3, Issue 1, 2025 · pp. 08–22 Read article
-
ECO Report Analys Achieving SDG 15
Abstract: This project creates automated data processing tool Eco Data Analyser for ecological data analysis for SDG 15: Life on Land conservation and biodiversity. File_picker, Excel, and CSV are used in the Flutter and Dart based cross-platform solution to assist environmental organizations in handling ecological data. Uploading ecological datasets, verifying data, classifying biodiversity indicators, and producing summary reports helps Eco Data Analyser to make conservation data accessible and valuable. User-defined parameters …
Published in International Journal of Land · Vol. 2, Issue 2, 2025 · pp. 1–10 Read article
-
Role of Generative AI in Redefining Data Analytics
Abstract: The rapid evolution of data-driven technologies has introduced both significant challenges and promising opportunities within the field of data analytics. Among the most impactful advancements is Generative Artificial Intelligence (Generative AI), a groundbreaking subset of AI that is reshaping how data is interpreted, generated, and utilized. Unlike traditional analytical tools that rely solely on existing data patterns, generative AI possesses the capability to create synthetic data, simulate complex scenarios, and …
Published in International Journal of Algorithms Design and Analysis Review · Vol. 3, Issue 2, 2025 · pp. 01–07 Read article
-
Emerging Trends in Data Structures for Modern Machine Learning Applications
Abstract: In the realm of machine learning, data structures play a pivotal role in facilitating efficient data manipulation, storage, and retrieval, thereby significantly impacting the performance and scalability of machine learning algorithms. In recent years, the field of machine learning has witnessed the emergence of novel data structures tailored to address scalability and efficiency challenges inherent in handling large-scale and high-dimensional data. This study provides a look at the data preprocessing, …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 1, 2024 · pp. 1–7 Read article
-
Innovative Approaches to Reducing Data Traffic in IoT Networks Using Deep Learning and Compressive Sensing
Abstract: The exponential growth of internet of things (IoT) devices has posed unprecedented challenges in managing the massive data generated by real-time monitoring, automation, and analytics. Existing network infrastructures lack scalability, bandwidth, and suffer from latency problems, further making data transmission less efficient. This study surveys innovative approaches using deep learning and compressive sensing to reduce IoT data traffic. Deep learning is able to upgrade data processing by means of very …
Published in International Journal of Satellite Remote Sensing · Vol. 2, Issue 2, 2024 · pp. 46–62 Read article
-
Healthcare IT Innovations: Blockchain Technology for Healthcare Data Security and Privacy
Abstract: The healthcare sector has undergone a significant digital transformation, leading to the generation and sharing of vast quantities of sensitive medical data. While this digitization has improved patient care and outcomes, it has also introduced critical challenges related to data security and privacy. The increasing rate of data breaches in healthcare puts patient confidentiality at risk, mainly leading to identity theft, financial fraud, and loss of public trust in healthcare …
Published in International Journal of Information Security Engineering · Vol. 3, Issue 2, 2025 · pp. 01–12 Read article
-
A Comparison of NoSQL and Relational Database Management Systems (RDBMS)
Abstract: The new aspirant is a non-relational abstracts abundance which is widely deployed in large website environments where there is less reliance on relational databases, leading to enhanced performance in the field of data retrieval. NoSQL are additionally accepted as non-relational databases adulation relational databases and are now acclimated by the world's bigger organizations such as Facebook, Amazon, and Google. Both models are acceptable in specific areas and for specific applications. …
Published in International Journal of Data Structure Studies · Vol. 1, Issue 1, 2023 · pp. 33–37 Read article
-
Advancements in Data Structures: Bridging the Gap Between Theory and Real-world Applications
Abstract: In the rapidly advancing landscape of computer science, this study unfolds a comprehensive exploration of Data Structures, spanning from foundational principles to cutting-edge innovations. Data structures form the backbone of computational processes, and this study aims to dissect and illuminate their pivotal role. Beginning with fundamental concepts such as Arrays, Linked Lists, Stacks, and Queues, the narrative progresses to intricate structures like Trees, Graphs, and Hash Tables. Practical applications in …
Published in International Journal of Data Structure Studies · Vol. 2, Issue 1, 2024 · pp. 14–20 Read article
-
TensorFlow-Based Big Data Analytics for IoT Networks: A Study
Abstract: Internet of Things (IoT) has exploded in recent years, connecting billions of devices generating massive amounts of data. This deluge presents both a significant opportunity and a considerable challenge. While the potential insights hidden within this data are transformative, customary data processing techniques frequently fall short when handled with the velocity, volume, and variety of IoT-generated data. This is where Big Data technologies step in, offering the tools and infrastructure …
Published in International Journal of Data Structure Studies · Vol. 3, Issue 1, 2025 · pp. 31–38 Read article
-
Data Privacy in AI: Securing the Sensitive Information Through Homomorphic Encryption
Abstract: Artificial intelligence (AI) technology increasingly relies on sensitive user data, particularly finance and healthcare. While legacy encryption technologies safeguard data in transit and at rest, they are of no use when data must be decrypted to be processed. This is a bleak privacy threat, particularly in AI applications that call for constant processing of data. The objective of this study is to apply homomorphic encryption, a feature in which operations …
Published in International Journal of Information Security Engineering · Vol. 3, Issue 2, 2025 · pp. 25–30 Read article