IJSRET » May 6, 2026

Daily Archives: May 6, 2026

Uncategorized

Attitude Towards Digital Literacy Among Postgraduate Students In Higher Education

Authors: Sujash Kumar Mandal

Abstract: Our present world is the world of AI, Machine learning, quantum physics where study has been shifted from bookish knowledge to online learning. Every sector has been growing and growing up rapidly; especially in higher education it shifted to online learning or virtual mood. Many courses and exams are conducted through online and also certificate is provided digitally. The present study focuses on about the attitude of digital literacy among post graduate students. Hundred samples has taken for the study; a self-made Likert scale used for the data collection by the researcher and t-test, SD, Mean deviation also used for statistical treatment. The researcher finds that there is no significant difference among post graduate students towards digital literacy according to their race, gender, locality basis.

DOI: https://doi.org/10.5281/zenodo.20056572

Published by:
Uncategorized

Vrikshveda: A Comprehensive Digital Library of Medicinal Plants Using Modern Technologies

Authors: Dr. Harikesh Singh, Sunny Kumar, Suryanshu Singh, Shivam Singh, Smit Verma

Abstract: It is a time marked by increasing environmental degradation and disconnect from traditional knowledge systems, and the preservation and dissemination of information of medicinal plants has become critically important. The Vrikshveda project represents an attempt in creating such a comprehensive digital library documenting India’s rich botanical heritage, emphasising on medicinal plants and their therapeutic applications. This research paper presents the development and implementation of Vrikshveda, a modern web and app platform designed to distill knowledge to society about diverse plant reserves, their medicinal properties, traditional uses, and build a community around it. The system combines botanical information, traditional knowledge, scientific research, 3D AI detection and social features to create an accessible repository that serves researchers, healthcare practitioners, students, and the general public. We use web and app technologies including React, Node.js, Kotlin and MongoDB, to make Vrikshveda provide an interactive platform where users can explore detailed information about medicinal plants, including their taxonomic classification, morphological characteristics, therapeutic applications, and other content around it. The project is an attempt to answer the urgent need for documentation of indigenous botanical knowledge before we may lose it to modernization, and simultaneously promoting awareness about using them for medical benefits. Through comprehensive data collection from genuine sources, field research, and collaboration with traditional healers and botanists, Vrikshveda aims to fill the gap between centuries of wisdom and contemporary scientific understanding.

Published by:
Uncategorized

A Systematic Review Of Explainable Artificial Intelligence Techniques For Trustworthy Machine Learning Systems

Authors: Dr. Jonathan Reed, Dr. Emily Carter, Michael Thompson, Dr. Sophia Reynolds, Andrew Richard

Abstract: The increasing deployment of machine learning (ML) systems in high-stakes domains such as healthcare, finance, criminal justice, and autonomous systems has significantly intensified concerns about transparency, accountability, reliability, and societal trust. While modern ML models particularly deep neural networks have demonstrated superior predictive performance, their complex, non-linear architectures often render them opaque, leading to criticism that they function as “black boxes” whose internal reasoning is difficult for humans to interpret, audit, or validate. This lack of interpretability poses risks in safety-critical and regulated environments, where stakeholders require clear, understandable justifications for automated decisions. In response to these challenges, Explainable Artificial Intelligence (XAI) has emerged as a crucial and rapidly evolving research area aimed at designing methods that make AI systems more interpretable, transparent, and aligned with human values, ethical principles, and legal requirements. This article presents a systematic review of Explainable AI techniques developed between 2000 and 2021, focusing on their role in enabling trustworthy machine learning systems by structuring the landscape of XAI into intrinsic (interpretable-by-design) and post-hoc (after-the-fact explanation) approaches, examining representative and widely adopted techniques such as LIME, SHAP, and Integrated Gradients, and critically discussing the methodological and practical challenges in evaluating explanation quality. Furthermore, the review analyzes how XAI intersects with broader principles of trustworthy AI including fairness, accountability, transparency, robustness, and human oversight while identifying key research gaps and outlining future directions for developing more reliable, human-centered, and socially responsible AI systems.

DOI: https://doi.org/10.5281/zenodo.20065857

Published by:
Uncategorized

Model Compression And Knowledge Distillation For Resource-Constrained AI Systems

Authors: Dr. Daniel Foster, Dr. Olivia Bennett, Ethan Clarke, Dr. Hannah Mitchell, Andrew Richard

