Search results for: learning and teaching
Commenced in January 2007
Frequency: Monthly
Edition: International
Paper Count: 8389

Search results for: learning and teaching

2629 Optimization of Bills Assignment to Different Skill-Levels of Data Entry Operators in a Business Process Outsourcing Industry

Authors: M. S. Maglasang, S. O. Palacio, L. P. Ogdoc

Abstract:

Business Process Outsourcing has been one of the fastest growing and emerging industry in the Philippines today. Unlike most of the contact service centers, more popularly known as "call centers", The BPO Industry’s primary outsourced service is performing audits of the global clients' logistics. As a service industry, manpower is considered as the most important yet the most expensive resource in the company. Because of this, there is a need to maximize the human resources so people are effectively and efficiently utilized. The main purpose of the study is to optimize the current manpower resources through effective distribution and assignment of different types of bills to the different skill-level of data entry operators. The assignment model parameters include the average observed time matrix gathered from through time study, which incorporates the learning curve concept. Subsequently, a simulation model was made to duplicate the arrival rate of demand which includes the different batches and types of bill per day. Next, a mathematical linear programming model was formulated. Its objective is to minimize direct labor cost per bill by allocating the different types of bills to the different skill-levels of operators. Finally, a hypothesis test was done to validate the model, comparing the actual and simulated results. The analysis of results revealed that the there’s low utilization of effective capacity because of its failure to determine the product-mix, skill-mix, and simulated demand as model parameters. Moreover, failure to consider the effects of learning curve leads to overestimation of labor needs. From 107 current number of operators, the proposed model gives a result of 79 operators. This results to an increase of utilization of effective capacity to 14.94%. It is recommended that the excess 28 operators would be reallocated to the other areas of the department. Finally, a manpower capacity planning model is also recommended in support to management’s decisions on what to do when the current capacity would reach its limit with the expected increasing demand.

Keywords: optimization modelling, linear programming, simulation, time and motion study, capacity planning

Procedia PDF Downloads 518
2628 Age and Second Language Acquisition: A Case Study from Maldives

Authors: Aaidha Hammad

Abstract:

The age a child to be exposed to a second language is a controversial issue in communities such as the Maldives where English is taught as a second language. It has been observed that different stakeholders have different viewpoints towards the issue. Some believe that the earlier children are exposed to a second language, the better they learn, while others disagree with the notion. Hence, this case study investigates whether children learn a second language better when they are exposed at an earlier age or not. The spoken and written data collected confirm that earlier exposure helps in mastering the sound pattern and speaking fluency with more native-like accent, while a later age is better for learning more abstract and concrete aspects such as grammar and syntactic rules.

Keywords: age, fluency, second language acquisition, development of language skills

Procedia PDF Downloads 425
2627 Distributed Framework for Pothole Detection and Monitoring Using Federated Learning

Authors: Ezil Sam Leni, Shalen S.

Abstract:

Transport service monitoring and upkeep are essential components of smart city initiatives. The main risks to the relevant departments and authorities are the ever-increasing vehicular traffic and the conditions of the roads. In India, the economy is greatly impacted by the road transport sector. In 2021, the Ministry of Road Transport and Highways Transport, Government of India, produced a report with statistical data on traffic accidents. The data included the number of fatalities, injuries, and other pertinent criteria. This study proposes a distributed infrastructure for the monitoring, detection, and reporting of potholes to the appropriate authorities. In a distributed environment, the nodes are the edge devices, and local edge servers, and global servers. The edge devices receive the initial model to be employed from the global server. The YOLOv8 model for pothole detection is used in the edge devices. The edge devices run the pothole detection model, gather the pothole images on their path, and send the updates to the nearby edge server. The local edge server selects the clients for its aggregation process, aggregates the model updates and sends the updates to the global server. The global server collects the updates from the local edge servers, performs aggregation and derives the updated model. The updated model has the information about the potholes received from the local edge servers and notifies the updates to the local edge servers and concerned authorities for monitoring and maintenance of road conditions. The entire process is implemented in FedCV distributed environment with the implementation using the client-server model and aggregation entities. After choosing the clients for its aggregation process, the local edge server gathers the model updates and transmits them to the global server. After gathering the updates from the regional edge servers, the global server aggregates them and creates the updated model. Performance indicators and the experimentation environment are assessed, discussed, and presented. Accelerometer data may be taken into consideration for improved performance in the future development of this study, in addition to the images captured from the transportation routes.

Keywords: federated Learning, pothole detection, distributed framework, federated averaging

Procedia PDF Downloads 104
2626 Balance Rigor, Relevance and Socio-Emotional Learning in Math

Authors: Abimbola Akintounde

Abstract:

