期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
GSO:基于图神经网络的深度学习计算图子图替换优化框架 被引量:3
1
作者 苗旭鹏 周跃 +1 位作者 邵蓥侠 崔斌 《计算机科学》 CSCD 北大核心 2022年第3期86-91,共6页
深度学习在各种实际应用中取得了巨大成功,如何有效提高各种复杂的深度学习模型在硬件设备上的执行效率是该领域重要的研究内容之一。深度学习框架通常将深度学习模型表达为由基础算子构成的计算图,为了提高计算图的执行效率,传统的深... 深度学习在各种实际应用中取得了巨大成功,如何有效提高各种复杂的深度学习模型在硬件设备上的执行效率是该领域重要的研究内容之一。深度学习框架通常将深度学习模型表达为由基础算子构成的计算图,为了提高计算图的执行效率,传统的深度学习系统通常基于一些专家设计的子图替换规则,采用启发式搜索算法来优化计算图。它们的不足主要有:1)搜索空间大,效率低下;2)缺乏可拓展性;3)难以利用历史优化结果。为了解决上述问题,文中提出了GSO,即一个基于图神经网络的深度学习计算图子图替换优化框架。该框架将计算图的子图优化建模成经典的子图匹配问题,基于计算图中算子的特征信息和计算图的拓扑结构信息,通过图神经网络模型来估计每种子图替换规则的匹配可行性和位置。基于与主流深度学习系统兼容的Python接口实现了GSO,实验结果表明:1)相比全量的子图替换规则,基于图神经网络的子图匹配预测可以最多减少92%的搜索空间;2)相比现有的启发式搜索算法,GSO可以更快地完成计算图子图替换优化(2倍以上),并使优化后的子图最多得到34%的加速。 展开更多
关键词 计算图优化 替换 深度学习 图神经网络
下载PDF
基于动态调节的MMC故障子模块替换策略 被引量:2
2
作者 荣飞 陈盼庆 +2 位作者 黄守道 李俊 李成毅 《电力系统及其自动化学报》 CSCD 北大核心 2018年第1期98-103,共6页
为了更加高效和快速替换模块化多电平换流器的故障子模块,提出一种基于动态调节的冗余子模块投入策略。利用冗余子模块进行了电压补偿,同时在每个控制周期内对替换子模块的导通时间进行了限幅控制,有效地避免了替换子模块投入充电过程... 为了更加高效和快速替换模块化多电平换流器的故障子模块,提出一种基于动态调节的冗余子模块投入策略。利用冗余子模块进行了电压补偿,同时在每个控制周期内对替换子模块的导通时间进行了限幅控制,有效地避免了替换子模块投入充电过程中系统直流侧电压偏离正常值问题和直流侧由于替换子模块投入产生的较大有功电流冲击问题。仿真表明,该策略能极大地抑制冗余模块投入带来的交流输出侧电压波动,并有效抑制直流侧有功电流的冲击。 展开更多
关键词 模块化多电平换流器 电压排序控制 动态调节 冗余模块替换策略
下载PDF
包络半群仅含有限个幂等元的系统(英文) 被引量:3
3
作者 邵松 《中国科学技术大学学报》 CAS CSCD 北大核心 2005年第1期12-24,共13页
设(X,T)为拓扑动力系统,它的包络半群E(X,T)定义为 {Tn:n∈ Z+} 在 XX 中乘积拓扑下的闭包,如果元素u∈E(X,T)满足u2 = u,则称之为幂等元.本文研究包络半群仅含有限个幂等元的系统的性质,证明这类系统为 semi distal的,并且对照其他动... 设(X,T)为拓扑动力系统,它的包络半群E(X,T)定义为 {Tn:n∈ Z+} 在 XX 中乘积拓扑下的闭包,如果元素u∈E(X,T)满足u2 = u,则称之为幂等元.本文研究包络半群仅含有限个幂等元的系统的性质,证明这类系统为 semi distal的,并且对照其他动力学性质,指出这类系统的动力学性状相对简单,并提供了许多例子进行论证. 展开更多
关键词 幂等元 混乱集 子替换
下载PDF
EGG图文法语法分析算法的研究 被引量:1
4
作者 朱云 曾晓勤 朱宁 《计算机科学》 CSCD 北大核心 2012年第10期272-277,293,共7页
EGG是一种基于边的上下文相关图文法形式化框架,其语法分析(归约操作)算法是该文法重要的组成部分。在简要介绍EGG的基础上,给出了EGG语法分析算法的设计,其中包括子图匹配算法、子图替换算法和算法计算复杂性的分析。为了展示如何用EG... EGG是一种基于边的上下文相关图文法形式化框架,其语法分析(归约操作)算法是该文法重要的组成部分。在简要介绍EGG的基础上,给出了EGG语法分析算法的设计,其中包括子图匹配算法、子图替换算法和算法计算复杂性的分析。为了展示如何用EGG来定义图语言,特别是如何用所设计的归约算法来分析图,文中以程序流程图为例,给出了相关的EGG形式定义以及对一个具体流程图的归约过程,并探讨了可能降低分析算法复杂性的一些途径。 展开更多
关键词 图文法 语法分析 图匹配 替换 推导 归约
下载PDF
一种高效的贝尔图像编码方法
5
作者 杨慧贞 段晋有 程永强 《太原科技大学学报》 2011年第3期193-197,共5页
提出了一种基于小波高频子带替换的贝尔图像编码方法,所设计的编码器对绿色分量和红、蓝分量分开处理。采用JPEG-LS标准算法对绿色分量近无损压缩,对红、蓝分进行小波变换后,只对压缩低频子带进行压缩。解码端利用绿色分量的高频子带作... 提出了一种基于小波高频子带替换的贝尔图像编码方法,所设计的编码器对绿色分量和红、蓝分量分开处理。采用JPEG-LS标准算法对绿色分量近无损压缩,对红、蓝分进行小波变换后,只对压缩低频子带进行压缩。解码端利用绿色分量的高频子带作为红蓝分量高频子带,从而恢复红、蓝分量。在给定失真条件下,与JPEG2000标准算法相比,所设计的编解码方法具有较高的近无损压缩比和较低的计算复杂度。 展开更多
关键词 贝尔图像 编码 小波替换
下载PDF
First-principles calculation of electronic properties of N-and X(X=S,Se,Te)-codoped anatase TiO_2
6
作者 李昌盛 任君 +3 位作者 郭海燕 彭兴 王建龙 曹端林 《Journal of Measurement Science and Instrumentation》 CAS 2014年第1期88-95,共8页
The impact of N-and X(X=S,Se,Te)-codoping on electronic properties of anatase TiO2 has been systematically investigated using density functional theory (DFT).The optimized geometry shows that there is large lattic... The impact of N-and X(X=S,Se,Te)-codoping on electronic properties of anatase TiO2 has been systematically investigated using density functional theory (DFT).The optimized geometry shows that there is large lattice expansion for the codoped anatase TiO2 due to large atomic radius of the codoped atom.The calculated substitution energies indicate that incorporation of X(X =S,Se,Te) into N-doped bulk TiO2 can not promote synergistic effect on N after substituting for Ti,whcreas it is bctter after substituting for O.According to the total density of states (DOS) and corresponding partial DOS (PDOS),it can be seen that substituting X(X =S,Se,Te) for O,N 2p orbital is strongly hybridized with impurity states (S 3p,Se 4p,Te 5p).After substituting X(X=S,Se,Te) for Ti,conduction band is mainly dominated by Ti 3d orbit and S 3p (Se 4p or Te 5p)-N 2p-Ti 3d hybridized states are formed.Based on Bader analysis,it can be indicated that the electron transfer is from N to X(X=S,Se,Te) if substituting X(X=S,Se,Te) for O,but it is opposite if substitute X(X=S,Se,Te) for Ti. 展开更多
关键词 anatase TiO2 electronic properties substitution energy CODOPING
下载PDF
Characterizations of Abandoned Peatlands from Acadian Peninsula: Agro-ecologic and Environmental Value-Added Alternatives
7
作者 Mathieu Quenum Papa Malick Sall Marion Tetegan 《Journal of Environmental Science and Engineering(B)》 2014年第4期190-204,共15页
In the northeast region of New Brunswick, the majority of peatlands are mainly used for horticultural purposes. Abandoned peatlands after peat extraction could represent one of the most important ecological resources ... In the northeast region of New Brunswick, the majority of peatlands are mainly used for horticultural purposes. Abandoned peatlands after peat extraction could represent one of the most important ecological resources through their remaining substrates: serving as agronomic, ecological or environmental value-added support to local development; and giving a second economic life to peatlands. To evaluate this innovative peat soil management, a study was conducted on three residual peatlands from the Acadian Peninsula. Their status was described through a physic-chemical characterization. The results suggest that the peat thickness and the mineral horizon characteristics are good indicators to identify these post-harvest peat soils. The studied sites were characterized by a flat topography, poor and unequal drainage inducing a variation of the water table level. The peat thickness ranged from 18 cm to 40 cm, while the thickness of the mineral horizon--mostly sandy--ranged between 20 cm and 30 cm. The chemical properties revealed an electrical conductivity above 50 μS·cm^-1, an acid pH, and a variable cation exchange capacity (1.3 cmolc·kg^-1 to 11.4 cmolc·kg^-1). This preliminary study gives basic knowledge on Acadian Peninsula abandoned peatlands soils and gives information about the conditions of their agro-economic, ecological and/or environmental management. 展开更多
关键词 BOGS survey soil properties agronomic potential New Brunswick.
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部