There is a wide gap between symbolic reasoning and deep learning. In this research, we explore the possibility of using deep learning to improve symbolic reasoning. Briefly, in a reasoning system, a deep feedforward n...
详细信息
In μC/OS-III, the traditional round robin algorithm is inefficient for tasks with the same priority. To solve this problem, this paper proposes a dynamic round robin scheduling algorithm based on the shortest remaini...
详细信息
In μC/OS-III, the traditional round robin algorithm is inefficient for tasks with the same priority. To solve this problem, this paper proposes a dynamic round robin scheduling algorithm based on the shortest remaining time first, called SRTFDRR. The algorithm determines the scheduling order according to the submission time and the remaining execution time of each task;For tasks with the same priority, set up multiple ready queues, each queue calculates the time slice independently based on the average value of the remaining execution time of the task;The ready task is inserted into the ready queue RQ1 of the corresponding priority in the order of burst time increments;If the priority of the queue task is the current highest priority, the SRTFDRR algorithm runs the task in the queue RQ1;If the time slice expires, there is a task in RQ1 that has not yet finished, and the remaining execution part moves into queue RQ2 waiting for scheduling again, and so on until all tasks are finished. A multi-level queue is formed during the scheduling process. Simulation results show that, compared with the traditional RR algorithm, the SRTFDRR algorithm reduces the average turnaround time, average waiting time, average response time and switching times. It performs well in performance, overhead, and fairness of scheduling.
This paper proposes k nearest neighbors (kNN) search based on set compression tree (SCT) and best bin first (BBF) to deal with the problem for big data. The large compression rate by set compression tree is achieved b...
详细信息
Sketch-based image retrieval (SBIR) is challenging due to the inherent domain-gap between sketch and photo. Compared with pixel-perfect depictions of photos, sketches are iconic renderings of the real world with highl...
详细信息
In this paper, a novel strategy of Secure Steganograpy based on Generative Adversarial Networks is proposed to generate suitable and secure covers for steganography. The proposed architecture has one generative networ...
详细信息
One-bit measurements widely exist in the real world and can be used to recover sparse signals. This task is known as one-bit compressive sensing (1bit-CS). In this paper, we propose novel algorithms based on both conv...
详细信息
- Non-local mean (NLM) algorithm has been implemented effectively in MRI denoising and is always limited by its computational complexity. To reduce the computational burden of NLM in 3D MRI dataset, in this paper, we ...
详细信息
The research of point spread function (PSF) of astronomical object imaging is very important to the astronomical image restoration. In this paper, the simulated atmospheric turbulent phase screen, the short exposure P...
详细信息
A new pupil location methodis proposed in eye-gaze tracking system. Firstly, input images are enhanced in order to reduce the influence of illumination. Secondly, multiple candidate thresholds are obtained in terms of...
详细信息
暂无评论