Supporting the social and emotional needs of young adolescents has become an emergent concern for schools around the world. Yet educators remain in a dilemma regarding the optimum approach for integrating social and emotional learning (SEL) into their content area instruction. The purpose of this study was to explore the perception of secondary students regarding their schoolwide SEL interventions. Twenty-four International Baccalaureate students in a final year mathematics course at an American Public Secondary School near Washington D. C. were randomly selected for participation in this study via an online electronic survey. The participants in this study used Likert-scale items to rate the effectiveness of the socio-emotional and character development programs being implemented at their schools. Respondents also ranked their preferred mode of delivery of social and emotional support programs. About 71% of the teenagers surveyed preferred SEL support rendered via interactive team-building activities and games, 42% of the high school students in the study ranked focus group discussions as their preferred format for SEL interventions, while only 13% of the respondents in the study regarded lectures and presentations as their preferred mode of SEL delivery. About one-fourth of the study participants agreed that explicit instruction was critical to enhancing students’ wellness, 79% agreed that SEL programs should foster less teacher talk, while 88% of the students indicated that student engagement was critical to their mental health. Eighty percent of the teenagers surveyed decried that the focus of their school-wide social and emotional programs was poorly prioritized. About two-thirds of the students agreed that social justice and equity issues should be embedded in their schools’ advisory programs. More than half of the respondents agitated for strategies for managing stress and their school workload. About 54% of the respondents also clamored for SEL programs that reinforce emotion regulation and coping strategies for anxiety. Based on the findings of this study, recommendations were proffered for best practices in the design and implementation of effective learner-friendly social and emotional development interventions.

Keywords: SEL, math anxiety, student support, emotion regulation, social awareness, self awareness, self management, relationship building

Procedia PDF Downloads 73
2625 BERT-Based Chinese Coreference Resolution

Authors: Li Xiaoge, Wang Chaodong

Abstract:

We introduce the first Chinese Coreference Resolution Model based on BERT (CCRM-BERT) and show that it significantly outperforms all previous work. The key idea is to consider the features of the mention, such as part of speech, width of spans, distance between spans, etc. And the influence of each features on the model is analyzed. The model computes mention embeddings that combine BERT with features. Compared to the existing state-of-the-art span-ranking approach, our model significantly improves accuracy on the Chinese OntoNotes benchmark.

Keywords: BERT, coreference resolution, deep learning, nature language processing

Procedia PDF Downloads 216
2624 Comparison between XGBoost, LightGBM and CatBoost Using a Home Credit Dataset

Authors: Essam Al Daoud

Abstract:

Gradient boosting methods have been proven to be a very important strategy. Many successful machine learning solutions were developed using the XGBoost and its derivatives. The aim of this study is to investigate and compare the efficiency of three gradient methods. Home credit dataset is used in this work which contains 219 features and 356251 records. However, new features are generated and several techniques are used to rank and select the best features. The implementation indicates that the LightGBM is faster and more accurate than CatBoost and XGBoost using variant number of features and records.

Keywords: gradient boosting, XGBoost, LightGBM, CatBoost, home credit

Procedia PDF Downloads 171
2623 Comparison of Cognitive Load in Virtual Reality and Conventional Simulation-Based Training: A Randomized Controlled Trial

Authors: Michael Wagner, Philipp Steinbauer, Andrea Katharina Lietz, Alexander Hoffelner, Johannes Fessler

Abstract:

Background: Cardiopulmonary resuscitations are stressful situations in which vital decisions must be made within seconds. Lack of routine due to the infrequency of pediatric emergencies can lead to serious medical and communication errors. Virtual reality can fundamentally change the way simulation training is conducted in the future. It appears to be a useful learning tool for technical and non-technical skills. It is important to investigate the use of VR in providing a strong sense of presence within simulations. Methods: In this randomized study, we will enroll doctors and medical students from the Medical University of Vienna, who will receive learning material regarding the resuscitation of a one-year-old child. The study will be conducted in three phases. In the first phase, 20 physicians and 20 medical students from the Medical University of Vienna will be included. They will perform simulation-based training with a standardized scenario of a critically ill child with a hypovolemic shock. The main goal of this phase is to establish a baseline for the following two phases to generate comparative values regarding cognitive load and stress. In phase 2 and 3, the same participants will perform the same scenario in a VR setting. In both settings, on three set points of progression, one of three predefined events is triggered. For each event, three different stress levels (easy, medium, difficult) will be defined. Stress and cognitive load will be analyzed using the NASA Task Load Index, eye-tracking parameters, and heart rate. Subsequently, these values will be compared between VR training and traditional simulation-based training. Hypothesis: We hypothesize that the VR training and the traditional training groups will not differ in physiological response (cognitive load, heart rate, and heart rate variability). We further assume that virtual reality training can be used as cost-efficient additional training. Objectives: The aim of this study is to measure cognitive load and stress level during a real-life simulation training and compare it with VR training in order to show that VR training evokes the same physiological response and cognitive load as real-life simulation training.

Keywords: virtual reality, cognitive load, simulation, adaptive virtual reality training

Procedia PDF Downloads 115
2622 Role of Music Education as a Pillar in Sustainable Development of India

Authors: Rohit Rutka

Abstract:

