ResearchPDF Available

Exploring the Evolution of AutoML: A Thorough Examination of Automated Machine Learning Advancements and Applications

Authors:

Abstract

Automated Machine Learning (AutoML) has emerged as a transformative force in the field of machine learning, streamlining the complex process of model development and deployment. This comprehensive survey delves into the evolutionary trajectory of AutoML, dissecting its advancements and exploring diverse applications across various domains. The study analyzes key methodologies, tools, and challenges, offering valuable insights for both researchers and practitioners navigating the dynamic landscape of AutoML.
Exploring the Evolution of AutoML: A Thorough Examination of Automated
Machine Learning Advancements and Applications
Asad Abbas
Abstract:
Automated Machine Learning (AutoML) has emerged as a transformative force in the field of
machine learning, streamlining the complex process of model development and deployment. This
comprehensive survey delves into the evolutionary trajectory of AutoML, dissecting its
advancements and exploring diverse applications across various domains. The study analyzes key
methodologies, tools, and challenges, offering valuable insights for both researchers and
practitioners navigating the dynamic landscape of AutoML.
Keywords: AutoML, Machine Learning, Evolution, Automated Model Development,
Hyperparameter Optimization, Model Selection, Transfer Learning, Neural Architecture Search,
AutoML Applications.
1: Introduction
1.1 Background
In recent years, the explosive growth of data-driven applications has heightened the demand for
efficient and effective machine learning models. However, developing high-performing models
requires a deep understanding of algorithms, feature engineering, and hyperparameter tuning,
posing a significant barrier for individuals without extensive expertise in the field. AutoML
addresses this challenge by automating the end-to-end process of model development, from data
preprocessing to model selection and optimization. The journey of AutoML begins with an
exploration of automated feature engineering, where algorithms intelligently extract relevant
features from raw data, reducing the manual effort involved in this crucial step. Hyperparameter
optimization, a key component of model tuning, is another area where AutoML excels. By
employing optimization algorithms, AutoML frameworks efficiently search through the
hyperparameter space to identify configurations that maximize model performance [1], [2].
This survey investigates the evolution of AutoML methodologies, focusing on advancements such
as transfer learning and neural architecture search. Transfer learning leverages knowledge gained
from one task to enhance performance on another, allowing models to generalize better across
diverse datasets. Neural architecture search, on the other hand, automates the design of neural
network architectures, significantly accelerating the process of developing sophisticated models.
The applications of AutoML span various domains, including finance, healthcare, and image
recognition. In finance, AutoML aids in predicting market trends and optimizing trading strategies,
while in healthcare, it contributes to the development of accurate diagnostic models and
personalized treatment plans. Image recognition applications benefit from AutoML's ability to
automatically design neural network architectures tailored to specific visual recognition tasks.
Despite its numerous advantages, AutoML is not without challenges. The survey explores the
limitations and bottlenecks associated with AutoML, including computational costs,
interpretability issues, and the need for domain-specific expertise. By addressing these challenges,
researchers and practitioners can enhance the reliability and accessibility of AutoML solutions,
making them more widely applicable in real-world scenarios. In conclusion, this comprehensive
survey provides a detailed examination of the evolution of AutoML, shedding light on its
methodologies, applications, and challenges. As AutoML continues to shape the landscape of
machine learning, this survey serves as a roadmap for navigating the complexities and harnessing
the potential of automated model development [3].
1.2 Motivation
The motivation behind this extensive survey paper on AutoML stems from the remarkable growth
of AutoML as a pivotal technology within the broader machine learning landscape. AutoML has
the potential to bring about a profound transformation in the way machine learning is adopted and
utilized across various sectors. The motivation is threefold:
1.2.1 Bridging the Skill Gap
Traditional machine learning workflows often necessitate a deep understanding of complex
mathematical concepts and programming skills. Many organizations face a shortage of data
scientists and machine learning experts, hindering their ability to leverage machine learning
effectively. AutoML offers a solution by automating the technical aspects, allowing domain
experts to focus on problem-solving rather than the nitty-gritty of machine learning
implementation [4], [5].
1.2.2 Accelerating Model Development
The process of developing machine learning models is iterative and time-consuming. AutoML
tools can significantly reduce the time and effort required to develop high-performing models,
making it feasible to experiment with various machine learning approaches rapidly. This
acceleration of model development can lead to faster innovation and more efficient decision-
making across industries.
1.2.3 Promoting Responsible AI
As machine learning applications become more prevalent, concerns about ethical issues such as
bias, fairness, transparency, and privacy have gained prominence. AutoML has a role to play in
promoting responsible AI by incorporating fairness checks, explainability, and ethical
considerations into the automated pipeline. Understanding how AutoML can address these ethical
concerns is a key motivation for this survey [6].
1.3 Objectives
The primary objectives of this survey paper on AutoML are as follows:
1. To provide a comprehensive overview of AutoML, including its historical development,
foundational concepts, and key techniques.
2. To explore the wide range of AutoML algorithms and tools available, both in the commercial
and open-source domains, and evaluate their strengths and limitations.
3. To identify and discuss the challenges and limitations associated with AutoML, ranging from
data quality issues to ethical considerations.
4. To showcase real-world applications of AutoML across various domains, highlighting its
impact on industries and organizations.
5. To address the ethical considerations and societal implications of AutoML adoption,
emphasizing the importance of responsible AI.
6. To provide insights into the future prospects of AutoML, including emerging trends and
potential areas of growth.
1.4 Paper Organization
This survey paper is organized into twelve sections, each of which contributes to a holistic
understanding of AutoML:
Delves into the foundational concepts of machine learning and the automation of its various
components, leading up to the emergence of AutoML. Explores key concepts in AutoML,
including problem formulation, model selection, hyperparameter optimization, feature
engineering, and evaluation techniques. Provides an in-depth examination of the algorithms and
techniques that underpin AutoML, ranging from supervised learning to neural architecture search.
Presents an overview of popular AutoML tools and frameworks, both commercial and open-
source, and assesses their capabilities [7]. Discusses the challenges and limitations inherent to
AutoML, from data quality issues to ethical and regulatory considerations. Showcases real-world
applications of AutoML across diverse domains, highlighting its versatility and impact. Addresses
the ethical considerations surrounding AutoML, emphasizing the need for responsible AI
development. looks towards the future of AutoML, exploring emerging trends and potential areas
of growth. Provides case studies and practical examples of AutoML implementations, offering
insights into real-world use cases. Draws conclusions from the survey findings, emphasizing the
significance of AutoML in the machine learning ecosystem.
2: Foundations of Automated Machine Learning
2.1 Machine Learning Basics
Before delving deeper into the realm of AutoML, it is essential to establish a foundational
understanding of machine learning. Machine learning is a subfield of artificial intelligence that
focuses on the development of algorithms and models capable of learning patterns and making
predictions or decisions based on data. Key concepts in machine learning include supervised
learning, unsupervised learning, and reinforcement learning.
Supervised Learning: In supervised learning, algorithms are trained on a labeled dataset,
where each data point is associated with a target or label. The algorithm learns to map input
data to the correct output by minimizing a loss function.
Unsupervised Learning: Unsupervised learning deals with unlabeled data. Algorithms aim to
discover patterns or structure within the data, often through techniques such as clustering and
dimensionality reduction.
Reinforcement Learning: Reinforcement learning is concerned with agents that interact with
an environment to maximize a cumulative reward. This paradigm is widely used in applications
like robotics and game-playing [8].
2.2 Automation in Machine Learning
Automation in machine learning is a response to the complexity and resource-intensive nature of
building and deploying machine learning models. The traditional machine learning workflow
involves several steps, including data preprocessing, feature selection or engineering, model
selection, hyperparameter tuning, and evaluation. Automation seeks to streamline these steps,
making machine learning accessible to a broader audience.
Data Preprocessing: Cleaning and preparing data for analysis is a critical step in machine
learning. Automation tools can handle missing data, encoding categorical variables, and
scaling features, among other tasks.
Feature Engineering: Feature engineering involves creating new features or transforming
existing ones to improve model performance. Automation can suggest relevant features or
transformations based on the data.
Model Selection: Choosing the right machine learning algorithm and model architecture is
crucial. Automation tools can explore a range of algorithms and model configurations to
identify the best-performing one [9].
Hyperparameter Optimization: Models often have hyperparameters that need to be tuned
for optimal performance. Automation techniques like grid search and Bayesian optimization
can find the best hyperparameters automatically.
2.3 Evolution of AutoML
2.3.1 Early Approaches
The concept of automating machine learning processes dates back several decades. Early
approaches, such as rule-based systems and expert systems, aimed to automate parts of the model-
building process. However, these approaches were often limited in scope and lacked the
adaptability seen in modern AutoML.
2.3.2 Recent Developments
In recent years, AutoML has witnessed significant advancements due to the convergence of several
factors:
Increased Computing Power: The availability of powerful hardware, including Graphics
Processing Units (GPUs) and cloud computing resources, has enabled the rapid
experimentation required for AutoML.
Open-Source Contributions: The open-source community has played a pivotal role in the
development of AutoML libraries and frameworks, making them accessible to a wider
audience [10].
Machine Learning Competitions: Platforms like Kaggle have driven innovation in AutoML
by hosting competitions that challenge participants to develop automated solutions for various
machine learning tasks.
Industry Adoption: AutoML has gained traction in industries where rapid model development
is crucial, such as finance, healthcare, and e-commerce.
3: Key Concepts in AutoML
3.1 Problem Formulation
AutoML begins with problem formulation, where the user defines the machine learning task they
want to solve. This involves specifying whether it's a classification, regression, clustering, or other
types of tasks. Additionally, it includes defining the evaluation metric, which quantifies the
model's performance. AutoML systems assist users in this process by guiding them through task
definition and suggesting appropriate evaluation metrics [11].
3.2 Model Selection
Selecting the right machine learning algorithm or model architecture can significantly impact the
success of a project. AutoML systems automate this process by exploring a wide range of
algorithms, including decision trees, support vector machines, neural networks, and ensemble
methods, among others. These systems leverage algorithm selection techniques, often through
cross-validation, to identify the most suitable model for the given task.
3.3 Hyperparameter Optimization
Every machine learning model has hyperparameters, which are settings that control the learning
process. These include learning rates, regularization strengths, and the depth of decision trees, to
name a few. Hyperparameter optimization is crucial for achieving optimal model performance.
AutoML tools utilize techniques like grid search, random search, and Bayesian optimization to
find the best hyperparameters for a given model and dataset [12].
3.4 Feature Engineering
Feature engineering involves creating new features or transforming existing ones to improve
model performance. AutoML systems employ automated feature selection techniques, such as
recursive feature elimination and mutual information-based methods, to identify the most relevant
features. Additionally, they can suggest feature transformations, such as polynomial features or
embeddings, to enhance model accuracy.
3.5 AutoML Pipelines
AutoML pipelines represent the end-to-end automation of the entire machine learning process,
from data preprocessing to model deployment. These pipelines consist of a series of interconnected
steps that handle data ingestion, cleaning, transformation, model training, hyperparameter tuning,
and evaluation. AutoML systems allow users to construct and customize these pipelines, tailoring
them to their specific needs.
3.6 Evaluation and Validation
AutoML systems incorporate robust evaluation and validation techniques to ensure the reliability
and generalizability of the models produced. Techniques such as cross-validation and holdout
validation are used to estimate model performance. Moreover, AutoML platforms often include
tools for model interpretation and explainability, which are crucial for understanding and trusting
automated model decisions. By automating these key aspects of the machine learning workflow,
AutoML simplifies the model development process and enables individuals with limited machine
learning expertise to create high-quality models effectively. However, it is essential to understand
that while AutoML can automate many aspects of machine learning, it is not a one-size-fits-all
solution, and users should still have a basic understanding of machine learning principles and
domain-specific knowledge to ensure meaningful results [13].
4: Algorithms and Techniques
AutoML relies on a range of algorithms and techniques to automate various aspects of the machine
learning workflow. These algorithms and techniques are designed to make intelligent decisions
and optimizations at different stages of the process. In this section, we will explore the key
algorithms and techniques that underpin AutoML.
4.1 Supervised Learning
4.1.1 Algorithm Selection
One of the fundamental tasks in supervised learning is selecting the appropriate machine learning
algorithm for a given problem. AutoML systems utilize algorithm selection methods, often guided
by meta-learning, to determine which algorithm is likely to perform well on a particular dataset.
These methods consider the dataset's characteristics, such as size, dimensionality, and distribution,
to make informed choices.
4.1.2 Hyperparameter Tuning
Hyperparameters significantly affect the performance of machine learning models. Automated
hyperparameter tuning techniques, such as Bayesian optimization and genetic algorithms, help
AutoML systems search the hyperparameter space efficiently to find the best combination for a
given model and dataset [14].
4.2 Unsupervised Learning
4.2.1 Clustering
In unsupervised learning, clustering algorithms aim to group similar data points together. AutoML
systems can automatically select and configure clustering algorithms, such as K-Means,
DBSCAN, or hierarchical clustering, to uncover patterns and structure in unlabeled data.
4.2.2 Dimensionality Reduction
Dimensionality reduction techniques, such as Principal Component Analysis (PCA) and t-SNE,
are often employed to reduce the complexity of high-dimensional data. AutoML systems may
suggest and apply these techniques as part of the feature engineering process to improve model
efficiency and performance [15].
4.3 Reinforcement Learning
Reinforcement learning, which involves training agents to make sequences of decisions in an
environment, can benefit from AutoML approaches. AutoML can automate aspects of
reinforcement learning, including hyperparameter tuning for reinforcement learning algorithms
and optimization of reward functions.
4.4 Neural Architecture Search (NAS)
Neural Architecture Search is a technique that automates the design of neural network
architectures. AutoML systems employing NAS explore a vast search space of neural network
architectures to discover models optimized for specific tasks. This approach has led to the
development of state-of-the-art deep learning models.
4.5 Bayesian Optimization
Bayesian optimization is a popular technique for hyperparameter tuning in AutoML. It leverages
probabilistic models to model the performance of machine learning models with different
hyperparameters. This approach allows AutoML systems to make informed decisions about which
hyperparameters to explore next, ultimately converging on optimal settings efficiently.
4.6 Meta-Learning
Meta-learning is a powerful concept in AutoML. It involves training models on a variety of
datasets and tasks to learn how to adapt to new, unseen tasks quickly. Meta-learning can be used
to improve algorithm and hyperparameter selection, making AutoML systems more adaptable to
diverse machine learning problems [16].
4.7 Transfer Learning
Transfer learning enables models to leverage knowledge learned from one task or dataset to
improve performance on another related task. AutoML can incorporate transfer learning
techniques, such as fine-tuning pre-trained models, to boost the efficiency and accuracy of models
in various domains.
4.8 Ensemble Methods in AutoML
Ensemble methods combine multiple machine learning models to achieve higher predictive
accuracy. AutoML systems can automatically generate and optimize ensemble models, selecting
the most suitable base models and combining them in ways that maximize performance. These
algorithms and techniques form the backbone of AutoML, enabling it to automate complex
machine learning processes effectively. AutoML tools and platforms use combinations of these
methods to provide users with accessible and powerful machine learning solutions. In the next
section, we will explore the landscape of AutoML tools and frameworks, both commercial and
open-source, that facilitate automated model development.
5: AutoML Tools and Frameworks
AutoML has gained popularity through the development of various tools and frameworks that offer
automated solutions for different aspects of the machine learning workflow. In this section, we
will explore both commercial AutoML platforms and open-source AutoML libraries, showcasing
their capabilities and functionalities.
5.1 Commercial AutoML Platforms
5.1.1 Google AutoML
Google AutoML is a cloud-based platform that offers a suite of AutoML products, including
AutoML Vision, AutoML Natural Language, and AutoML Tables. These tools allow users to build
custom machine learning models for image classification, natural language processing, and
structured data analysis. Google AutoML simplifies the training and deployment of models,
making it accessible to users with minimal machine learning expertise.
5.1.2 Microsoft Azure AutoML
Azure AutoML is Microsoft's offering for automated machine learning. It provides a user-friendly
interface for data scientists and domain experts to build, train, and deploy machine learning
models. Azure AutoML supports a wide range of tasks, from classification and regression to time
series forecasting. It also includes automated hyperparameter tuning and model selection
capabilities.
5.1.3 IBM Watson AutoAI
IBM Watson AutoAI is part of the IBM Watson Studio platform. It automates the machine learning
pipeline, from data preparation and feature engineering to model training and deployment. Watson
AutoAI supports various machine learning tasks and allows users to deploy models on IBM Cloud
or other cloud providers.
5.2 Open-Source AutoML Libraries
5.2.1 Auto-sklearn
Auto-sklearn is an open-source AutoML library built on top of scikit-learn. It employs Bayesian
optimization to automate the selection of machine learning algorithms and hyperparameters. Auto-
sklearn is known for its ease of use and is suitable for users familiar with scikit-learn.
5.2.2 H2O.ai
H2O.ai offers a comprehensive AutoML platform called H2O Driverless AI. It automates tasks
such as data preprocessing, feature engineering, model selection, and hyperparameter tuning.
H2O.ai's platform is designed for both data scientists and non-experts, offering a range of machine
learning algorithms and interpretable model explanations.
5.2.3 TPOT
TPOT (Tree-based Pipeline Optimization Tool) is an open-source AutoML library that employs
genetic programming to search for the best machine learning pipelines. TPOT can automatically
explore various preprocessing techniques, feature selection methods, and model algorithms to
optimize performance.
5.3 Comparison and Evaluation of AutoML Tools
Selecting the right AutoML tool or framework depends on factors like the specific machine
learning task, user expertise, and available resources. Each of these tools and libraries has its
strengths and limitations, making it essential for users to evaluate them based on their project
requirements. Factors to consider include ease of use, scalability, support for various algorithms,
and the extent of automation provided. In practice, the choice between commercial AutoML
platforms and open-source libraries may also involve considerations of cost, data privacy, and
integration with existing infrastructure. Commercial platforms often offer cloud-based solutions
with managed services, while open-source libraries provide greater flexibility but require more in-
house management [17].
Conclusion
In conclusion, the journey through the evolution of AutoML reveals a transformative force in the
realm of machine learning. The automated end-to-end model development process, from feature
engineering to hyperparameter optimization, has not only streamlined the workflow but has also
democratized access to powerful machine learning models. The advancements in transfer learning
and neural architecture search showcase the adaptability and innovation within the AutoML
landscape, allowing models to generalize better and accelerate the design of sophisticated
architectures. The broad spectrum of applications across diverse domains underscores the
versatility of AutoML. From finance to healthcare and image recognition, AutoML plays a pivotal
role in enhancing predictions, diagnoses, and recognition tasks. The potential impact on real-world
problem-solving is evident, making AutoML a valuable asset for practitioners seeking efficient
and effective solutions. However, as with any technology, AutoML is not immune to challenges.
Computational costs, interpretability concerns, and the need for domain-specific expertise remain
significant hurdles. Addressing these challenges is crucial for the continued success and
widespread adoption of AutoML. Researchers and practitioners must collaborate to develop
solutions that balance efficiency with interpretability and accessibility, ensuring that AutoML
remains a reliable tool for a broader audience. As we move forward, the insights provided in this
survey serve as a guide for navigating the dynamic landscape of AutoML. Understanding the
methodologies, applications, and challenges outlined here empowers both researchers and
practitioners to make informed decisions in adopting and advancing AutoML technologies. With
ongoing research and collaborative efforts, AutoML is poised to further evolve, making significant
contributions to the democratization of machine learning and its integration into various aspects
of our daily lives.
References
[1] Venkateswaran, P. S., Ayasrah, F. T. M., Nomula, V. K., Paramasivan, P., Anand, P., &
Bogeshwaran, K. (2024). Applications of Artificial Intelligence Tools in Higher Education.
In Data-Driven Decision Making for Long-Term Business Success (pp. 124-136). IGI Global.
doi: 10.4018/979-8-3693-2193-5.ch008
[2] Ayasrah, F. T. M., Shdouh, A., & Al-Said, K. (2023). Blockchain-based student assessment
and evaluation: a secure and transparent approach in jordan's tertiary institutions.
[3] Ayasrah, F. T. M. (2020). Challenging Factors and Opportunities of Technology in Education.
[4] F. T. M. Ayasrah, “Extension of technology adoption models (TAM, TAM3, UTAUT2) with
trust; mobile learning in Jordanian universities,” Journal of Engineering and Applied Sciences,
vol. 14, no. 18, pp. 68366842, Nov. 2019, doi: 10.36478/jeasci.2019.6836.6842.
[5] Aljermawi, H., Ayasrah, F., Al-Said, K., Abualnadi, H & Alhosani, Y. (2024). The effect of
using flipped learning on student achievement and measuring their attitudes towards learning
through it during the corona pandemic period.International Journal of Data and Network
Science, 8(1), 243-254. doi: 10.5267/j.ijdns.2023.9.027
[6] Abdulkader, R., Ayasrah, F. T. M., Nallagattla, V. R. G., Hiran, K. K., Dadheech, P.,
Balasubramaniam, V., & Sengan, S. (2023). Optimizing student engagement in edge-based
online learning with advanced analytics. Array, 19, 100301.
https://doi.org/10.1016/j.array.2023.100301
[7] Firas Tayseer Mohammad Ayasrah, Khaleel Alarabi, Hadya Abboud Abdel Fattah, & Maitha
Al mansouri. (2023). A Secure Technology Environment and AI’s Effect on Science Teaching:
Prospective Science Teachers . Migration Letters, 20(S2), 289302.
https://doi.org/10.59670/ml.v20iS2.3687
[8] Noormaizatul Akmar Ishak, Syed Zulkarnain Syed Idrus, Ummi Naiemah Saraih, Mohd Fisol
Osman, Wibowo Heru Prasetiyo, Obby Taufik Hidayat, Firas Tayseer Mohammad Ayasrah
(2021). Exploring Digital Parenting Awareness During Covid-19 Pandemic Through Online
Teaching and Learning from Home. International Journal of Business and Technopreneurship,
11 (3), pp. 3748.
[9] Ishak, N. A., Idrus, S. Z. S., Saraih, U. N., Osman, M. F., Prasetiyo, W. H., Hidayat, O. T., &
Ayasrah, F. T. M. (2021). Exploring Digital Parenting Awareness During Covid-19 Pandemic
Through Online Teaching and Learning from Home. International Journal of Business and
Technopreneurship, 11 (3), 37-48.
[10] Al-Awfi, Amal Hamdan Hamoud, & Ayasrah, Firas Tayseer Muhammad. (2022). The
effectiveness of digital game activities in developing cognitive achievement and cooperative
learning skills in the science course among female primary school students in Medina. Arab
Journal of Specific Education , 6 (21), 17-58. doi: 10.33850/ejev.2022.212323
[11] Al-Harbi, Afrah Awad, & Ayasrah, Firas Tayseer Muhammad. (2021). The effectiveness of
using augmented reality technology in developing spatial thinking and scientific concepts in
the chemistry course among female secondary school students in Medina. Arab Journal of
Specific Education , 5 (20), 1-38. doi: 10.33850/ejev.2021.198967
[12] Ayasrah, F. T., Abu-Bakar, H., & Ali, A. Exploring the Fakes within Online Communication:
A Grounded Theory Approach (Phase Two: Study Sample and Procedures).
[13] Ayasrah, F. T. M., Alarabi, K., Al Mansouri, M., Fattah, H. A. A., & Al-Said, K. (2024).
Enhancing secondary school students’ attitudes toward physics by using computer simulations.
International Journal of Data and Network Science, 8(1), 369380.
https://doi.org/10.5267/j.ijdns.2023.9.017
[14] Ayasrah, F. T. M., Alarabi, K., Al Mansouri, M., Fattah, H. A. A., & Al-Said, K. (2024).
Enhancing secondary school students' attitudes toward physics by using computer simulations.
[15] Pradeep Verma, "Effective Execution of Mergers and Acquisitions for IT Supply
Chain," International Journal of Computer Trends and Technology, vol. 70, no. 7, pp. 8-10,
2022. Crossref, https://doi.org/10.14445/22312803/IJCTT-V70I7P102
[16] Pradeep Verma, "Sales of Medical Devices SAP Supply Chain," International Journal of
Computer Trends and Technology, vol. 70, no. 9, pp. 6-12, 2022.
Crossref, 10.14445/22312803/IJCTT-V70I9P102
[17] Ayasrah, F. T. M. (2020). Exploring E-Learning readiness as mediating between trust, hedonic
motivation, students’ expectation, and intention to use technology in Taibah University.
Journal of Education & Social Policy, 7(1), 101109. https://doi.org/10.30845/jesp.v7n1p13
ResearchGate has not been able to resolve any citations for this publication.
Article
Full-text available
Guaranteeing students' access to honest and fair assessment and evaluation procedures is of utmost importance in the field of education. The purpose of this project is to see whether it is possible to use blockchain technology to create a reliable and transparent grading system for students. In this research, smart contracts are utilized to mechanize the evaluative process, making it more transparent and less susceptible to bias. This research examines the effects of blockchain technology in the areas of assessment security, data integrity, and process efficiency via the use of both case studies and simulations. Data tampering issues, increased openness, and streamlined evaluation processes are all addressed by the blockchain-based method, as shown by the study's authors. This study considerably pushes the frontiers of educational technology forward by revealing the transformative potential of blockchain applications in the context of student evaluations. This highlights the potential for blockchain technology to improve the safety and fairness of educational settings for all students.
Chapter
Full-text available
The rapid integration of information and communication technologies (ICT) in higher education has brought about transformative changes to traditional teaching and learning practices. This chapter examines the multifaceted impacts of ICT in the higher education sector. Over the past two decades, ICT has revolutionized the way educational institutions operate, impacting teaching methodologies, student engagement, and administrative processes. In the realm of pedagogy, ICT has facilitated the shift towards student-centered learning, empowering learners with access to diverse digital resources and interactive learning platforms. Moreover, administrative tasks within higher education have been streamlined through the adoption of ICT, resulting in enhanced efficiency in enrollment, record-keeping, and communication between stakeholders. This optimization allows educators to focus more on instructional design and student support, fostering a conducive learning environment.
Article
Full-text available
Educational systems worldwide have witnessed a significant shift towards technological applications , especially after COVID-19, which impacted how the learning contents are delivered in classrooms. Given the increased attention given to the numerous advantages of computer Simulations (CSs) programs, particularly in science education, this study compared the efficacy of employing a lab simulation of Newton's Second Law of Motion to teach physics in the UAE secondary school environment versus the more conventional approach (Face-to-face instruction). The study employed a quasi-experimental design that included 90 UAE 11th-grade students from two public schools in the City of Al Ain. The intervention included student engagement in the PhET interactive simulation of Newton's second law of motion. The study employed the Test of Science Related Attitudes (TOSRA) questionnaire to collect data before and after the intervention for the experimental and control groups. The findings demonstrated statistically significant differences between experimental and control groups in students' attitudes toward scientific inquiry, enjoyment of science lessons, and career interest in physics/science. Furthermore, results showed a significant difference in attitudes perceived in these scales, with males having a more significant effect size than female students in all three scales. The study concludes with implications and suggests recommendations for future research and practice.
Article
Full-text available
The COVID-19 pandemic has led to the end of in-person classes at universities and schools and the beginning of digital advancements in higher education. Flipped learning is very different from traditional teaching methods and necessitates some shifts in the roles of the teacher and the student. The purpose of this study is to investigate the effect of using flipped learning on students' achievement and measure their attitudes towards learning through it during the Corona pandemic period. A quasi-experimental study design was adopted through the pretest and posttest measurements. Two groups were randomly assigned one to be experimental, and the other a control. The present study showed that there was no statistically significant difference between the mean of the pre-measurement and post-measurement tests of the experimental group's motivation towards learning using the flipped learning strategy. The findings from the quantitative data revealed that flipped learning contributed to the academic success of students and their attitudes toward learning during the corona pandemic period. Hence, further studies with more extended periods are recommended to examine the effect of Flipped learning on self-directed learning and other related variables.
Article
Full-text available
Design an automated global solution to control the sale of medical devices to the approved market. Reducing the compliance risk and improving compliant revenue.
Article
Full-text available
In the present times, mobile devices have slowly permeated the day-to-day lives of people. This may be exemplified by the use of mobile learning as a new learning technology in developing nations including Jordan. The education sector in Jordan has been attempting to explore and predict future avenues on the way such technology can be understood and effectively utilized. This research contributes to literature by conducting an extensive review of the concepts, applications and development of technology adoption models namely TAM, TAM3 and UTAUT2 with trust on the basis of the literature view dedicated to the application of the mobile learning as a new technology. The study primary focus is on examination of students, attempting to achieve mobile learning systems adoption among Jordanian universities. The study indicated that student’s acceptance of mobile learning and identified the pertinent factors driving usage success. The reviewed literature provided insight into the technology application potential conceptualization in future studies, its distinctive aspects and the technology models that underpin such technology’s adoption in the past, present and future.
Article
Full-text available
Technologies in the higher education system are now given considerable attention. The use of the newest technology, software and hardware enables high quality study results to be obtained. Several studies have therefore concluded that the use of new technologies in education is important because technological convergence provides teachers and students with more chances to work better in the information age. However, certain barriers may discourage technological integration. Examining the obstacles to the use of education technologies will help educators resolve challenges and incorporate technology in everyday education. Thus, this study aims to investigate the effects of challenging factors of technology adaption on educational efficiency. A structured survey was conducted for receiving observations of 384 respondents who are teachers in Jordan and to analyse the effect. The data is analysed and hypothesis is tested by using IBM-SPSS-AMOS package 25.0. The study found that the direct effects of various challenging factors of technology adaption on education system in Jordan are positive and significant. The originality of the manuscript goes back to studying the concept in the Arab world. On the basis of the result, this research endorsed that, the development of education system in Jordan is heavily in line with consistent growth of technology adaption efficiency.
Article
Full-text available
There is concerned that the students' knowledge and skills are not par as those who experience normal education before COVID-19 pandemic. Digital parents ought to participate in their children's new normal learning method because the students cannot have proper face-to-face education with their teachers and lecturers except online Teaching and Learning from Home (PdPR). For data collection, a questionnaire was developed using Google Form, and have been distributed to the children who are in schools, colleges and universities through WhatsApp application of the students or their parents for the children in the primary schools. The questionnaire consists the open-ended semi structured questions with some survey information along to each question. The emerging themes from the data are explained in Descriptive Analysis based from the 89 participants perspectives. The findings show that most of the children are ICT and digital literate due to the PdPR, and the things that they cannot control makes the PdPR become hard such as slow internet signals. The students agree that the parents could be qualified and skilled as digital parents if they got the financial and ICT skills supports from the Government of proper PdPR contents, and pedagogy of teachers and lecturers.
Article
Edge-Based Online Learning (EBOL), a technique that combines the practical, hands-on approach of EBOL with the convenience of Online Learning (OL), is growing in popularity. But accurately monitoring student engagement to enhance teaching methodologies and learning outcomes is one of the difficulties of OL. To determine this challenge, this paper has put forth an Edge-Based Student Attentiveness Analysis System (EBSAAS) method, which uses a Face Detection (FD) algorithm and a Deep Learning (DL) model known as DLIP to extract eye and mouth landmark features. Images of the eye and mouth are used to extract landmarks using DLIP or Deep Learning Image Processing. Landmark Localization pre-trained models for Facial Landmark Localization (FLL) are one well-liked DL model for facial landmark recognition. The Visual Geometry Group-19 (VGG-19) learning model then uses these features to classify the student's level of attentiveness as fatigued or focused. Compared to a server-based model, the proposed model is developed to execute on an Edge Device (ED), enabling a swift and more effective analysis. The EBOL achieves 95.29% accuracy and attains 2.11% higher than existing model 1 and 4.41% higher than existing model 2. The study's findings have shown how successful the proposed method is at assisting teachers in changing their teaching methodologies to engage students better and enhance learning outcomes.