Your search
Results 1,359 resources
-
<jats:p>Worldwide, cardiovascular diseases are some of the primary causes of death; yet the early detection and diagnosis of such diseases have the potential to save many lives. Technological means of detection are becoming increasingly essential and numerous techniques have been created for this purpose, such as forecasting. Of these techniques, the time series forecasting technique seeks to predict future events. The long-term time series forecasting of physiological data could assist medical professionals in predicting and treating patients based on very early diagnosis. This article presents a model that utilizes a deep learning technique to predict long-term ECG signals. The forecasting model can learn signals’ nonlinearity, nonstationarity, and complexity based on a long short-term memory architecture. However, this is not a trivial task as the correct forecasting of a signal that closely resembles the original complex signal’s structure and behavior while minimizing any differences in amplitude continues to pose challenges. To achieve this goal, we used a dataset available on the Physio net database, called MIT-BIH, with 48 ECG recordings of 30 min each. The developed model starts with pre-processing to reduce interference in the original signals, then applies a deep learning algorithm, based on a long short-term memory (LTSM) neural network with two hidden layers. Next, we applied the root mean square error (RMSE) and mean absolute error (MAE) metrics to evaluate the performance of the model and obtained an average RMSE of 0.0070±0.0028 and an average MAE of 0.0522±0.0098 across all simulations. The results indicate that the proposed LSTM model is a promising technique for ECG forecasting, considering the trends of the changes in the original data series, most notably in R-peak amplitude. Given the model’s accuracy and the features of the physiological signals, the system could be used to improve existing predictive healthcare systems for cardiovascular monitoring.</jats:p>
-
Objetivo: Explorar a aplicação de inteligência artificial (IA) na predição da idade óssea a partir de imagens de raios-X. Método: Utilizou-se a Metodologia Interdisciplinar para o Desenvolvimento de Tecnologias em Saúde (MIDTS) para desenvolver uma ferramenta de predição. O treinamento foi realizado com redes neurais convolucionais (CNNs) usando um conjunto de dados de 14.036 imagens de raios-X. Resultados: A ferramenta alcançou um coeficiente de determinação (R²) de 0,94807 e um Erro Médio Absoluto (MAE) de 6,97, destacando sua precisão e potencial de aplicação clínica. Conclusão: O projeto demonstrou grande potencial para aprimorar a predição da idade óssea, com possibilidades de evolução conforme a base de dados aumenta e a IA se torna mais sofisticada.
-
Consumer neuroscience analyzes individuals’ preferences through the assessment of physiological data monitoring, considering brain activity or other bioinformation to assess purchase decisions. Traditional marketing tactics include customer surveys, product evaluations, and comments. For product or brand marketing and mass production, it is important to understand consumer neurological responses when seeing an ad or testing a product. In this work, we use the bi-clustering method to reduce EEG noise and automatic machine learning to classify brain responses. We analyze a neuromarketing EEG dataset that contains EEG data from product evaluations from 25 participants, collected with a 14 channel Emotiv Epoch + device, while examining consumer items. Four components comprised the research methodology. Initially, the Welch Transform was used to filter the EEG raw data. Second, the best converted signal biclusterings are used to train different classification models. Each biclustering is evaluated with a separate classifier, considering F1-Score. After that, the H2O.ai AutoML library is used to select the optimal biclustering and models. Instead of traditional procedures, two thresholds are used. First-threshold values indicate customer satisfaction. Low values of the second threshold reflect consumer dissatisfaction. Values between the first and second criteria are classified as uncertain values. We outperform the state of the art with a 0.95 F1-Score value.
-
Introduction: SARS-CoV-2, a virus responsible for the emergence of the life-threatening disease known as COVID-19, exhibits a diverse range of clinical manifestations. The spectrum of symptoms varies widely, encompassing mild to severe presentations, while a considerable portion of the population remains asymptomatic. COVID-19, primarily a respiratory virus, has been linked to cardiovascular complications in some patients. Notably, cardiac issues can also arise after recovery, contributing to post-acute COVID-19 syndrome, a significant concern for patient health. The present study intends to evaluate the post-acute COVID-19 syndrome cardiovascular effect through ECG by comparing patients affected with cardiac diseases without COVID-19 diagnosis report (class 1) and patients with cardiac pathologies who present post-acute COVID-19 syndrome (class 2). Methods: From 2 body positions, a total of 10 non-linear features, extracted every 1 second under a multi-band analysis performed by Discrete Wavelet Transform (DWT), have been compressed by 6 statistical metrics to serve as inputs for an individual feature analysis by the means of Mann-Whitney U-test and XROC classification. Results and Discussion: 480 Mann-Whitney U-test statistical analyses and XROC discrimination approaches have been done. The percentage of statistical analysis with significant differences (p<0.05) was 30.42% (146 out of 480). The best overall results were obtained by approximating the feature Energy, with the data compressor Kurtosis in the body position Down. Those results were 83.33% of Accuracy, 83.33% of Sensitivity, 83.33% of Specificity and 87.50% of AUC. Conclusions: The results show that the applied methodology can be a way to show changes in cardiac behaviour provoked by post-acute COVID-19 syndrome.
-
Artificial intelligence (AI) and deep learning (DL) are advancing in stock market prediction, attracting the attention of researchers in computer science and finance. This bibliometric review analyzes 525 articles published from 1991 to 2024 in Scopus-indexed journals, utilizing VOSviewer software to identify key research trends, influential contributors, and burgeoning themes. The bibliometric analysis encompasses a performance analysis of the most prominent scientific contributors and a network analysis of scientific mapping, which includes co-authorship, co-occurrence, citation, bibliographical coupling, and co-citation analyses enabled by the VOSviewer software. Among the 693 countries, significant hubs of knowledge production include China, the US, India, and the UK, highlighting the global relevance of the field. Various AI and DL technologies are increasingly employed in stock price predictions, with artificial neural networks (ANN) and other methods such as long short-term memory (LSTM), Random Forest, Sentiment Analysis, Support Vector Machine/Regression (SVM/SVR), among the 1399 keyword counts in publications. Influential studies such as LeBaron (1999) and Moghaddam (2016) have shaped foundational research in 8159 citations. This review offers original insights into the bibliometric landscape of AI and DL applications in finance by mapping global knowledge production and identifying critical AI methods advancing stock market prediction. It enables finance professionals to learn about technological developments and trends to enhance decision-making and gain market advantage.
-
Facial expression recognition (FER) is essential for discerning human emotions and is applied extensively in big data analytics, healthcare, security, and user experience enhancement. This paper presents an empirical study that evaluates four existing deep learning models—VGG16, DenseNet, ResNet50, and GoogLeNet—utilizing the Facial Expression Recognition 2013 (FER2013) dataset. The dataset contains seven distinct emotional expressions: angry, disgust, fear, happy, neutral, sad, and surprise. Each model underwent rigorous assessment based on metrics including test accuracy, training duration, and weight file size to test their effectiveness in FER tasks. ResNet50 emerged as the top performer with a test accuracy of 69.46%, leveraging its residual learning architecture to effectively address challenges inherent in training deep neural networks. Conversely, GoogLeNet exhibited the lowest test accuracy among the models, suggesting potential architectural constraints in FER applications. VGG16, while competitive in accuracy, demonstrated lengthier training times and a larger weight file size (512MB), highlighting the inherent balance between model complexity and computational efficiency.
-
<jats:p>Facial expression recognition (FER) is essential for discerning human emotions and is applied extensively in big data analytics, healthcare, security, and user experience enhancement. This study presents a comprehensive evaluation of ten state-of-the-art deep learning models—VGG16, VGG19, ResNet50, ResNet101, DenseNet, GoogLeNet V1, MobileNet V1, EfficientNet V2, ShuffleNet V2, and RepVGG—on the task of facial expression recognition using the FER2013 dataset. Key performance metrics, including test accuracy, training time, and weight file size, were analyzed to assess the learning efficiency, generalization capabilities, and architectural innovations of each model. EfficientNet V2 and ResNet50 emerged as top performers, achieving high accuracy and stable convergence using compound scaling and residual connections, enabling them to capture complex emotional features with minimal overfitting. DenseNet, GoogLeNet V1, and RepVGG also demonstrated strong performance, leveraging dense connectivity, inception modules, and re-parameterization techniques, though they exhibited slower initial convergence. In contrast, lightweight models such as MobileNet V1 and ShuffleNet V2, while excelling in computational efficiency, faced limitations in accuracy, particularly in challenging emotion categories like “fear” and “disgust”. The results highlight the critical trade-offs between computational efficiency and predictive accuracy, emphasizing the importance of selecting appropriate architecture based on application-specific requirements. This research contributes to ongoing advancements in deep learning, particularly in domains such as facial expression recognition, where capturing subtle and complex patterns is essential for high-performance outcomes.</jats:p>
-
<jats:p>Causal machine learning is an approach that combines causal inference and machine learning to understand and utilize causal relationships in data. In current research and applications, traditional machine learning and deep learning models always focus on prediction and pattern recognition. In contrast, causal machine learning goes a step further by revealing causal relationships between different variables. We explore a novel concept called Double Machine Learning that embraces causal machine learning in this research. The core goal is to select independent variables from a gesture identification problem that are causally related to final gesture results. This selection allows us to classify and analyze gestures more efficiently, thereby improving models’ performance and interpretability. Compared to commonly used feature selection methods such as Variance Threshold, Select From Model, Principal Component Analysis, Least Absolute Shrinkage and Selection Operator, Artificial Neural Network, and TabNet, Double Machine Learning methods focus more on causal relationships between variables rather than correlations. Our research shows that variables selected using the Double Machine Learning method perform well under different classification models, with final results significantly better than those of traditional methods. This novel Double Machine Learning-based approach offers researchers a valuable perspective for feature selection and model construction. It enhances the model’s ability to uncover causal relationships within complex data. Variables with causal significance can be more informative than those with only correlative significance, thus improving overall prediction performance and reliability.</jats:p>
-
It has been previously demonstrated that stochastic volatility emerges as the gauge field necessary to restore local symmetry under changes in stock prices in the Black–Scholes (BS) equation. When this occurs, a Merton–Garman-like equation emerges. From the perspective of manifolds, this means that the Black–Scholes and Merton–Garman (MG) equations can be considered locally equivalent. In this scenario, the MG Hamiltonian is a special case of a more general Hamiltonian, here referred to as the gauge Hamiltonian. We then show that the gauge character of volatility implies a specific functional relationship between stock prices and volatility. The connection between stock prices and volatility is a powerful tool for improving volatility estimations in the stock market, which is a key ingredient for investors to make good decisions. Finally, we define an extended version of the martingale condition, defined for the gauge Hamiltonian.
-
This paper examines the evolving trends in Chinese student mobility to Thailand, highlighting three distinct phases shaped by changes in the higher education: the dominance of Thai language programmes (1990–2010), the rise of business and international programmes (2010–2020), and the increasing preference for graduate studies (2020 onwards). By analysing the economic, cultural, and institutional factors facilitating these shifts, this paper positions Thailand as an emerging alternative study destination for Chinese students. It highlights the significance of this migration within the context of Thailand’s declining fertility rate and labour shortages, focusing on how Thai universities have adapted through active recruitment strategies targeting Chinese students. This paper also addresses the push and pull factors underpinning this migration and the pursuit of alternative educational pathways among Chinese youth. Additionally, it explores the strategic role of Sino-Thai collaborations under the BRI and their broader implications for educational mobility and economic ties.
-
The objective is to assess whether the extent to which employee resilience and organizational culture would be significantly related to and statistically predict the three facets of employee work engagement. Resilience was measured by four facets (Determination, Endurance, Adaptability, and Recuperability); and Organization Culture was measured for three types (Bureaucratic, Innovative, and Supportive). The dependent measures were the three facets of Work Engagement (Cognitive, Emotional, and Physical). This research by questionnaire was conducted in 2023. The questionnaires completed by 316 full-time workers revealed that all four facets of employee resilience had significant positive correlations with all three types of work engagement. Also, all three facets of work engagement were significantly higher in Innovative and Supportive cultures compared to Bureaucratic cultures. The regression analyses performed showed that the resilience factors of Determination and Adaptability were strong positive predictors of all three facets of work engagement. Furthermore, Innovative culture had additional positive effects on all three facets of work engagement; while Supportive culture had an additional positive effect on Emotional Work Engagement. The implications of the results for management are also discussed in this paper.
-
PDF | Purpose Whilst the majority of academic studies have focused on the for-profit business-to-consumer type of sharing economy, the community-based... | Find, read and cite all the research you need on ResearchGate
-
Robotics are being used in the intervention with children with Autism Spectrum Disorder (ASD) in many places and already for many years. Many robots were developed and different studies are being made in order to evaluate its effectiveness. “Socially Assistive Robotics” is shown to be effective in different areas mainly in social and emotional development. Milo, a robot developed by a team led by Richard Margolin for the Robots4Autism program (RoboKind, 2020), is one of the robots whose use is reported to be successful. In Macao there is no report of studies or experiences on the use of robots in the intervention with children with ASD. In a collaboration between the Macao Science Centre, the Macao Autism Association (MAA) and the University of Saint Joseph, an exploratory study was developed to understand the applicability of Milo to the work with children with ASD in Macao. The study showed that the robot is able to facilitate social and emotional competences of children with ASD. However, several limitations including language, cultural differences, the inexperienced facilitators and the level of sessions are too simple for the participants to be aware of that may affect the effectiveness of the intervention. It is important to show that the adoption of Milo in Macao for intervening children with ASD can be further implemented, with better practical solutions.
-
Purpose Retail omnichannel implementation faces barriers hindering accurate and efficient integration across marketing channels. Our desk examination identified a need for a broader perspective in investigating these barriers, moving away from a dominant, narrow approach. This research aims to develop a comprehensive set of items to measure retail omnichannel obstacles, refine the scale and assess its reliability and validity for a robust measurement tool. Design/methodology/approach Our approach combines quantitative and qualitative methods, using data from primary and secondary sources to create and validate the omnichannel obstacles scale. Findings This study emphasises the inclusive nature of retail functional areas, departing from prior literature that examined them in isolation. Instead of focussing on separate domains where retail omnichannel obstacles may arise, we adopt a holistic perspective by integrating previously disconnected elements. Originality/value We assert that challenges in retail omnichannel operations encompass three distinct dimensions: operational efficiency, channel inefficiency, and strategy and organisational culture within retailing. In our final validated measurement model, we consolidate the channel inefficiency dimension and refine the omnichannel obstacles scale to emphasise two areas of consideration.
Explore
USJ Theses and Dissertations
- Doctorate Theses (42)
-
Master Dissertations
(636)
-
Faculty of Arts and Humanities
(108)
- Architecture (15)
- Communication and Media (39)
- Design (33)
- History and Heritage Studies (21)
- Faculty of Business and Law (171)
-
Faculty of Health Sciences
(133)
- Counselling and Psychotherapy (75)
- Organisational Psychology (27)
- Social Work (30)
-
Faculty of Religious Studies and Philosophy
(18)
- Philosophy (18)
- Institute of Science and Environment (26)
-
School of Education
(181)
- Education (181)
-
Faculty of Arts and Humanities
(108)
Academic Units
-
Faculty of Arts and Humanities
(125)
- Adérito Marcos (11)
- Álvaro Barbosa (7)
- Carlos Caires (11)
- Daniel Farinha (2)
- Denis Zuev (6)
- Filipa Martins de Abreu (7)
- Filipa Simões (1)
- Filipe Afonso (6)
- Francisco Vizeu Pinheiro (2)
- Gérald Estadieu (18)
- José Simões (21)
- Nuno Rocha (1)
- Nuno Soares (28)
- Olga Ng Ka Man, Sandra (7)
- Priscilla Roberts (6)
-
Faculty of Business and Law
(210)
- Alessandro Lampo (23)
- Alexandre Lobo (101)
- Angelo Rafael (5)
- Douty Diakite (13)
- Emil Marques (3)
- Florence Lei (18)
- Ivan Arraut (25)
- Jenny Phillips (14)
- Sergio Gomes (2)
- Silva, Susana C. (19)
- Stephan Rothlin (1)
-
Faculty of Health Sciences
(22)
- Angus Kuok (9)
- Cynthia Leong (1)
- Edlia Simoes (1)
- Edward Kwan (1)
- Helen Liu (2)
- Maria Rita Silva (1)
- Michael Lai (3)
- Vitor Santos Teixeira (3)
-
Faculty of Religious Studies and Philosophy
(77)
- Andrew Leong (6)
- Cyril Law (6)
- Edmond Eh (1)
- Fausto Gomez (1)
- Franz Gassner (6)
- Jaroslaw Duraj (9)
- Judette Gallares (3)
- Martyn Percy (4)
- Sonja Xia (4)
- Stephen Morgan (18)
- Thomas Cai (5)
-
Institute for Data Engineering and Sciences
(34)
- George Du Wencai (26)
- Liang Shengbin (11)
-
Institute of Science and Environment
(83)
- Ágata Alveirinho Dias (20)
- Chan Shek Kiu (3)
- David Gonçalves (19)
- Karen Tagulao (11)
- Raquel Vasconcelos (6)
- Sara Cardoso (1)
- Shirley Siu (10)
- Thomas Lei (13)
- Wenhong Qiu (1)
-
Library
(3)
- Emily Chan (3)
-
Macau Ricci Institute
(7)
- Jaroslaw Duraj (4)
- Stephen Rothlin (3)
-
School of Education
(127)
- Elisa Monteiro (3)
- Hao Wu (7)
- Isabel Tchiang (2)
- Keith Morrison (61)
- Kiiko Ikegami (3)
- Miranda Chi Kuan Mak (11)
- Mo Chen (2)
- Rochelle Ge (19)
- Susannah Sun (6)
- USJ-Kong Hon Academy for Cellular Nutrition (1)
Resource type
- Blog Post (3)
- Book (35)
- Book Section (83)
- Conference Paper (77)
- Document (4)
- Journal Article (506)
- Magazine Article (12)
- Manuscript (1)
- Newspaper Article (34)
- Preprint (5)
- Presentation (49)
- Radio Broadcast (5)
- Report (20)
- Thesis (523)
- Web Page (2)
United Nations SDGs
- 03 - Good Health and Well-being (31)
- 04 - Quality Education (9)
- 05 - Gender Equality (1)
- 07 - Affordable and Clean Energy (2)
- 08 - Decent Work and Economic Growth (6)
- 09 - Industry, Innovation and Infrastructure (23)
- 10 - Reduced Inequalities (1)
- 11 - Sustainable Cities and Communities (9)
- 12 - Responsable Consumption and Production (5)
- 13 - Climate Action (8)
- 14 - Life Below Water (14)
- 15 - Life on Land (3)
- 16 - Peace, Justice and Strong Institutions (1)
- 17 - Partnerships for the Goals (1)
Cooperation
Student Research and Output
-
Faculty of Business and Law
(5)
- Neto, Andreia (1)
-
School of Education
(4)
- Áine Ní Bhroin (1)
- Emily Chan (3)