The aim of the present paper is to reveal the importance of music as an indispensable aspect in education of art, with regard to every single culture which serves as indisputable support to sustainable development in India. Indian system of education is one of the oldest systems of the world. Both secular and sacred education was handed over systematically by formalizing the system of education. We have found significant growth in the system of education in our country since ancient times. It is a veritable avenue which enables societies to transmit music and musical skills from one generation to the upcoming ones. The research is based on a comprehensive literature review on the impact of music to sustainable development. This paper contextualized that music education is imperative to Sustainable Development, to the adult. It is a vital force of self-expression, communication and empowerment economically, in growing children, involvement in music education will promote their creative ability, thereby contribute to the full development of intellectual capacities, apt emotional development that gives the right values and feelings to various events and happenings, music helps to develop skills, innate and instinctive talent in human being and recommend that the informal music teaching should be incorporated into school system so as to transmit and preserve the cultural music and that the study of music should be made compulsory at all levels of the Indian educational system.

Keywords: sustainable development, music education, culture, music as a pillar to sustainable development

Procedia PDF Downloads 347
2621 Primary School Teachers’ Conceptual and Procedural Knowledge of Rational Numbers and Its Effects on Pupils Achievement of Rational Numbers

Authors: Raliatu Mohammed Kashim

Abstract:

The study investigated primary school teachers conceptual and procedural knowledge of rational numbers to determine how it effects on pupil’s achievement on rational number. Specifically, primary school teachers’ level of conceptual and procedural knowledge about rational number and its effects on their pupils understanding of rational number in primary school was explored. The study was carried out in Bauchi state of Nigeria, Using a multistage design. The first stage was a descriptive design. The second stage involves a pre-test post-test only quasi experiment design. The population of the study comprises of six mathematics teachers holding the Nigerian Certificate in Education (NCE) teaching primary six and their two hundred and ten pupils in intact class. Two instrument namely Conceptual and Procedural knowledge Test (CPKT) and Rational number Achievement Test (RAT) were used for data collection. Data collected was analyzed using ANCOVA and Scheffe’s Test. The result revealed a significant differences between pupils taught by teachers with high conceptual and procedural knowledge and those target by teachers with low conceptual and procedural knowledge.

Keywords: conceptual knowledge, procedural knowledge, rational numbers, multistage design

Procedia PDF Downloads 387
2620 China’s Participation in WorldSkills Competition for 14 Years: Experience, Problems and Prospects

Authors: Wang Di, Luo Shengqiang, Chen Yanjie

Abstract:

Vocational skill competition is an effective means to test and improve the quality of engineering education personnel training and provides a high-level practice platform for practical teaching in engineering education. Since China participated in the WorldSkills Competition in 2011, it has achieved very good results in the past 14 years. This study provides a group portrait of China's participation in the WorldSkills Competition, including competitors, competition managers and, Chinese laborers, etc. Meanwhile, through in-depth research on the basic process of launching the WorldSkills Competition in China, the experience and main problems of China's participation in skills competition are summarized. Including China's remarkable practices in institutional mechanisms, team management, promoting world skills development, and boosting social equity and gender equality, it puts forward specific ideas for developing countries to strengthen engineering education and participate in skills competitions. Centering on the value concept of a community with a shared future for mankind proposed by China, we envision how to reinforce skills development in China and take concrete actions to support the United Nations Sustainable Development Goals (SDGs).

Keywords: WorldSkills competition, engineering education, TVET, Chinese experience

Procedia PDF Downloads 11
2619 Comparison of Existing Predictor and Development of Computational Method for S- Palmitoylation Site Identification in Arabidopsis Thaliana

Authors: Ayesha Sanjana Kawser Parsha

Abstract:

S-acylation is an irreversible bond in which cysteine residues are linked to fatty acids palmitate (74%) or stearate (22%), either at the COOH or NH2 terminal, via a thioester linkage. There are several experimental methods that can be used to identify the S-palmitoylation site; however, since they require a lot of time, computational methods are becoming increasingly necessary. There aren't many predictors, however, that can locate S- palmitoylation sites in Arabidopsis Thaliana with sufficient accuracy. This research is based on the importance of building a better prediction tool. To identify the type of machine learning algorithm that predicts this site more accurately for the experimental dataset, several prediction tools were examined in this research, including the GPS PALM 6.0, pCysMod, GPS LIPID 1.0, CSS PALM 4.0, and NBA PALM. These analyses were conducted by constructing the receiver operating characteristics plot and the area under the curve score. An AI-driven deep learning-based prediction tool has been developed utilizing the analysis and three sequence-based input data, such as the amino acid composition, binary encoding profile, and autocorrelation features. The model was developed using five layers, two activation functions, associated parameters, and hyperparameters. The model was built using various combinations of features, and after training and validation, it performed better when all the features were present while using the experimental dataset for 8 and 10-fold cross-validations. While testing the model with unseen and new data, such as the GPS PALM 6.0 plant and pCysMod mouse, the model performed better, and the area under the curve score was near 1. It can be demonstrated that this model outperforms the prior tools in predicting the S- palmitoylation site in the experimental data set by comparing the area under curve score of 10-fold cross-validation of the new model with the established tools' area under curve score with their respective training sets. The objective of this study is to develop a prediction tool for Arabidopsis Thaliana that is more accurate than current tools, as measured by the area under the curve score. Plant food production and immunological treatment targets can both be managed by utilizing this method to forecast S- palmitoylation sites.

