In deep reinforcement learning, sampling ineffi-ciency is addressed by mimicking human learning which lever-Ages past experiences stored in the hippocampus. Integrating this idea, the proposed approach utilizes a task...
详细信息
This paper presents a comprehensive evaluation and ranking of five Large Language Models - Mistral, Vicuna, Phi, Llama 2, and Zephyr - across five temperature variants. The focus is on their ability to predict the lik...
详细信息
Graph neural network (GNN) has gained increasing popularity in recent years owing to its capability and flexibility in modeling complex graph structure data. Among all graph learning methods, hypergraph learning is a ...
详细信息
The paper uses Deep Reinforcement Learning (DRL) to traffic signal regulation, solving urban traffic congestion. Our research paper demonstrates the simulation of intricate traffic conditions with microscopic accuracy...
详细信息
Lung cancer is a major global cause of death, highlighting the critical need for quick and accurate detection methods. The exploration of computational alternatives arose from the standard way of manually processing C...
详细信息
The 'ConfigMaster: An interactive solution for system management' is a simple utility written using Bash scripting. It is designed for Unix-like systems. The tool lets users easily configure system settings an...
详细信息
With the increasing amount of data,there is an urgent need for efficient sorting algorithms to process large data *** sorting algorithms have attracted much attention because they can take advantage of different hardw...
详细信息
With the increasing amount of data,there is an urgent need for efficient sorting algorithms to process large data *** sorting algorithms have attracted much attention because they can take advantage of different hardware's *** the traditional hardware sort accelerators suffer“memory wall”problems since their multiple rounds of data transmission between the memory and the *** this paper,we utilize the in-situ processing ability of the ReRAM crossbar to design a new ReCAM array that can process the matrix-vector multiplication operation and the vector-scalar comparison in the same array *** this designed ReCAM array,we present ReCSA,which is the first dedicated ReCAM-based sort *** hardware designs,we also develop algorithms to maximize memory utilization and minimize memory exchanges to improve sorting *** sorting algorithm in ReCSA can process various data types,such as integer,float,double,and *** also present experiments to evaluate the performance and energy efficiency against the state-of-the-art sort *** experimental results show that ReCSA has 90.92×,46.13×,27.38×,84.57×,and 3.36×speedups against CPU-,GPU-,FPGA-,NDP-,and PIM-based platforms when processing numeric data *** also has 24.82×,32.94×,and 18.22×performance improvement when processing string data sets compared with CPU-,GPU-,and FPGA-based platforms.
The vast changes in the computing utilization have created a need with the improvised resource availability and reliability. The virtualization of servers and data centers to increase their efficiency has transformed ...
详细信息
This paper considers link scheduling in a wireless network comprising of two types of nodes:(i)hybrid access points(HAPs)that harvest solar en-ergy,and(ii)devices that harvest radio frequency(RF)energy whenever HAPs *...
详细信息
This paper considers link scheduling in a wireless network comprising of two types of nodes:(i)hybrid access points(HAPs)that harvest solar en-ergy,and(ii)devices that harvest radio frequency(RF)energy whenever HAPs *** aim is to de-rive the shortest possible link schedule that determines the transmission time of inter-HAPs links,and uplinks from devices to *** first outline a mixed in-teger linear program(MILP),which can be run by a central node to determine the optimal schedule and transmit power of HAPs and *** then out-line a game theory based protocol called Distributed Schedule Minimization Protocol(DSMP)that is run by HAPs and ***,it does not require causal energy arrivals and channel gains *** results show that DSMP produces schedule lengths that are at most 1.99x longer than the schedule computed by MILP.
Partition testing is one of the most fundamental and popularly used software testing *** first di-vides the input domain of the program under test into a set of disjoint partitions,and then creates test cases based on...
详细信息
Partition testing is one of the most fundamental and popularly used software testing *** first di-vides the input domain of the program under test into a set of disjoint partitions,and then creates test cases based on these *** by the theory of software cybernetics,some strategies have been proposed to dynamically se-lect partitions based on the feedback information gained during *** basic intuition of these strategies is to assign higher probabilities to those partitions with higher fault-detection potentials,which are judged and updated mainly ac-cording to the previous test *** a feedback-driven mechanism can be considered as a learning process—it makes decisions based on the observations acquired in the test ***,advanced learning techniques could be leveraged to empower the smart partition selection,with the purpose of further improving the effectiveness and efficiency of partition *** this paper,we particularly leverage reinforcement learning to enhance the state-of-the-art adaptive partition testing *** algorithms,namely RLAPT_Q and RLAPT_S,have been developed to implement the proposed *** studies have been conducted to evaluate the performance of the proposed approach based on seven object programs with 26 *** experimental results show that our approach outperforms the existing partition testing techniques in terms of the fault-detection capability as well as the overall testing *** study demonstrates the applicability and effectiveness of reinforcement learning in advancing the performance of software testing.
暂无评论