Abstract: The rapid growth of deep learning has enabled state-of-the-art performance across vision, speech, and natural language processing tasks, driving widespread adoption in both academic research and industrial applications. However, this progress has been accompanied by a steady increase in model depth, parameter count, and computational complexity, which poses significant challenges for deployment in resource-constrained environments such as mobile devices, embedded systems, and edge computing platforms with limited memory, power, and latency budgets. To address these constraints, this article presents a comprehensive review of model compression and knowledge distillation techniques developed between 2000 and 2021, synthesizing foundational methods including network pruning, low-precision quantization, and entropy-based coding, as well as teacher–student learning paradigms that transfer representational and decision-level knowledge from large, overparameterized models to compact alternatives. Using representative architectural and training diagrams, we illustrate how these approaches systematically reduce memory footprint and computational cost while preserving, and in some cases improving, predictive accuracy. Finally, we examine key empirical findings across vision, speech, and language domains, identify persistent limitations related to generalization, hardware efficiency, and evaluation methodology, and outline future research directions toward scalable, energy-efficient, and deployable AI systems.

DOI: https://doi.org/10.5281/zenodo.20052481

Published by:
Uncategorized

Optimization Techniques For Large-Scale Deep Neural Networks: A Performance And Efficiency Analysis

Authors: Dr. Alexander Hayes, Dr. Natalie Brooks, Ryan Cooper, Dr. Victoria Simmons, Andrew Richard

Abstract: The rapid growth of deep neural networks (DNNs) in both model size and deployment scale has placed renewed emphasis on optimization techniques that balance convergence speed, numerical stability, computational efficiency, and resource utilization, particularly as training workloads increasingly span heterogeneous hardware platforms and distributed computing environments. This article presents a systematic analysis of optimization methods for large-scale deep learning, encompassing stochastic first-order approaches such as momentum-based gradient descent, adaptive optimizers that adjust learning rates based on gradient statistics, normalization strategies that stabilize internal representations and smooth optimization landscapes, curvature-aware methods that incorporate second-order information, and system-level techniques including large-batch, mixed-precision, and distributed training. Drawing on publicly available empirical evidence and widely cited foundational studies, we examine how optimization choices shape training dynamics, scalability characteristics, convergence behavior, and final model performance across diverse deep learning workloads. Using representative figures from prior work—including Batch Normalization training dynamics and adaptive optimization formulations—we synthesize practical guidance for selecting and tuning optimization strategies at scale while identifying persistent challenges related to generalization, communication efficiency, and the alignment of optimization algorithms with modern hardware and system architectures.

DOI: https://doi.org/10.5281/zenodo.20052352

Published by:
Uncategorized

AI-Driven Autonomic Control With Machine Learning For Self-Healing Distributed Systems

Authors: Dr. Daniel Thompson, Dr. Olivia Bennett, James Walker, Dr. Hannah Collins, Andrew Richard

Abstract: Modern distributed systems operate at a scale and complexity that far exceed the limits of manual management and static fault-handling mechanisms, as they span geographically dispersed resources, heterogeneous hardware and software stacks, and dynamically changing workloads. In such environments, failures are not exceptional events but an inherent characteristic of normal operation, arising from partial outages, transient faults, software defects, and unpredictable interactions among system components. Autonomic computing emerged in the early 2000s as a response to these challenges, proposing self-managing systems capable of self-configuration, self-optimization, self-protection, and self-healing through continuous feedback and adaptation. Over the past two decades, advances in artificial intelligence and machine learning have substantially strengthened autonomic control loops, transforming them from rule-driven mechanisms into adaptive, data-driven decision systems that can learn from experience, generalize across failure scenarios, and operate effectively under uncertainty. This article presents a comprehensive overview of AI-driven autonomic control for self-healing distributed systems by synthesizing foundational autonomic computing architectures, closed-loop control models, and learning-based decision mechanisms. Leveraging established architectural diagrams from pre-2021 literature, we analyze how reinforcement learning, probabilistic reasoning, and hybrid AI techniques enhance fault detection, root-cause analysis, and recovery planning, and we conclude by highlighting key empirical studies and open research challenges that continue to motivate advances in intelligent, self-healing distributed systems.

DOI: https://doi.org/10.5281/zenodo.20064010

Published by:
Uncategorized

Reinforcement Learning-Based Control Mechanisms For Autonomous And Intelligent Systems

Authors: Dr. Jonathan Miller, Dr. Emily Carter, Michael Anderson, Dr. Sophia Reynolds, Andrew Richard