Keywords: S- palmitoylation, ROC PLOT, area under the curve, cross- validation score

Procedia PDF Downloads 77
2618 The Importance of Student Feedback in Development of Virtual Engineering Laboratories

Authors: A. A. Altalbe, N. W Bergmann

Abstract:

There has been significant recent interest in on-line learning, as well as considerable work on developing technologies for virtual laboratories for engineering students. After reviewing the state-of-the-art of virtual laboratories, this paper steps back from the technology issues to look in more detail at the pedagogical issues surrounding virtual laboratories, and examines the role of gathering student feedback in the development of such laboratories. The main contribution of the paper is a set of student surveys before and after a prototype deployment of a simulation laboratory tool, and the resulting analysis which leads to some tentative guidelines for the design of virtual engineering laboratories.

Keywords: engineering education, elearning, electrical engineering, virtual laboratories

Procedia PDF Downloads 359
2617 Snapchat’s Scanning Feature

Authors: Reham Banwair, Lana Alshehri, Sara Hadrawi

Abstract:

The purpose of this project is to identify user satisfaction with the AI functions on Snapchat, in order to generate improvement proposals that allow its development within the app. To achieve this, a qualitative analysis was carried out through interviews to people who usually use the application, revealing their satisfaction or dissatisfaction with the usefulness of the AI. In addition, the background of the company and its introduction in these algorithms were analyzed. Furthermore, the characteristics of the three main functions of AI were explained: identify songs, solve mathematical problems, and recognize plants. As a result, it was obtained that 50% still do not know the characteristics of AI, 50% still believe song recognition is not always correct, 41.7% believe that math problems are usually accurate and 91.7% believes the plant detection tool is working properly.

Keywords: artificial intelligence, scanning, Snapchat, machine learning

Procedia PDF Downloads 134
2616 Attitudes towards Inclusion of Students with Disabilities in Sultanate Oman Schools

Authors: Ibrahim Azem

Abstract:

The purpose of the present study was to investigate the attitudes of regular classroom teachers, special education teachers, principals, social workers, parents of students without disabilities and parents of students with disabilities, in Sultanate Oman towards inclusion of students with disabilities in the general school setting. Participants’ Four hundred fifty schools were selected randomly from all public schools in Sultanate Oman. From these schools 2,025 individuals volunteered to participate in this study. The Attitude Scale toward inclusion was used to measure adults’ attitudes toward teaching students with disabilities with their peers in an inclusive classroom. The scale was developed based on the conceptualization of attitude as a tri component evaluation consisting of cognitive, affective, and behavioral intention. To investigate the validity and the reliability of the scale, it shows that it has valid appropriate connotations and reliability. The results of the study showed that the adult’s role had significant effect (p < .05) on the participants’ attitudes toward inclusion. Moreover, the results indicated significant (p < .05) gender differences in the attitudes toward inclusion, males scored significantly (p < .05) higher than females. The result of the study also showed that the special education teachers had positives attitudes more than the other type of stakeholders.

Keywords: inclusion, students with disabilities, Oman, stakeholders

Procedia PDF Downloads 308
2615 A Study on Hospital Acquired Infections Among Patients in University of Port Harcourt Teaching Hospital, Port Harcourt, Rivers State in Southern Part of Nigeria

Authors: Ibeku Bernadine Ezenwanyi

Abstract:

Hospital-Acquired Infections (HAI), also called ‘Nosocomial Infection’ is an infection you get while in the hospital for another reason. They are an important cause of morbidity and mortality. This study examined the epidemiology, clinical outcomes of some instruments used on patients especially catheter that was passed on them during their stay in the hospital. It was discovered that they had catheter–associated urinary tract infection (CAUTI). An observational study was carried out from January to March, 2022, on 180 patients (80 males and 100 females) admitted in the surgical wards, medical wards, dialysis unit and intensive care unit (ICU) of the hospital. The patient’s urine samples were collected for urine culture and the isolation was carried out using plate count agar medium and macconkey agar. Among the 80 males, 45 had Urinary Tract Infections (UTI) mostly proteus infection and among the 100 females, 70 also had (UTI) and the most common was caused by Escherichia coli. Other strain of microorganisms such as Klebsiella, Staphylococcus aureus and Pseudomonas aeruginosa. It is important to follow up patients that these devices were used on with antibiotics to make sure that these infections are not developed because the rate of these infections (UTI) are high especially in females.

Keywords: catheter, urinary tract infection, nosocomial infection, microorganisms

