共查询到20条相似文献,搜索用时 0 毫秒
1.
根据信息系统评价原则,提出了信息系统性能评价的指标体系,并对各指标进行了定量描述,后利用支持向量机(SVM)的分类算法,建立了基于SVM的性能评估模型,实现了信息系统评估的自动化。通过测试,证明了该方法的有效性和可行性。 相似文献
2.
故障诊断是分布式并行环境下容错系统的关键部分,故障分类模型是影响故障诊断性能的重要因素之一。由于不同的分布式系统有其不同的特点.为了减少系统在故障诊断方面的负担,故障诊断方案一般都考虑程序的需求和系统的属性,选择最合适的故障分类模型。本文提出了一种新的分布式并行环境下的故障分类模型,可以将故障诊断限定在一个合理的故障集中。将这种分类模型和特殊的程序需求以及系统属性相结合,能够得到一个效果理想的故障检测方案。 相似文献
3.
4.
肺癌位居癌症死亡率首位;对其进行早期诊断和治疗可降低肺癌患者的死亡率。深度学习能够自动提取结节特征;并完成肺结节的良恶性及恶性等级分类;因此深度学习方法成为肺癌早期诊断的重要手段。对常用数据集进行介绍;系统阐述了栈式去噪自编码器(SDAE)、深度置信网络(DBN)、生成对抗网络(GAN)、卷积神经网络(CNN)、循环神经网络(RNN)和迁移学习技术在肺结节良恶性分类中的应用;阐述了深度卷积生成对抗网络(DCGAN)、多尺度卷积神经网络(MCNN)、U型网络(U-Net)和集成学习技术在肺结节恶性等级分类中的应用;针对肺结节分类的深度学习方法进行了综合分析;并对未来研究方向进行展望。 相似文献
5.
6.
针对我国经济体制转型时期的特殊情况,本文提出一种新的建模方法,并对L省2000年的科技人才需求进行了预测。 相似文献
7.
This paper proposed a suboptimal dual control method for the stochastic systems with parameters drifting. Based on the consideration of the performance index control and the parameter estimation, the minimum variance of the system output and the estimated covariance matrix of the parameters estimation are both put into the performance index to evaluate the control quality. Furthermore, a dual control strategy is designed which is of the property of learning and control. Simulation results illustrate the effectiveness of the algorithm. 相似文献
8.
Farn Wang 《Formal Methods in System Design》2000,17(1):39-60
A general parametric analysis problem which allows the use of parameter variables in both the real-time automata and the specifications is proposed and solved. The analysis algorithm is much simpler and can run more efficiently in average cases than can previous works. 相似文献
9.
Jean-Paul Marmorat Author Vitae 《Automatica》2007,43(8):1329-1338
We investigate the parametrization issue for discrete-time stable all-pass multivariable systems by means of a Schur algorithm involving a Nudelman interpolation condition. A recursive construction of balanced realizations is associated with it, that possesses a very good numerical behavior. Several atlases of charts or families of local parametrizations are presented and for each atlas a chart selection strategy is proposed. The last one can be viewed as a nice mutual encoding property of lossless functions and turns out to be very efficient. These parametrizations allow for solving optimization problems within the fields of system identification and optimal control. 相似文献
10.
11.
Frame-based systems that employ inheritance networks as a form of knowledge representation have a number of inherent knowledge acquisition problems, one of the most significant being the transfer to the representation system of knowledge itself. The problem of concept classification, and specifically that of determining the location of a new concept in an existing network inheritance hierarchy, is discussed here using an experimental knowledge-base editor, KRE. Tools which support the process of knowledge base construction must allow the user to concentrate on the domain problems, and not on low level, representation system decisions. KRE, written in C, is a knowledge acquisition tool which assists the knowledge engineer by using an interactive acquisition strategy during the process of concept classification. The processes of classification, and its advantages over other knowledge representation systems, are presented. 相似文献
12.
基于粗糙集约简的多分类器系统构造方法 总被引:1,自引:0,他引:1
多分类器系统是近年来兴起的一种有效的分类机制,为提高多分类器系统的分类精度,提出了一种基于粗糙集约简构造多分类器系统的机制,并从输入和输出两个角度对如何选择单个分类器进行了探讨。通过对4个UCI数据集进行验证,发现基于输出的选择融合方法得到了最好的分类效果。 相似文献
13.
14.
15.
Tomoharu Nakashima Yasuyuki Yokota Hisao Ishibuchi Gerald Schaefer 《Artificial Life and Robotics》2008,12(1-2):43-46
This paper proposes a cost-based fuzzy classification system for pattern classification problems with an order of class importance.
The task here is to minimize the misclassification of patterns from an important class. It is assumed that the classification
importance is given for each class, not for each pattern. Another assumption is that only the order of importance is given
for given classes without any numerical measures of importance. We show the performance of the proposed cost-based fuzzy classification
system for a real-world pattern classification problem.
This work was presented in part at the 12th International Symposium on Artificial Life and Robotics, Oita, Japan, January
25–27, 2007 相似文献
16.
In this paper, a sensor system, called a fuzzy pulse discriminator, is developed to classify various discharge pulses in electrical discharge machining (EDM). The fuzzy rules of the pulse discriminator are obtained based on the features of the gap voltage and gap current between the tool workpiece. The membership functions of the fuzzy pulse discriminator are automatically synthesized by using genetic algorithms. The effectiveness of this approach is verified under different cutting parameters. 相似文献
17.
18.
《International Journal of Parallel, Emergent and Distributed Systems》2013,28(2):134-158
Typical network file system (NFS) clients write lazily: they leave dirty pages in the page cache and defer writing to the server. This reduces network traffic when applications repeatedly modify the same set of pages. However, this approach can lead to memory pressure, when the number of available pages on the client system is so low that the system must work harder to reclaim dirty pages. We show that NFS performance is poor under memory pressure and present two mechanisms to solve it: eager writeback and eager page laundering. These mechanisms change the client's data management policy from lazy to eager, in which dirty pages are written back proactively, resulting in higher throughput for sequential writes. In addition, we show that NFS servers suffer from out-of-order file operations, which further reduce performance. We introduce request ordering, a server mechanism to process operations, as much as possible, in the order they were sent by the client, which improves read performance substantially. We have implemented these techniques in the Linux operating system. I/O performance is improved, with the most pronounced improvement visible for sequential access to large files. We see 33% improvement in the performance of streaming write workloads and more than triple the performance of streaming read workloads. We evaluate several non-sequential workloads and show that these techniques do not degrade performance, and can sometimes improve performance. 相似文献
19.
The critical frequencies of integral delay systems with a class of analytic kernels are determined via an auxiliary delay‐free system, and an upper bound on the number of critical frequencies is obtained. The critical delays are obtained by substituting these frequencies into the characteristic equation of the system. The procedure is validated with a number of nontrivial examples. Copyright © 2013 John Wiley & Sons, Ltd. 相似文献
20.
In this paper we consider a MIMO asymptotically stable linear plant. For such a system the classical concepts of quadratic stability margin and multivariable gain margin can be defined. These margins have the following interpretation: consider the closed-loop system composed of the plant and several real parameters, one inserted in each channel of the loop; then any time-varying (time-invariant) parameters whose amplitudes are smaller than the quadratic stability (multivariable gain) margin result in a stable closed-loop system. For time-varying parameters whose magnitudes are between these two stability measures, stability may depend on the rate of variation of the parameters. Therefore it makes sense to consider the stability margin given by the maximal allowable rate of variation of the parameters which guarantees stability of the closed loop system. As shown in this paper, a lower bound on this margin can be obtained with the aid of parameter dependent Lyapunov functions. © 1997 by John Wiley & Sons, Ltd. 相似文献