期刊文献+
共找到6篇文章
< 1 >
每页显示 20 50 100
基于行为的自动化流程建模推荐方法 被引量:3
1
作者 归思超 王佳星 +1 位作者 洪峰 曹斌 《计算机集成制造系统》 EI CSCD 北大核心 2020年第6期1500-1509,共10页
业务流程建模在业务流程管理中扮演着重要角色,传统基于人为建模的方式耗时长且准确性得不到保证,流程推荐技术可以在一定程度上提高建模的智能性及效率。现有大多数基于推荐的流程建模方法大多只关注流程的图结构,未考虑流程的行为语... 业务流程建模在业务流程管理中扮演着重要角色,传统基于人为建模的方式耗时长且准确性得不到保证,流程推荐技术可以在一定程度上提高建模的智能性及效率。现有大多数基于推荐的流程建模方法大多只关注流程的图结构,未考虑流程的行为语义。然而,对于相同的两个图结构,它们的执行行为不一定一致。由此,提出一种基于行为的自动化流程建模推荐方法,推荐给用户下一个建模节点的相关节点,进而实现流程的高效建模。首先,将正在建模的“参考流程”片段及流程库中所有流程模型转换为对应的流程结构树,随后提取出代表它们流程行为的独立路径。然后,对“参考流程”的独立路径和数据库中的独立路径进行相似度计算,选取流程库中前k个相似度最高的独立路径作为候选路径,进一步选取这些独立路径中当前建模节点的下一节点作为推荐节点。若存在相似度相同的路径,则通过路径权重值计算,权重较大者被优先推荐。基于所提方法,实现了一个可视化原型系统,从而支持用户根据流程推荐结果进行可视化建模。另外,通过对所提方法与现有方法在准确率和效率方面进行比较,证明了所提方法能够满足实际应用。 展开更多
关键词 流程建模 流程推荐 流程行为 流程相似度计算 独立路径
在线阅读 下载PDF
基于结构和行为语义的子流程发现方法
2
作者 孙善武 王楠 《计算机科学》 CSCD 北大核心 2021年第S02期659-665,687,共8页
越来越多的企业以流程模型的形式进行业务管理,并且要求从不同的细节层描述相同的流程。业务流程模型抽象技术对于给定的细节流程模型,生成该模型的抽象表示,从而达到特定的抽象目标。构造流程的“概要视图”以加速对复杂流程的理解是... 越来越多的企业以流程模型的形式进行业务管理,并且要求从不同的细节层描述相同的流程。业务流程模型抽象技术对于给定的细节流程模型,生成该模型的抽象表示,从而达到特定的抽象目标。构造流程的“概要视图”以加速对复杂流程的理解是流程抽象的一个需求最显著的用例,其中一个关键问题是将初始模型中的细节行为集合转换成抽象模型中的粗粒度的行为(子流程)。很多学者对流程抽象方法进行了研究,其中以基于结构的抽象方法居多。结构抽象方法中,初始模型中待抽象的行为集合仅仅根据控制流关系得到,没有考虑到行为的域语义,生成了大量的业务逻辑性不完整的待抽象的流程片段作为候选子流程。在流程的控制流结构基础上,引入行为语义信息,自底向上对流程结构树中每层的标准部件进行语义扩展,将标准部件与其相邻的兄弟节点之间的语义进行相似性评估,发现与标准部件语义描述最相似的行为集合,并有选择地聚合得到最接近包含完整业务含义的流程片段作为候选子流程。文章利用真实的流程案例对基于结构的抽象方法(将流程结构树中每个标准部件作为候选子流程)和提出的子流程发现方法做实验对比分析,提出的方法大大减少了不相关候选子流程的数量,生成的待抽象流程片段更加接近人工设计的子流程。 展开更多
关键词 流程发现 模型抽象 行为相似性 流程结构树 流程行为语义
在线阅读 下载PDF
基于单层神经网络的流程相似性的研究 被引量:2
3
作者 蔡启明 张磊 许宸豪 《计算机工程与应用》 CSCD 北大核心 2022年第7期295-302,共8页
业务流程建模推荐是辅助流程建模的主要方式之一,流程相似性是该方法的核心技术,直接影响流程推荐的准确率。流程相似性包括流程图结构相似性与行为相似性两方面,为了解决流程相似性量化困难,准确率低的问题,提出基于单层神经网络的流... 业务流程建模推荐是辅助流程建模的主要方式之一,流程相似性是该方法的核心技术,直接影响流程推荐的准确率。流程相似性包括流程图结构相似性与行为相似性两方面,为了解决流程相似性量化困难,准确率低的问题,提出基于单层神经网络的流程相似度的量化方法。对构建基于行为的流程体系,建立业务流程、独立路径、流程节点之间的函数表达关系;使用独热编码对流程节点进行初始化向量表示,建立单层神经网络模型,以记录流程运行轨迹的日志数据为训练集,将流程节点映射到低维连续的向量空间,获得每个流程节点的向量,进而得到业务流程的向量形式;通过余弦相似度计算流程间的相似性。通过实验验证所提方法的准确率,并介绍了该方法在流程推荐领域的应用方式。 展开更多
关键词 业务流程 流程行为 流程相似性 流程推荐 人工智能 神经网络
在线阅读 下载PDF
基于漂移检测的流程变体差异分析方法
4
作者 李婷 巩秀钢 +3 位作者 徐兴荣 李会玲 牛慧敏 刘聪 《山东科技大学学报(自然科学版)》 CAS 北大核心 2022年第2期89-98,共10页
传统的流程挖掘技术通常假设过程模型在服务期间不会随时间改变,但是实际过程模型在执行中总是动态调整的。检测漂移发生的时间点并确定漂移过程中所涉及的行为变化,可以帮助业务分析人员更好地理解流程行为。目前大多数方法侧重于漂移... 传统的流程挖掘技术通常假设过程模型在服务期间不会随时间改变,但是实际过程模型在执行中总是动态调整的。检测漂移发生的时间点并确定漂移过程中所涉及的行为变化,可以帮助业务分析人员更好地理解流程行为。目前大多数方法侧重于漂移检测和变体差异分析这两个独立的任务,但漂移检测仅能单纯定位发生变化的关键点,不能对漂移点前后流程行为的变化进行描述,因而无法有效地对流程进行配置和维护。因此,提出一种集漂移检测和流程变体差异分析于一体的综合方法,既能检测漂移又能对漂移后流程行为的差异进行具体分析。应用不同类型的控制流变化得到的事件日志来评估该方法,验证了所提方法的有效性。 展开更多
关键词 漂移检测 过程模型 流程行为 变体差异分析 事件日志
在线阅读 下载PDF
Modified constitutive model and workability of 7055 aluminium alloy in hot plastic compression 被引量:15
5
作者 ZHANG Tao ZHANG Shao-hang +2 位作者 LI Lei LU Shi-hong GONG Hai 《Journal of Central South University》 SCIE EI CAS CSCD 2019年第11期2930-2942,共13页
To obtain flow behavior and workability of 7055 aluminium alloy during hot deformation,hot compression tests at different temperatures and strain rates are conducted.True stress?strain curves of 7055 aluminium alloy u... To obtain flow behavior and workability of 7055 aluminium alloy during hot deformation,hot compression tests at different temperatures and strain rates are conducted.True stress?strain curves of 7055 aluminium alloy under different conditions are obtained and the flow stress increases with ascending strain rate and descending temperature.For Arrhenius constitutive equation,each material parameter is set as a constant,which will bring forth large error for predicting flow behavior.In this work,material parameters are fitted as a function of temperature or strain rate based on experimental results and a modified constitutive equation is established for more accurate prediction of flow behavior of 7055 aluminium alloy.The effects of temperature and strain rate on power dissipation and instability are analyzed to establish a processing map of 7055 aluminium alloy.The dominant deformation mechanism for microstructure evolution at different deformation conditions can be determined and high efficiency of power dissipation may be achieved from power dissipation map.Meanwhile,proper processing parameters to avoid flow instability can be easily acquired in instability map.According to the processing map,optimized processing parameters of 7055 aluminium alloy are temperature of 673?723 K and strain rate of 0.01?0.4 s^?1,during which its efficiency of power dissipation is over 30%.Finite element method(FEM)is used to obtain optimized parameter in hot rolling process on the basis of processing map. 展开更多
关键词 7055 aluminium alloy flow behavior modified constitutive equation processing map optimized parameters
在线阅读 下载PDF
Hot compressive deformation behavior and constitutive relationship of Al-Zn-Mg-Zr alloy with trace amounts of Sc 被引量:2
6
作者 李波 潘清林 +2 位作者 李晨 张志野 尹志民 《Journal of Central South University》 SCIE EI CAS 2013年第11期2939-2946,共8页
Abstract: The hot deformation behaviors of AI-Zn-Mg-Sc-Zr alloy were investigated in a temperature range of 340-500℃ and a strain rate range of 0.001-10 s 1 using uniaxial compression test on Gleeble-1500 thermal si... Abstract: The hot deformation behaviors of AI-Zn-Mg-Sc-Zr alloy were investigated in a temperature range of 340-500℃ and a strain rate range of 0.001-10 s 1 using uniaxial compression test on Gleeble-1500 thermal simulation machine. The results show that the flow stress increases with increasing strain and tends to be constant after a peak value. The flow stress increases with increasing strain rate and decreases with increasing deformation temperature. The phenomenon of dynamic recovery and dynamic recrystallization can be observed by microstructural evolutions. Based on the hyperbolic Arrhenius-type equation, the true stress-true strain data from the tests were employed to establish the constitutive equation considering the effect of the true strain on material constants (α, β, Q, n and A), which reveals the dependence of the flow stress on strain, strain rate and deformation temperature. The predicted stress-strain curves are in good agreement with experimental results, which confirms that the developed constitutive equations are suitable to research the hot deformation behaviors of Al-Zn-Mg-Sc-Zr alloy. 展开更多
关键词 Al-Zn-Mg-Sc-Zr alloy hot deformation behavior flow stress constitutive equation
在线阅读 下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部