Procedia PDF Downloads 116
2614 Risk Factor of Anal Incontinence among Women in Makassar

Authors: Azizah Nurdin, Trika Irianta, Mardiah Tahir, Maisuri T. Chalid

Abstract:

Background: Studies of anal incontinence in the general population are rare however its financial healthcare cost is significant. Women attended Hasanuddin University Teaching Hospital and its networking in Makassar, Indonesia was surveyed between February to April 2015 about their obstetrical and gynecological history. Aims: To establish obstetrical risk factor of anal incontinence among women in Makassar. Methods: In a cross sectional face to face interview study, 135 women aged 30 years or more were selected randomly. Participants were asked to complete an anal incontinence questionnaire. Results: From a total sample of 135 respondents, 42,2 % reported has flatulence incontinence. Parity, history of anal sphincter laceration, history of having large baby, history of assisted vaginal delivery were shown have no significant association with anal incontinence, while history of episiotomy was shown have a significant association with anal incontinence (p value < 0.05). The risk of flatulence incontinence was higher among women with history of episiotomy (OR : 2,85, 95 % CI = 1,58- 5,13) Conclusions: This study has confirmed that fecal incontinence is a fairly common symptom. Flatulence incontinence is the most frequent even. An obstetrical factor like episiotomy is one of risk factor that could be avoided in order to prevent anal incontinence.

Keywords: anal incontinence, flatulence incontinence, obstetrical risk factor, women

Procedia PDF Downloads 318
2613 Smart Sensor Data to Predict Machine Performance with IoT-Based Machine Learning and Artificial Intelligence

Authors: C. J. Rossouw, T. I. van Niekerk

Abstract:

The global manufacturing industry is utilizing the internet and cloud-based services to further explore the anatomy and optimize manufacturing processes in support of the movement into the Fourth Industrial Revolution (4IR). The 4IR from a third world and African perspective is hindered by the fact that many manufacturing systems that were developed in the third industrial revolution are not inherently equipped to utilize the internet and services of the 4IR, hindering the progression of third world manufacturing industries into the 4IR. This research focuses on the development of a non-invasive and cost-effective cyber-physical IoT system that will exploit a machine’s vibration to expose semantic characteristics in the manufacturing process and utilize these results through a real-time cloud-based machine condition monitoring system with the intention to optimize the system. A microcontroller-based IoT sensor was designed to acquire a machine’s mechanical vibration data, process it in real-time, and transmit it to a cloud-based platform via Wi-Fi and the internet. Time-frequency Fourier analysis was applied to the vibration data to form an image representation of the machine’s behaviour. This data was used to train a Convolutional Neural Network (CNN) to learn semantic characteristics in the machine’s behaviour and relate them to a state of operation. The same data was also used to train a Convolutional Autoencoder (CAE) to detect anomalies in the data. Real-time edge-based artificial intelligence was achieved by deploying the CNN and CAE on the sensor to analyse the vibration. A cloud platform was deployed to visualize the vibration data and the results of the CNN and CAE in real-time. The cyber-physical IoT system was deployed on a semi-automated metal granulation machine with a set of trained machine learning models. Using a single sensor, the system was able to accurately visualize three states of the machine’s operation in real-time. The system was also able to detect a variance in the material being granulated. The research demonstrates how non-IoT manufacturing systems can be equipped with edge-based artificial intelligence to establish a remote machine condition monitoring system.

Keywords: IoT, cyber-physical systems, artificial intelligence, manufacturing, vibration analytics, continuous machine condition monitoring

Procedia PDF Downloads 88
2612 Why Do We Need Hierachical Linear Models?

Authors: Mustafa Aydın, Ali Murat Sunbul

Abstract:

Hierarchical or nested data structures usually are seen in many research areas. Especially, in the field of education, if we examine most of the studies, we can see the nested structures. Students in classes, classes in schools, schools in cities and cities in regions are similar nested structures. In a hierarchical structure, students being in the same class, sharing the same physical conditions and similar experiences and learning from the same teachers, they demonstrate similar behaviors between them rather than the students in other classes.

Keywords: hierarchical linear modeling, nested data, hierarchical structure, data structure

Procedia PDF Downloads 652
2611 Increasing Student Engagement in Online Educational Leadership Courses

Authors: Mark Deschaine, David Whale

Abstract:

Utilization of online instruction continues to increase at universities, placing more emphasis on the exploration of issues related to adult graduate student engagement. This reflective case study reviews non-traditional student engagement in online courses. The goals of the study are to enhance student focus, attention and interaction. Findings suggest that interactivity seemed to be a key in keeping students involved and achieving, with specific activities routinely favored by students. It is recommended that time spent engaging students is worthwhile and results in greater course satisfaction and academic effort.

Keywords: online learning, student achievement, student engagement, technology

Procedia PDF Downloads 353
2610 Educase–Intelligent System for Pedagogical Advising Using Case-Based Reasoning

