With the advancement of machinelearning for classifying and categorizing larger sets of data, there is a high need for greater computational power. Quantum computing in machinelearning advances to solve this in a le...
详细信息
data augmentation, also called implicit regularization, is one of the popular strategies to improve the generalization capability of deep neural networks. It is crucial in situations where there is a scarcity of high-...
详细信息
The heat pipe is widely used for electronic cooling. ln the simplest configuration of heat pipe, it consists of a cylindrical vessel having three sections (Evaporator, Adiabatic, Condenser). It has a wide range of app...
详细信息
Road accidents are increasing day by day. In India, every year nearly 33% of road accidents take place in national highways and 23% in state highways. This paper focuses on predicting the road accidents in national an...
详细信息
This paper presents a literature review on the use of learning analytics to support prediction in university student admission. The review covers four areas: types of research issues examined, types of data, analytica...
详细信息
ISBN:
(纸本)9783031357305;9783031357312
This paper presents a literature review on the use of learning analytics to support prediction in university student admission. The review covers four areas: types of research issues examined, types of data, analytical techniques, and performance metrics used. A total of 59 research articles published between 2013 and 2022 in relation to the use of predictive learning analytics for student admission were collected from Scopus for analysis. The findings show the major types of research issues including admission outcome, academic performance, admission yield, chance of admission, and suitable major/field of study. The types of data frequently used include academic performance, educational background, socio-demographic data, admission-related data, and application-related data. The findings also show that logistic regression, decision tree, random forest, support vector machine, and neural network are the most commonly adopted analytical techniques, whereas accuracy, recall, precision, F-measure, and R-squared are the most frequently used performance metrics. The results contribute to identifying the features and patterns of predictive learning analytics with respect to university student admission.
We demonstrate a novel method of speeding up large iterative tasks such as machinelearning inference. Our approach is to improve the memory access pattern, taking advantage of coroutines as a programming language fea...
详细信息
ISBN:
(纸本)9798350396331
We demonstrate a novel method of speeding up large iterative tasks such as machinelearning inference. Our approach is to improve the memory access pattern, taking advantage of coroutines as a programming language feature to minimise the developer effort and reduce code complexity. We evaluate our approach using a comprehensive set of benchmarks run on three hardware platforms (one ARM and two Intel CPUs). The best observed performance boosts were 65% for scanning the nodes in a B+ tree, 34% for support vector machine inference, 12% for image pixel normalisation, and 15.5% for two dimensional convolution. Performance varied with data size, numeric type, and other factors, but overall the method is practical and can lead to significant improvements for edge computing.
The audit report, as disclosed in the annual reports of listed companies, represents a critical source of textual data for assessing enterprise risk and conducting financial analysis. Descriptions of key audit matters...
详细信息
ISBN:
(纸本)9798400709760
The audit report, as disclosed in the annual reports of listed companies, represents a critical source of textual data for assessing enterprise risk and conducting financial analysis. Descriptions of key audit matters in the audit report offer detailed explanations and insights. This study aims to develop predictive models for assessing the financial distress status of Chinese manufacturing listed companies, enhancing early warning accuracy through the integration of financial indicators and textual data. Utilizing data from 2016 to 2022, which includes Z-Score, F-Score, and descriptions of key audit matters from the financial reports of manufacturing listed companies, we introduce text mining techniques such as TF-IDF, Word2Vec, Doc2Vec, and LDA to extract crucial information. Subsequently, the extracted textual features are dimensionally reduced via PCA and Truncated SVD techniques. We construct multiple deep learning models, including Multilayer Perceptron (MLP), Convolutional Neural Network (CNN), Recurrent Neural Network (RNN), and Long Short-Term Memory (LSTM), using ACC and AUC-ROC as evaluation metrics. The findings indicate that deep learning models incorporating textual data surpass those relying solely on traditional financial indicators in predicting financial distress, achieving an AUC value of 0.9028, marking an improvement of 0.0483. This study not only furnishes a new perspective on financial distress prediction research but also provides effective tools for investors and regulatory agencies to identify potential financial crises.
Developing intelligent robotic helpers for underground engineering presents significant hurdles, particularly with regard to autonomous navigation in areas devoid of GPS signals. Although drones using GPS navigation i...
详细信息
Developing intelligent robotic helpers for underground engineering presents significant hurdles, particularly with regard to autonomous navigation in areas devoid of GPS signals. Although drones using GPS navigation in open areas are sophisticated and widely used, when GPS signals are poor or in areas with subterranean space, drones become blind and lose their benefits. In this study, a thorough foundation for autonomous piloting algorithms was put forward in order to create an autonomous drone, which can pilot autonomously in surroundings without external referrals. The technological framework combines sensor fusion, machinelearning, path planning, simultaneous localization and mapping (SLAM), and real-time communication. First, data from LiDAR, ultrasonic sensors, and inertial measurement units (IMUs) are first combined using sensor fusion techniques to generate a 3D virtual model of the surrounding area. Real-time-mapping and locating are facilitated by SLAM algorithms. Second, machinelearning models use sensor data to inform piloting decisions, while computer vision algorithms facilitate obstacle detection and recognition. Third, using the virtual model's observed impediments and predetermined mission objectives, path planning algorithms create safe and effective flying routes. Hardware and software were created to accompany a drone for test and demonstration. Through a loop of testing, validation, redundancy, and fail-safes, the autonomous piloting algorithms were integrated and improved. The drone equipped with the autonomous piloting algorithms was able to navigate in subterranean space on its own with no GPS navigation after trial and error. The capability and dependability of autonomous drone systems for inspection support in such conditions are to be improved through ongoing research and development.
In Software engineering effort estimation provides an important role for software development and managing project cost, quality, and time. Since last decades, software estimation has been receiving significant attent...
详细信息
Tabular data is arguably one of the most commonly used data structures in various practical domains, including finance, healthcare and e-commerce. However, based on a recently published tabular benchmark, we can see d...
详细信息
Tabular data is arguably one of the most commonly used data structures in various practical domains, including finance, healthcare and e-commerce. However, based on a recently published tabular benchmark, we can see deep neural networks still fall behind tree-based models on tabular datasets (Grinsztajn et al., 2022). In this paper, we propose Trompt-which stands for Tabular Prompt-a novel architecture inspired by prompt learning of language models. The essence of prompt learning is to adjust a large pre-trained model through a set of prompts outside the model without directly modifying the model. Based on this idea, Trompt separates the learning strategy of tabular data into two parts for the intrinsic information of a table and the varied information among samples. Trompt is evaluated with the benchmark mentioned above. The experimental results demonstrate that Trompt outperforms state-of-the-art deep neural networks and is comparable to tree-based models (Figure 1).
暂无评论