期刊文献+
共找到45篇文章
< 1 2 3 >
每页显示 20 50 100
Hyperparameter Tuning for Deep Neural Networks Based Optimization Algorithm 被引量:2
1
作者 D.Vidyabharathi V.Mohanraj 《Intelligent Automation & Soft Computing》 SCIE 2023年第6期2559-2573,共15页
For training the present Neural Network(NN)models,the standard technique is to utilize decaying Learning Rates(LR).While the majority of these techniques commence with a large LR,they will decay multiple times over ti... For training the present Neural Network(NN)models,the standard technique is to utilize decaying Learning Rates(LR).While the majority of these techniques commence with a large LR,they will decay multiple times over time.Decaying has been proved to enhance generalization as well as optimization.Other parameters,such as the network’s size,the number of hidden layers,drop-outs to avoid overfitting,batch size,and so on,are solely based on heuristics.This work has proposed Adaptive Teaching Learning Based(ATLB)Heuristic to identify the optimal hyperparameters for diverse networks.Here we consider three architec-tures Recurrent Neural Networks(RNN),Long Short Term Memory(LSTM),Bidirectional Long Short Term Memory(BiLSTM)of Deep Neural Networks for classification.The evaluation of the proposed ATLB is done through the various learning rate schedulers Cyclical Learning Rate(CLR),Hyperbolic Tangent Decay(HTD),and Toggle between Hyperbolic Tangent Decay and Triangular mode with Restarts(T-HTR)techniques.Experimental results have shown the performance improvement on the 20Newsgroup,Reuters Newswire and IMDB dataset. 展开更多
关键词 Deep learning deep neural network(DNN) learning rates(LR) recurrent neural network(RNN) cyclical learning rate(CLR) hyperbolic tangent decay(HTD) toggle between hyperbolic tangent decay and triangular mode with restarts(T-HTR) teaching learning based optimization(TLBO)
下载PDF
一种TMR容错服务器永久故障恢复机制的研究与实现 被引量:2
2
作者 刘天田 袁由光 +1 位作者 杨升春 代征 《舰船电子工程》 2005年第1期56-58,130,共4页
恢复是实现容错系统容错目的和提高系统可用性的重要环节。基于自行研制的TMR容错服务器系统 ,提出了一种以检查点为基础的进程复制恢复技术 ,主要介绍恢复机制的整体结构和实现的关键技术—检测点保存与恢复技术(checkpointing/restart)
关键词 CHECKPOINT restarting TMR容错服务器 永久故障
下载PDF
开放路由平台中OSPF Graceful Restart的研究与实现
3
作者 王晓伟 王宝生 +1 位作者 李楠 甘亮 《计算机应用与软件》 CSCD 北大核心 2006年第9期104-105,共2页
GracefulRestart是一种旨在使路由协议重启的影响最小化的机制,其目的是尽量减少路由器重启导致的路由抖动,减少路由计算资源和网络带宽资源的浪费。在对GracefulRestart机制作深入研究的前提下,对开放路由平台Quagga进行了OSPFGraceful... GracefulRestart是一种旨在使路由协议重启的影响最小化的机制,其目的是尽量减少路由器重启导致的路由抖动,减少路由计算资源和网络带宽资源的浪费。在对GracefulRestart机制作深入研究的前提下,对开放路由平台Quagga进行了OSPFGracefulRestart扩展,实现了原型系统。 展开更多
关键词 OSPF GRACEFUL RESTART 路由抖动 Quagga
下载PDF
并行作业容错自动调度环境设计
4
作者 刘杰 张亦添 +3 位作者 迟利华 徐涵 蒋杰 胡庆丰 《计算机工程与科学》 CSCD 北大核心 2009年第11期87-90,共4页
大型科学与工程计算需要实现空前复杂的数值模拟计算和处理空前庞大的数据,有必要设计一个容错环境,自动调度加载故障程序。基于并行作业和系统提供的checkpoint/restart功能,本文设计了一个用户级的并行作业容错自动调度环境,包括并行... 大型科学与工程计算需要实现空前复杂的数值模拟计算和处理空前庞大的数据,有必要设计一个容错环境,自动调度加载故障程序。基于并行作业和系统提供的checkpoint/restart功能,本文设计了一个用户级的并行作业容错自动调度环境,包括并行程序容错调度的自动感知、自动加载和数据完整性保证算法。测试结果表明,并行作业容错自动调度环境保证了checkpoint数据的完整性,并在应用程序出错退出以后,调度环境可以自动感知,自动提交运行作业,实现了并行作业无需用户干预的容错自动调度计算,避免了系统资源和计算时间的浪费。 展开更多
关键词 高性能计算 容错 checkpoint/restart 并行程序
下载PDF
Oracle Restart在Oracle 19C中的应用
5
作者 李刚 程家 《辽宁师专学报(自然科学版)》 2022年第1期36-40,101,共6页
以Oracle 19C为例,阐述其在数据库软硬件出现故障时,尤其是数据库所在主机异常宕机重启后,通过Oracle Restart功能保障Oracle数据库实例、监听等关键组件在非人为干预下可以自动重启,使数据库持续、可靠地对外提供服务成为可能.
关键词 数据库 RESTART 可靠性 可持续性
下载PDF
全流水线化光线追踪KD-Tree遍历单元硬件架构 被引量:2
6
作者 王皛 邓仰东 《微电子学与计算机》 CSCD 北大核心 2014年第11期167-172,176,共7页
在提出引入restart遍历算法的基础上,构造流水线处理机制,使得硬件架构可以实现整个遍历和相交测试流程模块间(粗粒度)和模块内部(细粒度)完全流水线化.同时,也改进了光线-图元相交测试的浮点算法,能够减少浮点运算单元个数.实验结果在F... 在提出引入restart遍历算法的基础上,构造流水线处理机制,使得硬件架构可以实现整个遍历和相交测试流程模块间(粗粒度)和模块内部(细粒度)完全流水线化.同时,也改进了光线-图元相交测试的浮点算法,能够减少浮点运算单元个数.实验结果在FPGA验证中实现了每秒约处理8千万条光线的能力(100MHz工作时钟). 展开更多
关键词 光线追踪 相交测试 KD-TREE 完全流水线化 restart算法
下载PDF
RESTART亚组分析:通过影像学特征评价脑出血后重启抗血小板治疗对卒中复发风险的影响 被引量:3
7
作者 魏雨菲 刘丽萍 《中国卒中杂志》 2020年第5期561-563,共3页
2019年5月Lancet Neurol杂志发表了RESTART研究的亚组分析,题目为"Effects of antiplatelet therapy on stroke risk by brain imaging features of intracerebral haemorrhage and cerebral small vessel diseases:subgroup analy... 2019年5月Lancet Neurol杂志发表了RESTART研究的亚组分析,题目为"Effects of antiplatelet therapy on stroke risk by brain imaging features of intracerebral haemorrhage and cerebral small vessel diseases:subgroup analyses of the RESTART randomised,open-label trial"。1研究介绍1.1研究背景既往研究提示具有脑出血和脑小血管病的影像学特征与脑出血复发风险增加有关。目前指南及一些学者等建议根据这些影像学特征可用于指导脑出血后是否重启抗血小板治疗。 展开更多
关键词 抗血小板治疗 出血患者 微出血 亚组分析 RESTART 影像学特征 卒中复发
下载PDF
ON THE BREAKDOWNS OF THE GALERKIN AND LEAST-SQUARES METHODS 被引量:2
8
作者 Zhong Baojiang(钟宝江) 《Numerical Mathematics A Journal of Chinese Universities(English Series)》 SCIE 2002年第2期137-148,共12页
The Galerkin and least-squares methods are two classes of the most popular Krylov subspace methOds for solving large linear systems of equations. Unfortunately, both the methods may suffer from serious breakdowns of t... The Galerkin and least-squares methods are two classes of the most popular Krylov subspace methOds for solving large linear systems of equations. Unfortunately, both the methods may suffer from serious breakdowns of the same type: In a breakdown situation the Galerkin method is unable to calculate an approximate solution, while the least-squares method, although does not really break down, is unsucessful in reducing the norm of its residual. In this paper we first establish a unified theorem which gives a relationship between breakdowns in the two methods. We further illustrate theoretically and experimentally that if the coefficient matrix of a lienar system is of high defectiveness with the associated eigenvalues less than 1, then the restarted Galerkin and least-squares methods will be in great risks of complete breakdowns. It appears that our findings may help to understand phenomena observed practically and to derive treatments for breakdowns of this type. 展开更多
关键词 large linear systems iterative methods Krylov subspace methods GALERKIN method least-squares method FOM GMRES breakdown stagnation restarting preconditioners.
下载PDF
Adaptive restarting method for LCC-HVDC based on principle of fault location by current injection 被引量:2
9
作者 Ruidong Xu Guobing Song +1 位作者 Junjie Hou Zhongxue Chang 《Global Energy Interconnection》 EI CAS CSCD 2021年第6期554-563,共10页
The existing LCC-HVDC transmission project adopts the fixed-time delay restarting method.This method has disadvantages such as non-selectivity,long restart process,and high probability of restart failure.These issues ... The existing LCC-HVDC transmission project adopts the fixed-time delay restarting method.This method has disadvantages such as non-selectivity,long restart process,and high probability of restart failure.These issues cause a secondary impact on equipment and system power fluctuation.To solve this problem,an adaptive restarting method based on the principle of fault location by current injection is proposed.First,an additional control strategy is proposed to inject a current detection signal.Second,the propagation law of the current signal in the line is analyzed based on the distributed parameter model of transmission line.Finally,a method for identifying fault properties based on the principle of fault location is proposed.The method fully considers the influence of the long-distance transmission line with earth capacitance and overcomes the influence of the increasing effect of the opposite terminal.Simulation results show that the proposed method can accurately identify the fault properties under various complex fault conditions and subsequently realize the adaptive restarting process. 展开更多
关键词 LCC-HVDC Adaptive restarting Current signal injection Fault location Fault property identification
下载PDF
A New Type of Restarted Krylov Methods 被引量:1
10
作者 Achiya Dax 《Advances in Linear Algebra & Matrix Theory》 2017年第1期18-28,共11页
In this paper we present a new type of Restarted Krylov methods for calculating peripheral eigenvalues of symmetric matrices. The new framework avoids the Lanczos tridiagonalization process, and the use of polynomial ... In this paper we present a new type of Restarted Krylov methods for calculating peripheral eigenvalues of symmetric matrices. The new framework avoids the Lanczos tridiagonalization process, and the use of polynomial filtering. This simplifies the restarting mechanism and allows the introduction of several modifications. Convergence is assured by a monotonicity property that pushes the eigenvalues toward their limits. The Krylov matrices that we use lead to fast rate of convergence. Numerical experiments illustrate the usefulness of the proposed approach. 展开更多
关键词 Restarted Krylov Methods EXTERIOR EIGENVALUES Symmetric Matrices MONOTONICITY STARTING VECTORS
下载PDF
Fault Handling in PLC-Based Industry 4.0 Automated Production Systems as a Basis for Restart and Self-Configuration and Its Evaluation 被引量:1
11
作者 Birgit Vogel-Heuser Susanne Rösch +3 位作者 Juliane Fischer Thomas Simon Sebastian Ulewicz Jens Folmer 《Journal of Software Engineering and Applications》 2016年第1期1-43,共43页
Industry 4.0 and Cyber Physical Production Systems (CPPS) are often discussed and partially already sold. One important feature of CPPS is fault tolerance and as a consequence self-configuration and restart to increas... Industry 4.0 and Cyber Physical Production Systems (CPPS) are often discussed and partially already sold. One important feature of CPPS is fault tolerance and as a consequence self-configuration and restart to increase Overall Equipment Effectiveness. To understand this challenge at first the state of the art of fault handling in industrial automated production systems (aPS) is discussed as a result of a case study analysis in eight companies developing aPS. In the next step, metrics to evaluate the concept of self-configuration and restart for aPS focusing on real-time capabilities, fault coverage and effort to increase fault coverage are proposed. Finally, two different lab size case studies prove the applicability of the concepts of self-configuration, restart and the proposed metrics. 展开更多
关键词 Industry 4.0 Automated Production System OEE Metrics Recovery RESTART Fault Handling
下载PDF
修复Windows 2000中“NTLDR Is Missing”错误的特殊故障 被引量:1
12
作者 彭小榕 《家庭电子》 2005年第10X期39-39,共1页
一台安装了Windows2000中文版系统的电脑,开机启动后出现以下错误消息:NTLDR is missing Press any key to restart电脑不能工作。
关键词 WINDOWS2000 NTLDR 特殊故障 RESTART 修复 IS PRESS 错误消息 中文版
下载PDF
一次SCALSVT RESTART故障的解决
13
作者 龙伟 《江西通信科技》 2003年第2期22-23,11,共3页
对一次SCALSVTRESTART故障的查排过程进行了分析。
关键词 SCALSVT RESTART 故障 查排过程 交换机
下载PDF
A RESTARTING DIRECTION FOR THE CONJUGATE GRADIENT METHOD
14
作者 孙麟平 《Numerical Mathematics A Journal of Chinese Universities(English Series)》 SCIE 1995年第2期154-163,共10页
The main purpose of this paper is to provide a restarting direction for improving on the standard conjugate gradient method.If a drastic non-quadratic behaviour of the objective function is observed in the neighbour o... The main purpose of this paper is to provide a restarting direction for improving on the standard conjugate gradient method.If a drastic non-quadratic behaviour of the objective function is observed in the neighbour of xk,then a restart should be done.The scaling symmetric rank-one update with Davidon’s optimal criterion is applied to generate the restarting direction.It is proved that the conjugate gradient method with this strategy retains the quadratic termination.Numerical experiments show that it is successful. 展开更多
关键词 OPTIMIZATION QUASI-NEWTON CONJUGATE GRADIENT RESTART
下载PDF
场地供电问题导致Envisor电源频繁故障 被引量:1
15
作者 张民 赵岩 《医疗装备》 2013年第2期64-64,共1页
供电系统不稳定造成彩超频繁出现电源故障,改善接地系统、场地供电对于设备的正常使用十分重要。
关键词 电源模块 UPS电源 硬件故障(restart)
下载PDF
Biased random walk with restart for essential proteins prediction
16
作者 卢鹏丽 陈云天 +1 位作者 张腾 廖永刚 《Chinese Physics B》 SCIE EI CAS CSCD 2022年第11期638-648,共11页
Predicting essential proteins is crucial for discovering the process of cellular organization and viability.We propose biased random walk with restart algorithm for essential proteins prediction,called BRWR.Firstly,th... Predicting essential proteins is crucial for discovering the process of cellular organization and viability.We propose biased random walk with restart algorithm for essential proteins prediction,called BRWR.Firstly,the common process of practice walk often sets the probability of particles transferring to adjacent nodes to be equal,neglecting the influence of the similarity structure on the transition probability.To address this problem,we redefine a novel transition probability matrix by integrating the gene express similarity and subcellular location similarity.The particles can obtain biased transferring probabilities to perform random walk so as to further exploit biological properties embedded in the network structure.Secondly,we use gene ontology(GO)terms score and subcellular score to calculate the initial probability vector of the random walk with restart.Finally,when the biased random walk with restart process reaches steady state,the protein importance score is obtained.In order to demonstrate superiority of BRWR,we conduct experiments on the YHQ,BioGRID,Krogan and Gavin PPI networks.The results show that the method BRWR is superior to other state-of-the-art methods in essential proteins recognition performance.Especially,compared with the contrast methods,the improvements of BRWR in terms of the ACC results range in 1.4%–5.7%,1.3%–11.9%,2.4%–8.8%,and 0.8%–14.2%,respectively.Therefore,BRWR is effective and reasonable. 展开更多
关键词 PPI network essential proteins random walk with restart gene expression
下载PDF
A Note on Global Convergence Result for Conjugate Gradient Methods
17
作者 BAI Yan qin Department of Mathematics, College of Sciences, Shanghai University, Shanghai 200436, China 《Journal of Shanghai University(English Edition)》 CAS 2001年第1期15-19,共5页
We extend a results presented by Y.F. Hu and C.Storey (1991) [1] on the global convergence result for conjugate gradient methods with different choices for the parameter β k . In this note, the condit... We extend a results presented by Y.F. Hu and C.Storey (1991) [1] on the global convergence result for conjugate gradient methods with different choices for the parameter β k . In this note, the conditions given on β k are milder than that used by Y.F. Hu and C. Storey. 展开更多
关键词 conjugate gradient algorithm descent property global convergence restarting
下载PDF
ARNOLDI REDUCTION ALGORITHM FOR LARGE SCALE GYROSCOPIC EIGENVALUE PROBLEM
18
作者 Zheng Zhaochang Ren Gexue, Department of Engineering Mechanics, Tsinghua University, Beijing 100084 《Acta Mechanica Solida Sinica》 SCIE EI 1996年第2期95-103,共9页
Based on Arnoldi's method, a version of generalized Arnoldi algorithm has been developed for the reduction of gyroscopic eigenvalue problems. By utilizing the skew symmetry of system matrix, a very simple recurren... Based on Arnoldi's method, a version of generalized Arnoldi algorithm has been developed for the reduction of gyroscopic eigenvalue problems. By utilizing the skew symmetry of system matrix, a very simple recurrence scheme, named gyroscopic Arnoldi reduction algorithm has been obtained, which is even simpler than the Lanczos algorithm for symmetric eigenvalue problems. The complex number computation is completely avoided. A restart technique is used to enable the reduction algorithm to have iterative characteristics. It has been found that the restart technique is not only effective for the convergence of multiple eigenvalues but it also furnishes the reduction algorithm with a technique to check and compute missed eigenvalues. By combining it with the restart technique, the algorithm is made practical for large-scale gyroscopic eigenvalue problems. Numerical examples are given to demonstrate the effectiveness of the method proposed. 展开更多
关键词 gyroscopic eigenvalue problem skew symmetry Arnoldi reduction algorithm restart technique
下载PDF
Medical Feature Selection Approach Based on Generalized Normal Distribution Algorithm
19
作者 Mohamed Abdel-Basset Reda Mohamed +3 位作者 Ripon K.Chakrabortty Michael J.Ryan Yunyoung Nam Mohamed Abouhawwash 《Computers, Materials & Continua》 SCIE EI 2021年第12期2883-2901,共19页
This paper proposes a new pre-processing technique to separate the most effective features from those that might deteriorate the performance of the machine learning classifiers in terms of computational costs and clas... This paper proposes a new pre-processing technique to separate the most effective features from those that might deteriorate the performance of the machine learning classifiers in terms of computational costs and classification accuracy because of their irrelevance,redundancy,or less information;this pre-processing process is often known as feature selection.This technique is based on adopting a new optimization algorithm known as generalized normal distribution optimization(GNDO)supported by the conversion of the normal distribution to a binary one using the arctangent transfer function to convert the continuous values into binary values.Further,a novel restarting strategy(RS)is proposed to preserve the diversity among the solutions within the population by identifying the solutions that exceed a specific distance from the best-so-far and replace them with the others created using an effective updating scheme.This strategy is integrated with GNDO to propose another binary variant having a high ability to preserve the diversity of the solutions for avoiding becoming stuck in local minima and accelerating convergence,namely improved GNDO(IGNDO).The proposed GNDO and IGNDO algorithms are extensively compared with seven state-of-the-art algorithms to verify their performance on thirteen medical instances taken from the UCI repository.IGNDO is shown to be superior in terms of fitness value and classification accuracy and competitive with the others in terms of the selected features.Since the principal goal in solving the FS problem is to find the appropriate subset of features that maximize classification accuracy,IGNDO is considered the best. 展开更多
关键词 Generalized normal distribution optimization feature selection transfer function novel restarting strategy UCI repository
下载PDF
Fast First-Order Methods for Minimizing Convex Composite Functions
20
作者 Qipeng Li Hongwei Liu Zexian Liu 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2019年第6期46-52,共7页
Two new versions of accelerated first-order methods for minimizing convex composite functions are proposed. In this paper, we first present an accelerated first-order method which chooses the step size 1/ Lk to be 1/ ... Two new versions of accelerated first-order methods for minimizing convex composite functions are proposed. In this paper, we first present an accelerated first-order method which chooses the step size 1/ Lk to be 1/ L0 at the beginning of each iteration and preserves the computational simplicity of the fast iterative shrinkage-thresholding algorithm. The first proposed algorithm is a non-monotone algorithm. To avoid this behavior, we present another accelerated monotone first-order method. The proposed two accelerated first-order methods are proved to have a better convergence rate for minimizing convex composite functions. Numerical results demonstrate the efficiency of the proposed two accelerated first-order methods. 展开更多
关键词 first-order method iterative shrinkage-thresholding algorithm convex programming adaptive restart composite functions.
下载PDF
上一页 1 2 3 下一页 到第
使用帮助 返回顶部