Authors: Elionai Moura, José A. Cunha, César Analide

Abstract:

This work introduces a proposal scheme for an Intelligent System applied to Pedagogical Advising using Case-Based Reasoning, to find consolidated solutions before used for the new problems, making easier the task of advising students to the pedagogical staff. We do intend, through this work, introduce the motivation behind the choices for this system structure, justifying the development of an incremental and smart web system who learns bests solutions for new cases when it’s used, showing technics and technology.

Keywords: case-based reasoning, pedagogical advising, educational data-mining (EDM), machine learning

Procedia PDF Downloads 421
2609 Towards a Successful Implementation of ICT in Education : Analyzing Teacher Practices and Perceptions

Authors: Azzeddine Atibi, Lamalif latifa, Khadija El Kababi, Salim Ahmed, Mohamed Radid

Abstract:

This study analyzes the integration of Information and Communication Technologies (ICT) in modern education, where these tools have become essential. Due to the rapid emergence of new technologies and their increasing adoption in education, it is important to understand how teachers use and perceive these tools. The study pursues three objectives : examining current teacher practices regarding ICT, evaluating their impact on student skills and engagement, and making recommendations for better integration of ICT in education. The study's methodology is based on a quantitative approach, using a questionnaire administered to a sample of 104 teachers. This questionnaire, rigorously validated to ensure its reliability, gathers representative data on perceptions and challenges related to the use of ICT. The results show widespread adoption of ICT by teachers, with the majority reporting an improvement in student skills due to these technologies. However, opinions diverge on their impact on student engagement : some teachers note an increase in engagement, while others remain skeptical. Persistent challenges include insufficient technological infrastructure and the need for ongoing training. The recommendations highlight the importance of improving infrastructures and supporting the professional development of teachers to optimize the integration of ICT.

Keywords: ICT, education, teaching practices, teacher perceptions, continuing education

Procedia PDF Downloads 34
2608 Gender, Sexual Diversity and Professional Practice Learning: Promoting the Equality of University Students

Authors: Caroline Bradbury-Jones, Maria Clark, Eleanor Molloy, Nicki Ward

Abstract:

Background: Significant developments in the protection of Lesbian, Gay, Bisexual, Transgender and Queer (LGBTQ) rights culminated in their inclusion in the Equality Act 2010. This provides legal protection against discrimination including the Public Sector Equality Duty requiring public bodies to consider all individuals when carrying out their day-to-day work. In the UK, whilst the Higher Education sector has made some commitment to eliminating discrimination and addressing LGBTQ inclusivity, there are two particular problems specifically affecting students on professional programmes: -All students will come into contact with LGBTQ patients/clients/students and need to be equipped to respond appropriately to their diverse needs but evidence suggests that this is not always the case. -Many LGBTQ students have specific concerns on professional placements; often ‘going back in the closet’ or feeling uncertain how to respond to questions about their personal lives and being reticent to challenge discrimination against LGBTQ patients/clients/students for fear of reprisal. Study aim: To investigate how best to prepare all students to deal with the issue of gender and sexual diversity and to support LGBTQ students in negotiating (non) disclosure in practice placements. Methods: This multi-method study was conducted in 2017 in the UK. It comprised a student survey, focus group interview with students and a national benchmarking exercise. Findings: Preliminary findings are that there is considerable variation across professional programmes regarding the preparation of students to respond to LGBTQ issues. Similarly, there is considerable difference between the level of preparedness experienced by students irrespective of whether they identify as LGBTQ. Discussion: Nationally there are a number of ‘best practice’ examples that we share in this presentation. These contain important details and guidance about how to better prepare university students for professional practice, and to contribute to eliminating discrimination and addressing LGBTQ inclusivity. Conclusions: The presentation will appeal to delegates who are interested in the equality agenda regarding LGBTQ people. The study findings will be discussed and debated to explore their impact on higher education and learning and to identify ways to integrate best practice into professional curricula across the UK and beyond.

Keywords: diversity, equality, practice, sexuality, students, university

Procedia PDF Downloads 184
2607 Tourist Emotion, Creative Experience and Behavioral Intention in Creative Tourism

Authors: Yi-Ju Lee

Abstract:

This study identified the hypothesized relationships among tourist emotion, creative experience, and behavioral intention of handmade ancient candy in Tainan, Taiwan. A face-to-face questionnaire survey was administered in Anping, Tainan. The result also revealed significant positive relationships between emotion, creative experience and behavioral intention in handmade activities. This paper provides additional suggestions for enhancing behavioral intention and guidance regarding creative tourism.

Keywords: creative tourism, sense of achievement, unique learning, interaction with instructors

Procedia PDF Downloads 331
2606 Relevant LMA Features for Human Motion Recognition

Authors: Insaf Ajili, Malik Mallem, Jean-Yves Didier

Abstract:

