Cognitive bias is a phenomenon that has been extensively studied in stock trading and many other fields. this paper presents a framework for a Mobile Stock Trading Simulator (MSTS) that facilitates automatic investmen...
详细信息
the proceedings contain 35 papers. the special focus in this conference is on Mining Humanistic Data. the topics include: Digitally Assisted Planning and Monitoring of Supportive Recommendations in Canc...
ISBN:
(纸本)9783031083402
the proceedings contain 35 papers. the special focus in this conference is on Mining Humanistic Data. the topics include: Digitally Assisted Planning and Monitoring of Supportive Recommendations in Cancer Patients;CAIPI in Practice: Towards Explainable Interactive Medical Image Classification;a Deep Q Network-Based Multi-connectivity Algorithm for Heterogeneous 4G/5G Cellular Systems;simulating Blockchain Consensus Protocols in Julia: Proof of Work vs Proof of Stake;Maximum Likelihood Estimators on MCMC Sampling Algorithms for Decision Making;employing Natural Language Processing Techniques for Online Job Vacancies Classification;Probabilistic Quantile Multi-step Forecasting of Energy Market Prices: A UK Case Study;proactive Buildings: A Prescriptive Maintenance Approach;performance Meta-analysis for Big-Data Univariate Auto-Imputation in the Building Sector;non-intrusive Diagnostics for Legacy Heat-Pump Performance Degradation;a 5G-Based Architecture for Localization Accuracy;anomaly Detection in Small-Scale Industrial and Household Appliances;an Innovative software Platform for Efficient Energy, Environmental and Cost Planning in Buildings Retrofitting;deep Learning-Based Segmentation of the Atherosclerotic Carotid Plaque in Ultrasonic Images;An Intelligent Grammar-Based Platform for RNA H-type Pseudoknot Prediction;An Automated 2D U-Net Segmentation Method for the Identification of Cancer Brain Metastases Using MRI Images;the Use of Robotics in Critical Use Cases: the 5G-ERA Project Solution;fundamental Features of the Smart5Grid Platform Towards Realizing 5G Implementation;experimentation Scenarios for Machine Learning-Based Resource Management;efficient Data Management and Interoperability Middleware in Business-Oriented Smart Port Use Cases;5G for the Support of Smart Power Grids: Millisecond Level Precise Distributed Generation Monitoring and Real-Time Wide Area Monitoring;monitoring Neurological Disorder Patients via Deep Learning Based Facial Expressions An
software-intensive systems emerge in a multitude of variations to meet diverse customer requirements. To develop such variant-rich software systems, software product line (SPL) engineering has emerged as a key strateg...
详细信息
ISBN:
(数字)9798350361230
ISBN:
(纸本)9798350361247
software-intensive systems emerge in a multitude of variations to meet diverse customer requirements. To develop such variant-rich software systems, software product line (SPL) engineering has emerged as a key strategy for managing the variability. However, the adoption of SPLs is highly complex due to the diversity of feature model formats and specifications, and the complexity of implementing variability. Leveraging the capabilities of powerful large language models (LLMs) can facilitate the adoption of SPLs. Nonetheless, these LLMs often lack knowledge of the various specifications of potential feature models as well as efficient implementation of different variability mechanisms. To address these challenges, we propose a novel method based on retrieval-augmented generation. this method generates reusable artefacts and a corresponding feature mapping based on a given feature model, thereby aiding system engineers in adopting an SPL.
the proceedings contain 87 papers. the topics discussed include: open-ended coaxial probe technique for the measurement of the ionic strength due to magnesium sulfate heptahydrate in water;simplified reactive power co...
ISBN:
(纸本)9781665400299
the proceedings contain 87 papers. the topics discussed include: open-ended coaxial probe technique for the measurement of the ionic strength due to magnesium sulfate heptahydrate in water;simplified reactive power control of a multilevel inverter for grid-connected photovoltaic applications;an input error method for parameter identification of a class of Euler-Lagrange systems;a systematic method for backstepping via linear matrix inequalities;graphene for a green-environmentally methodology with organic surfactants;nonlinear least squares-based identification of a continuous friction model;adaptive tracking control of an uncertain Duffing-Holmes system;and obstacle avoidance in leader-follower formation using artificial potential field algorithm.
there has recently been an increasing interest in computationally-efficient learning methods for resource-constrained applications, e.g., pruning, quantization and channel gating. In this work, we advocate a holistic ...
详细信息
ISBN:
(纸本)9781665449359
there has recently been an increasing interest in computationally-efficient learning methods for resource-constrained applications, e.g., pruning, quantization and channel gating. In this work, we advocate a holistic approach to jointly train the backbone network and the channel gating which can speed up subnet selection for a new task at the resource-limited node. In particular, we develop a federated meta-learning algorithm to jointly train good meta-initializations for boththe backbone networks and gating modules, by leveraging the model similarity across learning tasks on different nodes. In this way, the learnt meta-gating module effectively captures the important filters of a good meta-backbone network, and a task-specific conditional channel gated network can be quickly adapted from the meta-initializations using data samples of the new task. the convergence of the proposed federated meta-learning algorithm is established under mild conditions. Experimental results corroborate the effectiveness of our method in comparison to related work.
In the information age, vehicle information systems are evolving with increased complexity. Traditional fault diagnosis methods struggle to keep pace with new software faults. Leveraging knowledge graphs, which can re...
详细信息
ISBN:
(数字)9798350365658
ISBN:
(纸本)9798350365665
In the information age, vehicle information systems are evolving with increased complexity. Traditional fault diagnosis methods struggle to keep pace with new software faults. Leveraging knowledge graphs, which can represent intricate connections and rules within language knowledge, offers a fresh approach. this paper introduces a comprehensive fault analysis and reasoning framework for vehicle information systems using knowledge graphs. By gathering internet data, conducting entity and relationship extraction, and constructing a knowledge graph, the model enables intelligent question-answering capabilities based on logical rule reasoning. Deep learning techniques, specifically the TransE model for knowledge representation learning, facilitate entity prediction, relationship prediction, and triple correctness verification. this framework aims to enhance fault diagnosis and maintenance guidance in vehicle information systems.
the paper presents the results of a survey-based study on the opinions of employers regarding professional education and training in Romania, with additional analysis conducted using chi-square tests to evaluate six h...
详细信息
Passive Optical Network (PON) technology is a cost-effective solution for delivering high-speed internet services to residential areas using optical fiber in access networks. the introduction of Next Generation Passiv...
Passive Optical Network (PON) technology is a cost-effective solution for delivering high-speed internet services to residential areas using optical fiber in access networks. the introduction of Next Generation Passive Optical Network 2 (NGPON2) with point-to-point wavelength division multiplexing (WDM) technology has addressed the increasing demand for higher bandwidth. this paper presents a comprehensive analysis of related work in the field, showcasing previous studies on PON coexistence and the challenges they addressed. In addition, a design using Time Division Multiplexing (TDM) and Time Wavelength Division Multiplexing (TWDM) systems is proposed in this paper to demonstrate an effective coexistence of multiple PON technologies. Simulation findings show the system performances that were evaluated at various fiber distances, downstream bit rates. It also identifies areas for future research, such as investigating advanced coexistence techniques, emerging PON technologies, and collaboration with industry partners for validation.
the escalating sophistication of Android malware poses significant challenges to traditional detection methods, necessitating innovative approaches that can efficiently identify and classify threats with high precisio...
详细信息
the automatic generation of source code is one of the long-lasting dreams in softwareengineering research. Several techniques have been proposed to speed up the writing of new code. For example, code completion techn...
the automatic generation of source code is one of the long-lasting dreams in softwareengineering research. Several techniques have been proposed to speed up the writing of new code. For example, code completion techniques can recommend to developers the next few tokens they are likely to type, while retrieval-based approaches can suggest code snippets relevant for the task at hand. Also, deep learning has been used to automatically generate code statements starting from a natural language description. While research in this field is very active, there is no study investigating what the users of code recommender systems (i.e., software practitioners) actually need from these tools. We present a study involving 80 software developers to investigate the characteristics of code recommender systems they consider important. the output of our study is a taxonomy of 70 “requirements” that should be considered when designing code recommender systems. For example, developers would like the recommended code to use the same coding style of the code under development. Also, code recommenders being “aware” of the developers' knowledge (e.g., what are the framework/libraries they already used in the past) and able to customize the recommendations based on this knowledge would be appreciated by practitioners. the taxonomy output of our study points to a wide set of future research directions for code recommenders.
暂无评论