Abstract: Autonomous and intelligent systems are increasingly deployed in complex, real-world environments characterized by stochastic dynamics, partial observability, delayed feedback, and continual change, where classical model-based control strategies often struggle due to their reliance on accurate system identification, fixed assumptions, and limited scalability. In response to these challenges, Reinforcement Learning (RL) has emerged as a compelling control paradigm that enables agents to autonomously learn optimal or near-optimal control policies directly through interaction with their environment, leveraging reward-driven feedback rather than explicit system models. This article surveys and synthesizes reinforcement learning-based control mechanisms with a particular emphasis on actor-critic architectures and deep reinforcement learning approaches for continuous control, which have proven especially effective in high-dimensional and nonlinear domains. Drawing on foundational and influential studies published between 2000 and 2021, the discussion examines how RL frameworks facilitate adaptive decision-making, online policy improvement, and robust control under uncertainty, while also addressing critical issues related to convergence, stability, safety, and sample efficiency. Representative applications in robotics, autonomous navigation, and intelligent cyber-physical systems are highlighted to demonstrate practical impact, and publicly available architectural diagrams are integrated to clearly illustrate core learning loops, policy-value interactions, and control workflows, providing a cohesive and accessible reference for researchers and practitioners designing next-generation intelligent autonomous controllers.

DOI: https://doi.org/10.5281/zenodo.20052068

Published by:
Uncategorized

Cognitive Dependency On Generative Ai Tools And Its Impact On Student Learning Behaviour

Authors: Varun Garg, Shruti Rajak, Arpita Maravi, Anupama Awadhiya, Sarah Khan

Abstract: The increasing presence of generative artificial intelligence (AI) in educational settings is transforming the way students engage with learning. Tools powered by AI are making information more accessible, enabling quicker completion of academic tasks, and offering personalized support tailored to individual needs. While these benefits are undeniable, there is a growing concern that continuous dependence on such technologies may gradually reduce students’ active cognitive involvement in the learning process. This study explores how the use of generative AI tools influences student learning behaviour, particularly focusing on critical thinking and problem-solving skills. To gain a comprehensive understanding, a mixed-method approach was adopted, combining survey responses with a comparative evaluation of tasks completed with and without AI assistance. The results suggest that although AI enhances efficiency and convenience, overreliance on these tools can limit deeper cognitive engagement and independent reasoning. The findings emphasize the importance of mindful and balanced use of generative AI in education, ensuring that technological support complements rather than replaces essential learning processes.

DOI: https://doi.org/10.5281/zenodo.20050504

Published by:
Uncategorized

Women Mathematicians In History: Contributions, Recognition, And Historical Context

Authors: Dr. Prahlad Singh

Abstract: Mathematics was often portrayed as the story of great men, but history proves otherwise. In ancient times, the Early Modern Era, during the development of the research university in the nineteenth century, and through the modern scientific state, women played roles in the development of mathematical thought and practice. They commented on mathematics, taught mathematics, produced textbooks, and made groundbreaking contributions to number theory, algebra, logic, geometry, elasticity theory, and computing. However, their success did not always translate into recognition. Women lacked access to education, entry into academies and universities, resorted to anonymous publications, received precarious or unwaged appointments, and were known for their relationships with eminent men. In this essay, it will be argued that the major historical trend lies in women's active involvement in mathematics coupled with their systematic exclusion from the processes of certifying achievements, awarding rewards, archiving accomplishments, and recalling mathematicians in institutional memory. Among the most notable women who worked in the field of mathematics will be mentioned Hypatia, Maria Gaetana Agnesi, Sophie Germain, Sofia Kovalevskaya, Emmy Noether, Grace Hopper, Julia Robinson, Euphemia Lofiton Haynes, Maryam Mirzakhani, Karen Uhlenbeck, and Maryna Viazovska.

DOI: https://doi.org/10.5281/zenodo.20049877

Published by:
Uncategorized

Mathematics And Astronomy In Ancient India: Contributions Of Aryabhata And Successors

Authors: Dr. Prahlad Singh

Abstract: Ancient Indian mathematics and astronomy evolved as part of a tightly linked scholarly tradition wherein numbers, geometry, trigonometry, calendars, and planetary astronomy were practiced and theorized simultaneously rather than as distinct and separate activities. In such an intellectual environment, Aryabhata, whose Aryabhatiya was written around 499 CE, emerged as the pivotal classical scholar. He provided not only mathematical formulas but also geometrical facts, sine values, solutions to indeterminate equations, models for planetary motion, theories of eclipses, and the remarkable proposition that the observed daily rotation of the stars is due to the rotation of the Earth. But what made Aryabhata influential was more than just his own contributions, since other Indian mathematicians and astronomers such as Bhaskara I, Brahmagupta, Lalla, and Bhaskara II preserved, disputed, modified, and elaborated on his teachings, resulting in one of the most impressive pre-modern mathematical astronomical traditions found anywhere in the world. This paper contends that the accomplishments of Aryabhata and the Indian tradition based on his work can be considered an important scholarly tradition in which mathematics worked for astronomy, astronomy inspired mathematics, and the practice of commentary was a powerful force of innovation.

DOI: https://doi.org/10.5281/zenodo.20049527

Published by:
× How can I help you?