Motion recognition from videos is actually a very complex task due to the high variability of motions. This paper describes the challenges of human motion recognition, especially motion representation step with relevant features. Our descriptor vector is inspired from Laban Movement Analysis method. We propose discriminative features using the Random Forest algorithm in order to remove redundant features and make learning algorithms operate faster and more effectively. We validate our method on MSRC-12 and UTKinect datasets.

Keywords: discriminative LMA features, features reduction, human motion recognition, random forest

Procedia PDF Downloads 195
2605 Evaluating the Prominence of Chemical Phenomena in Chemistry Courses

Authors: Vanessa R. Ralph, Leah J. Scharlott, Megan Y. Deshaye, Ryan L. Stowe

Abstract:

Given the traditions of chemistry teaching, one may not question whether chemical phenomena play a prominent role. Yet, the role of chemical phenomena in an introductory chemistry course may define the extent to which the course is introductory, chemistry, and equitable. Picture, for example, the classic Ideal Gas Law problem. If one envisions a prompt wherein students are tasked with calculating a missing variable, then one envisions a prompt that relies on chemical phenomena as a context rather than as a model to understand the natural world. Consider a prompt wherein students are tasked with applying molecular models of gases to explain why the vapor pressure of a gaseous solution of water differs from that of carbon dioxide. Here, the chemical phenomenon is not only the context but also the subject of the prompt. Deliveries of general and organic chemistry were identified as ranging wildly in the integration of chemical phenomena. The more incorporated the phenomena, the more equitable the assessment task was for students of varying access to pre-college math and science preparation. How chemical phenomena are integrated may very well define whether courses are chemistry, are introductory, and are equitable. Educators of chemistry are invited colleagues to discuss the role of chemical phenomena in their courses and consider the long-lasting impacts of replicating tradition for tradition’s sake.

Keywords: equitable educational practices, chemistry curriculum, content organization, assessment design

Procedia PDF Downloads 197
2604 Increasing Yam Production as a Means of Solving the Problem of Hunger in Nigeria

Authors: Samual Ayeni, A. S. Akinbani

Abstract:

At present when the price of petroleum is going down beyond bearable level, there is a need to diversify the economy towards arable crop production since Nigeria is an agrarian country. Yam plays prominent role in solving the problem of hunger in Nigeria. There is scarcity of information on the effect of fertilizers in increasing the yield of yam and maintaining soil properties in South Western Nigeria. This study was therefore set up to determine fertilizer effect on properties and yield of yam. The experiment was conducted at Adeyemi College of Education Teaching and Research Farm to compare the effect of organic, Organomineral and mineral fertilizers on yield of yam. Ten treatments were used 10t/ha Wood Ash, 10t/ha Cattle Dung, 10t/ha Poultry Manure, 10t/ha Manufactured Organic, 10t/ha Organomineral Fertilizer, 400kg/ha NPK, 400kg/ha SSP, 400kg/ha Urea and control with treatment. The treatments were laid out in a Randomized Complete Block Design (RCBD) and replicated three times. Compared with control, Organomineral fertilizer significantly (P < 0.05) increased the soil moisture content, poultry manure, wood ash significantly decreased (< 0.05) the bulk density. Application of 10t/ha Organomineral fertilizer recorded the highest increase in the yield of yam among the treatments.

Keywords: organomineral fertilizer, organic fertilizer, SSP, bulk density

Procedia PDF Downloads 297
2603 The Perspective on Data Collection Instruments for Younger Learners

Authors: Hatice Kübra Koç

Abstract:

For academia, collecting reliable and valid data is one of the most significant issues for researchers. However, it is not the same procedure for all different target groups; meanwhile, during data collection from teenagers, young adults, or adults, researchers can use common data collection tools such as questionnaires, interviews, and semi-structured interviews; yet, for young learners and very young ones, these reliable and valid data collection tools cannot be easily designed or applied by the researchers. In this study, firstly, common data collection tools are examined for ‘very young’ and ‘young learners’ participant groups since it is thought that the quality and efficiency of an academic study is mainly based on its valid and correct data collection and data analysis procedure. Secondly, two different data collection instruments for very young and young learners are stated as discussing the efficacy of them. Finally, a suggested data collection tool – a performance-based questionnaire- which is specifically developed for ‘very young’ and ‘young learners’ participant groups in the field of teaching English to young learners as a foreign language is presented in this current study. The designing procedure and suggested items/factors for the suggested data collection tool are accordingly revealed at the end of the study to help researchers have studied with young and very learners.

Keywords: data collection instruments, performance-based questionnaire, young learners, very young learners

Procedia PDF Downloads 93
2602 Socio-cultural Dimensions Inhibiting Female Condom Use by the Female Students: Experiences from a University in Rural South Africa

Authors: Christina Tafadzwa

Abstract:

Global HIV and AIDS trends show that Sub-Saharan Africa is the hardest-hit region, and women are disproportionately affected and infected by HIV. The trend is conspicuous in South Africa, where adolescent girls and young women (AGYW), female university students included, bear the burden of HIV infection. Although the female condom (FC) is the only female-oriented HIV and AIDS technology that provides dual protection against unwanted pregnancy and HIV, its uptake and use remain erratic, especially among the youth and young women in institutions of higher learning. This paper explores empirical evidence from the University of Venda (UniVen), which is in the rural areas of Limpopo Province in South Africa, and also among higher learning institutions experiencing low uptake and use of the FC. A phenomenological approach consisting of in-depth interviews was utilized to collect data from a total of 20 female university students at UniVen who were purposively sampled based on their participation in HIV and AIDS dialogues and campaigns conducted on campus. The findings that were analysed thematically revealed that notions of rurality and sociocultural beliefs surrounding women's sexual and reproductive health are key structural factors that influence the low use and uptake of the FC at the rural university. The evidence thus far revealed that female students are discouraged from collecting or initiating FC because of cultural dictates or prescripts which place the responsibility to collect and initiate condom use on men. Hence the inference that UniVen female students' realities are compounded by notions of rurality and society's patriarchal nature that intersect and limit women's autonomy in matters of sex. Guided by the women empowerment theory, this paper argues that such practices take away UniVen female students' agency to decide on their sexual and reproductive health. The normalisation of socio-cultural and harmful gender practices is also a retrogression in the women's health agenda. The paper recommends a holistic approach that engages traditional and community leaders, particularly men, to unlearn and uproot harmful gender norms and patriarchal elements that hinder the promotion and use of the FC.

Keywords: female condom, UniVen, socio-cultural factors, female students, HIV and AIDS

Procedia PDF Downloads 88
2601 The Consumer's Behavior of Bakery Products in Bangkok

Authors: Jiraporn Weenuttranon

Abstract:

The objectives of the consumer behavior of bakery products in Bangkok are to study consumer behavior of the bakery product, to study the essential factors that could possibly affect the consumer behavior and to study recommendations for the development of the bakery products. This research is a survey research. Populations are buyer’s bakery products in Bangkok. The probability sample size is 400. The research uses a questionnaire for self-learning by using information technology. The researcher created a reliability value at 0.71 levels of significance. The data analysis will be done by using the percentage, mean, and standard deviation and testing the hypotheses by using chi-square.

Keywords: consumer, behavior, bakery, standard deviation

Procedia PDF Downloads 482
2600 Early Impact Prediction and Key Factors Study of Artificial Intelligence Patents: A Method Based on LightGBM and Interpretable Machine Learning

Authors: Xingyu Gao, Qiang Wu

Abstract:

Patents play a crucial role in protecting innovation and intellectual property. Early prediction of the impact of artificial intelligence (AI) patents helps researchers and companies allocate resources and make better decisions. Understanding the key factors that influence patent impact can assist researchers in gaining a better understanding of the evolution of AI technology and innovation trends. Therefore, identifying highly impactful patents early and providing support for them holds immeasurable value in accelerating technological progress, reducing research and development costs, and mitigating market positioning risks. Despite the extensive research on AI patents, accurately predicting their early impact remains a challenge. Traditional methods often consider only single factors or simple combinations, failing to comprehensively and accurately reflect the actual impact of patents. This paper utilized the artificial intelligence patent database from the United States Patent and Trademark Office and the Len.org patent retrieval platform to obtain specific information on 35,708 AI patents. Using six machine learning models, namely Multiple Linear Regression, Random Forest Regression, XGBoost Regression, LightGBM Regression, Support Vector Machine Regression, and K-Nearest Neighbors Regression, and using early indicators of patents as features, the paper comprehensively predicted the impact of patents from three aspects: technical, social, and economic. These aspects include the technical leadership of patents, the number of citations they receive, and their shared value. The SHAP (Shapley Additive exPlanations) metric was used to explain the predictions of the best model, quantifying the contribution of each feature to the model's predictions. The experimental results on the AI patent dataset indicate that, for all three target variables, LightGBM regression shows the best predictive performance. Specifically, patent novelty has the greatest impact on predicting the technical impact of patents and has a positive effect. Additionally, the number of owners, the number of backward citations, and the number of independent claims are all crucial and have a positive influence on predicting technical impact. In predicting the social impact of patents, the number of applicants is considered the most critical input variable, but it has a negative impact on social impact. At the same time, the number of independent claims, the number of owners, and the number of backward citations are also important predictive factors, and they have a positive effect on social impact. For predicting the economic impact of patents, the number of independent claims is considered the most important factor and has a positive impact on economic impact. The number of owners, the number of sibling countries or regions, and the size of the extended patent family also have a positive influence on economic impact. The study primarily relies on data from the United States Patent and Trademark Office for artificial intelligence patents. Future research could consider more comprehensive data sources, including artificial intelligence patent data, from a global perspective. While the study takes into account various factors, there may still be other important features not considered. In the future, factors such as patent implementation and market applications may be considered as they could have an impact on the influence of patents.

Keywords: patent influence, interpretable machine learning, predictive models, SHAP

Procedia PDF Downloads 50