期刊文献+
共找到1,226篇文章
< 1 2 62 >
每页显示 20 50 100
Enhancing Convolution Recurrent Network with Graph Signal Processing:High Suppressive Interference Mitigation
1
作者 Guo Pengcheng Yu Miao +1 位作者 Gu Miaomiao Ren Bingyin 《China Communications》 2026年第1期255-272,共18页
In this paper,we propose a novel graph signal processing convolution recurrent network(GSP CRN)for signal enhancement against high suppressive interference(HSI)in wireless communications.GSPCRN consists of the short-t... In this paper,we propose a novel graph signal processing convolution recurrent network(GSP CRN)for signal enhancement against high suppressive interference(HSI)in wireless communications.GSPCRN consists of the short-time graph signal processing(SGSP)approach and a modified convolution recurrent network.Similar to the traditional shorttime time-frequency transformation,SGSP frames the complex-valued communication signal and transforms it to the graph-domain representations,where the connection and weight flexibility of each vertex are fully taken into account.In the presence of HSI,SGSP can extract signal features from new graph-domain dimensions and empower neural networks for weak signal enhancement.Two SGSP methods,adjacency singular value decomposition and implicit graph transformation,are designed to capture relationships among the sampling points in the segmented signals.Simulation results demonstrate that our proposed GSPCRN outperforms existing classic methods in extracting weak signals from the HSI environment.When the interference-to-signal ratio exceeds 27dB,only our proposed GSPCRN can achieve the interference mitigation. 展开更多
关键词 adjacency matrix short-time graph signal processing signal enhancement wireless communications
在线阅读 下载PDF
基于Graph Transformer和自编码器的多层次业务流程异常检测方法
2
作者 方新升 方贤文 +1 位作者 刘聪 卢可 《计算机集成制造系统》 北大核心 2026年第3期975-989,共15页
由于各种因素的影响,业务流程不可避免地会出现异常情况,精准地检测出执行中的异常,能够保障流程的合理运行。目前先进的异常检测技术利用深度学习方法,通过编码的方式来输入流程中的控制流和数据流信息以实现对活动、时间等属性的异常... 由于各种因素的影响,业务流程不可避免地会出现异常情况,精准地检测出执行中的异常,能够保障流程的合理运行。目前先进的异常检测技术利用深度学习方法,通过编码的方式来输入流程中的控制流和数据流信息以实现对活动、时间等属性的异常检测,但是该方式难以表征流程活动间的行为关系且控制流和数据流交互不具体,针对该问题,本文提出一种基于Graph Transformer和自编码器的多层次业务流程异常检测方法(MLGTAE),该方法首先利用Petri网表征流程中的实体行为,并结合流程中的时间、资源等数据属性实现多层次迹图的构造,然后通过Graph Transformer作为编码器提取图中的行为信息和数据信息,最后利用注意力机制实现行为和数据的深度交互,并利用解码器重建检测异常。该方法通过多个真实数据集进行验证,结果表明提出的方法在活动层次和数据属性层次上的异常检测效果都优于对比方法。 展开更多
关键词 PETRI网 graph Transformer 行为足迹 行为关系 业务流程异常检测
在线阅读 下载PDF
A method for improving graph queries processing using positional inverted index (P.I.I) idea in search engines and parallelization techniques 被引量:2
3
作者 Hamed Dinari Hassan Naderi 《Journal of Central South University》 SCIE EI CAS CSCD 2016年第1期150-159,共10页
The idea of positional inverted index is exploited for indexing of graph database. The main idea is the use of hashing tables in order to prune a considerable portion of graph database that cannot contain the answer s... The idea of positional inverted index is exploited for indexing of graph database. The main idea is the use of hashing tables in order to prune a considerable portion of graph database that cannot contain the answer set. These tables are implemented using column-based techniques and are used to store graphs of database, frequent sub-graphs and the neighborhood of nodes. In order to exact checking of remaining graphs, the vertex invariant is used for isomorphism test which can be parallel implemented. The results of evaluation indicate that proposed method outperforms existing methods. 展开更多
关键词 graph query processing frequent subgraph graph mining data mining positional inverted index
在线阅读 下载PDF
Identifying influential nodes based on graph signal processing in complex networks 被引量:1
4
作者 赵佳 喻莉 +1 位作者 李静茹 周鹏 《Chinese Physics B》 SCIE EI CAS CSCD 2015年第5期639-648,共10页
Identifying influential nodes in complex networks is of both theoretical and practical importance. Existing methods identify influential nodes based on their positions in the network and assume that the nodes are homo... Identifying influential nodes in complex networks is of both theoretical and practical importance. Existing methods identify influential nodes based on their positions in the network and assume that the nodes are homogeneous. However, node heterogeneity (i.e., different attributes such as interest, energy, age, and so on ) ubiquitously exists and needs to be taken into consideration. In this paper, we conduct an investigation into node attributes and propose a graph signal pro- cessing based centrality (GSPC) method to identify influential nodes considering both the node attributes and the network topology. We first evaluate our GSPC method using two real-world datasets. The results show that our GSPC method effectively identifies influential nodes, which correspond well with the underlying ground truth. This is compatible to the previous eigenvector centrality and principal component centrality methods under circumstances where the nodes are homogeneous. In addition, spreading analysis shows that the GSPC method has a positive effect on the spreading dynamics. 展开更多
关键词 complex networks graph signal processing influential node identification
原文传递
BAR:a branch-alternation-resorting algorithm for locality exploration in graph processing
5
作者 邓军勇 WANG Junjie +2 位作者 JIANG Lin XIE Xiaoyan ZHOU Kai 《High Technology Letters》 EI CAS 2024年第1期31-42,共12页
Unstructured and irregular graph data causes strong randomness and poor locality of data accesses in graph processing.This paper optimizes the depth-branch-resorting algorithm(DBR),and proposes a branch-alternation-re... Unstructured and irregular graph data causes strong randomness and poor locality of data accesses in graph processing.This paper optimizes the depth-branch-resorting algorithm(DBR),and proposes a branch-alternation-resorting algorithm(BAR).In order to make the algorithm run in parallel and improve the efficiency of algorithm operation,the BAR algorithm is mapped onto the reconfigurable array processor(APR-16)to achieve vertex reordering,effectively improving the locality of graph data.This paper validates the BAR algorithm on the GraphBIG framework,by utilizing the reordered dataset with BAR on breadth-first search(BFS),single source shortest paht(SSSP)and betweenness centrality(BC)algorithms for traversal.The results show that compared with DBR and Corder algorithms,BAR can reduce execution time by up to 33.00%,and 51.00%seperatively.In terms of data movement,the BAR algorithm has a maximum reduction of 39.00%compared with the DBR algorithm and 29.66%compared with Corder algorithm.In terms of computational complexity,the BAR algorithm has a maximum reduction of 32.56%compared with DBR algorithm and53.05%compared with Corder algorithm. 展开更多
关键词 graph processing vertex reordering branch-alternation-resorting algorithm(BAR) reconfigurable array processor
在线阅读 下载PDF
Big Data Analytics Using Graph Signal Processing
6
作者 Farhan Amin Omar M.Barukab Gyu Sang Choi 《Computers, Materials & Continua》 SCIE EI 2023年第1期489-502,共14页
The networks are fundamental to our modern world and they appear throughout science and society.Access to a massive amount of data presents a unique opportunity to the researcher’s community.As networks grow in size ... The networks are fundamental to our modern world and they appear throughout science and society.Access to a massive amount of data presents a unique opportunity to the researcher’s community.As networks grow in size the complexity increases and our ability to analyze them using the current state of the art is at severe risk of failing to keep pace.Therefore,this paper initiates a discussion on graph signal processing for large-scale data analysis.We first provide a comprehensive overview of core ideas in Graph signal processing(GSP)and their connection to conventional digital signal processing(DSP).We then summarize recent developments in developing basic GSP tools,including methods for graph filtering or graph learning,graph signal,graph Fourier transform(GFT),spectrum,graph frequency,etc.Graph filtering is a basic task that allows for isolating the contribution of individual frequencies and therefore enables the removal of noise.We then consider a graph filter as a model that helps to extend the application of GSP methods to large datasets.To show the suitability and the effeteness,we first created a noisy graph signal and then applied it to the filter.After several rounds of simulation results.We see that the filtered signal appears to be smoother and is closer to the original noise-free distance-based signal.By using this example application,we thoroughly demonstrated that graph filtration is efficient for big data analytics. 展开更多
关键词 Big data data science big data processing graph signal processing social networks
在线阅读 下载PDF
THE STATIONARY DISTRIBUTION OF A CONTINUOUS-TIME RANDOM GRAPH PROCESS WITH INTERACTING EDGES 被引量:1
7
作者 韩东 《Acta Mathematica Scientia》 SCIE CSCD 1994年第S1期98-102,共5页
In previous papers, the stationary distributions of a class of discrete and continuoustime random graph processes with state space consisting of the simple and directed graphs on Nvenices were studied. In this paper, ... In previous papers, the stationary distributions of a class of discrete and continuoustime random graph processes with state space consisting of the simple and directed graphs on Nvenices were studied. In this paper, the random graph graph process is extended one impotent stepfurther by allowing interaction of edges. Similarly, We obtha the expressions of the stationarydistributions and prove that the process is ergodic under different editions. 展开更多
关键词 Random graph prooes Minimum Q-process Stationary distribution Ergodicity.
在线阅读 下载PDF
Graph-Based Transform and Dual Graph Laplacian Regularization for Depth Map Denoising
8
作者 MENG Yaqun GE Huayong +2 位作者 HOU Xinxin JI Yukai LI Sisi 《Journal of Donghua University(English Edition)》 2025年第5期534-542,共9页
Owing to the constraints of depth sensing technology,images acquired by depth cameras are inevitably mixed with various noises.For depth maps presented in gray values,this research proposes a novel denoising model,ter... Owing to the constraints of depth sensing technology,images acquired by depth cameras are inevitably mixed with various noises.For depth maps presented in gray values,this research proposes a novel denoising model,termed graph-based transform(GBT)and dual graph Laplacian regularization(DGLR)(DGLR-GBT).This model specifically aims to remove Gaussian white noise by capitalizing on the nonlocal self-similarity(NSS)and the piecewise smoothness properties intrinsic to depth maps.Within the group sparse coding(GSC)framework,a combination of GBT and DGLR is implemented.Firstly,within each group,the graph is constructed by using estimates of the true values of the averaged blocks instead of the observations.Secondly,the graph Laplacian regular terms are constructed based on rows and columns of similar block groups,respectively.Lastly,the solution is obtained effectively by combining the alternating direction multiplication method(ADMM)with the weighted thresholding method within the domain of GBT. 展开更多
关键词 depth map graph signal processing dual graph Laplacian regularization(DGLR) graph-based transform(GBT) group sparse coding(GSC)
在线阅读 下载PDF
基于混合增量计算的流式图并行处理
9
作者 申玥 张婕 +3 位作者 张园 曹华伟 安学军 叶笑春 《计算机研究与发展》 北大核心 2026年第3期798-811,共14页
流式图能够对现实生活中数据快速变化的场景进行有效建模,在社交网络分析、内容推荐、异常检测等领域得到了广泛应用。基于流式图更新前后的2个图快照具有大量相同数据的事实,增量计算通过对历史计算结果进行存储和复用来降低迭代计算... 流式图能够对现实生活中数据快速变化的场景进行有效建模,在社交网络分析、内容推荐、异常检测等领域得到了广泛应用。基于流式图更新前后的2个图快照具有大量相同数据的事实,增量计算通过对历史计算结果进行存储和复用来降低迭代计算过程中的访存量和计算量,从而有效提升流式图处理的性能。然而,现有对图算法进行增量计算优化的研究往往受限于满足特定性质的图算法,而难以应用于通用图算法。针对通用图算法的增量计算优化问题,将增量计算进一步划分为基于修正和基于重计算的增量计算模式。理论上刨析了二者的异同点,实验上在不同图数据集、图算法和更新场景设置下测试了二者的性能差异。提出了混合增量计算模式,设计了确保切换正确性的算法,并通过随机森林分类器准确地预测切换时机。性能评估和切换效果分析表明通用图算法在混合增量计算模式下能够进行有效切换,并相比先进的流式图处理系统DZIG实现了平均1.25的加速比。 展开更多
关键词 流式图 增量计算 动态图处理 图算法 并行处理 图处理系统
在线阅读 下载PDF
基于多尺度图域特征的轴承故障诊断方法
10
作者 何宇琪 张波 +3 位作者 苏畅 张万宏 张浩 尹爱军 《噪声与振动控制》 北大核心 2026年第1期114-120,共7页
轴承具备传递负荷、支持和定位等重要功能,是常见机械设备的关键零部件,其健康状况直接影响设备的可靠性和其他性能,因此对其进行监测和诊断具有重要意义。轴承运行工况复杂、背景噪声强等原因会导致常规故障诊断方法准确性低,易出现误... 轴承具备传递负荷、支持和定位等重要功能,是常见机械设备的关键零部件,其健康状况直接影响设备的可靠性和其他性能,因此对其进行监测和诊断具有重要意义。轴承运行工况复杂、背景噪声强等原因会导致常规故障诊断方法准确性低,易出现误诊等问题。提出基于多尺度图域特征的轴承故障诊断方法,首先分析轴承振动信号的传递关系,将传递关系量化为可视边,并基于滤波思想对可视边进行优化以构建图信号;然后采用多尺度谱图小波变换将图信号分解为多个层,分别提取不同层的动态熵和图谱幅值熵等特征,结合协方差对不同层特征进行筛选,进而构造特征空间;最后基于多尺度图域特征的马氏距离相似性实现轴承的故障识别。利用轴承故障数据集进行验证分析,结果表明该方法能有效识别不同的轴承故障,识别精度明显优于传统的时域和频域特征方法,且具有更好的准确性和鲁棒性。 展开更多
关键词 故障诊断 轴承 图信号处理 马氏距离 图小波变换
在线阅读 下载PDF
面向复杂业务流程的轨迹聚类技术
11
作者 林雷蕾 底颖 +4 位作者 张建林 曹宇诺 金宇萌 李明胸 闻立杰 《计算机集成制造系统》 北大核心 2026年第3期1141-1152,共12页
信息系统在执行业务过程时会产生大量业务日志,这些日志中包含了多个部门的业务流程。如果直接对信息系统产生的日志进行流程发现,会得到一个十分复杂且不可读的流程模型。因此,需要预先对日志数据进行聚类得到多个子日志,使得同一个部... 信息系统在执行业务过程时会产生大量业务日志,这些日志中包含了多个部门的业务流程。如果直接对信息系统产生的日志进行流程发现,会得到一个十分复杂且不可读的流程模型。因此,需要预先对日志数据进行聚类得到多个子日志,使得同一个部门的相关流程尽量在一个子日志中。轨迹聚类是一种能够缓解流程过于复杂问题的有效策略。本文提出了一种利用图卷积网络对事件日志进行聚类的新方法,该方法包含以下3步:(1)使用K-means算法将原始日志划分为大量子日志,并将每个子日志转换为有向图;(2)采用图卷积网络来捕捉每个图的特征,然后使用度量矩阵记录任意两个有向图之间的欧氏距离;(3)利用层次聚类方法合并这些有向图,直到簇的数量满足用户的需求。通过大量实验在5个公开的数据集上进行了验证,表明本文方法优于现有方法。 展开更多
关键词 流程发现 图卷积 事件日志 层次聚类 有向图
在线阅读 下载PDF
考虑监测点时空关联的露天矿边坡变形重构与预测
12
作者 李江峰 柳昆鹏 +4 位作者 梁明智 亢凯民 李斌 张衍 丁小华 《采矿与安全工程学报》 北大核心 2026年第2期493-508,共16页
露天矿边坡的变形监测是保障安全生产的关键环节,但监测数据在复杂采掘工况下常伴有周期性波动、阶跃性突跳及样本缺失等复合干扰;此外,传统预测方法普遍忽略各监测点间因共同地质构造产生的隐性时空关联,导致预测模型结果受限。因此,... 露天矿边坡的变形监测是保障安全生产的关键环节,但监测数据在复杂采掘工况下常伴有周期性波动、阶跃性突跳及样本缺失等复合干扰;此外,传统预测方法普遍忽略各监测点间因共同地质构造产生的隐性时空关联,导致预测模型结果受限。因此,提出一种考虑监测点时空关联性的信号重构与预测新框架。该框架将监测网络构建为时空图模型,其节点代表监测点,可学习的边权重则表征监测点间的动态时空关联;通过交替优化算法,协同实现边坡位移/形变信号的精确重构(含降噪与缺失值插补)及图边权重的自适应学习;将重构后的信号与数据驱动学习到的动态图边权重共同输入一个预训练增强的时空图神经网络中,以提升位移/形变预测精度。以新疆疆纳矿业兴盛露天煤矿内外排土场3个月的实测数据进行验证,结果表明:基于全球导航卫星系统监测的排土场边坡北方向(X方向)位移在周期性、突变型复合噪声及样本缺失干扰下,位移信号重构均方根误差低至0.4588 mm;未来4 d变形预测的平均绝对误差、均方根误差及平均绝对百分比误差分别为1.3786,2.3193 mm及68.63%。通过协同优化信号重构与图结构学习,从含噪、缺失数据中提炼蕴含真实关联的动态拓扑作为预测先验,为露天矿山边坡智能预警提供了数据驱动的新方法。 展开更多
关键词 露天开采 边坡位移/形变重构 图信号处理 时空图神经网络 边坡位移/形变预测
原文传递
一种改进的Graph Cuts交互图像分割方法 被引量:2
13
作者 章卫祥 周秉锋 《影像技术》 CAS 2007年第4期22-24,共3页
本文提出了一种改进的Graph Cuts交互图像分割方法。Graph Cuts交互图像分割方法〔1〕首先由用户选定部分像素作为对象和背景,其余像素为未知区域;然后根据以像素为顶点,以像素相邻关系为边,构造一个图;最后通过图的最小分割方法将图像... 本文提出了一种改进的Graph Cuts交互图像分割方法。Graph Cuts交互图像分割方法〔1〕首先由用户选定部分像素作为对象和背景,其余像素为未知区域;然后根据以像素为顶点,以像素相邻关系为边,构造一个图;最后通过图的最小分割方法将图像分为对象和背景两部分。此方法分割图像的结果直接受到用户选定对象和背景像素操作的影响,对象和背景边界的像素容易被分割错误。我们分别对对象区域和背景区域进行腐蚀操作,使分割错误的像素重新变为未知区域(对于在对象或背景内部被错误划分的像素,可以利用类似画笔的工具,直接将其标为对像或背景),然后重新进行一次Graph Cuts分割。由于这次选定了大部分的对象和背景区域,实验结果表明,最后分割结果正确率明显提高了。 展开更多
关键词 计算机图像处理 图像分割 graph CUTS
在线阅读 下载PDF
基于多域相似度与GBDT算法融合的加工链推荐方法
14
作者 崔国庆 郭伟 +2 位作者 王磊 刘金剑 郑鑫昌 《计算机集成制造系统》 北大核心 2026年第2期524-540,共17页
针对工艺规划中零件加工链推荐存在的工艺重用率较低和推荐准确率不高等问题,提出了一种以零件特征作为推荐粒度的基于多域相似度与梯度提升决策树(GBDT)算法融合的加工链推荐方法。该方法首先明确了相关工艺概念,并通过对零件工艺信息... 针对工艺规划中零件加工链推荐存在的工艺重用率较低和推荐准确率不高等问题,提出了一种以零件特征作为推荐粒度的基于多域相似度与梯度提升决策树(GBDT)算法融合的加工链推荐方法。该方法首先明确了相关工艺概念,并通过对零件工艺信息的描述与存储,构建了零件特征模型及其知识图谱,然后基于本体分类树、模糊数学等相关知识,通过零件特征多域相似度计算方法,提高相似度计算的信息覆盖度和准确性;之后将梯度提升决策树多分类算法应用于加工链的创成方法中,将两者推荐结果通过最长公共子序列算法实现融合,弥补了单一方法准确率和重用率较低的缺陷,最后通过对移动套零件的应用证明了该方法的可行性和有效性。 展开更多
关键词 零件相似度 梯度提升决策树 加工链推荐 知识图谱
在线阅读 下载PDF
人工智能技术在高中历史知识图谱构建中的应用研究
15
作者 陈小荣 《信息与电脑》 2026年第4期251-253,共3页
文章聚焦计算机技术领域,探讨人工智能(Artificial Intelligence,AI)技术在高中历史知识图谱(History Knowledge Graph,HKG)构建中的关键应用。通过分析高中历史知识的特殊性,提出基于多源异构数据融合的HKG构建框架,重点研究自然语言处... 文章聚焦计算机技术领域,探讨人工智能(Artificial Intelligence,AI)技术在高中历史知识图谱(History Knowledge Graph,HKG)构建中的关键应用。通过分析高中历史知识的特殊性,提出基于多源异构数据融合的HKG构建框架,重点研究自然语言处理(Natural Language Processing,NLP)、知识表示学习、图神经网络(Graph Neural Network,GNN)等技术在实体抽取、关系建模、知识推理环节的实现路径,并结合实验验证AI技术对HKG质量与语义表达能力的提升效果。研究表明,AI技术可有效解决历史知识碎片化问题,为历史知识的智能化组织与检索提供技术支持。 展开更多
关键词 AI 知识图谱 高中历史 自然语言处理 图神经网络
在线阅读 下载PDF
图计算为科学计算加速
16
作者 金海 《计算》 2026年第1期44-51,96,共9页
科学计算数据通常能够直接或间接表示为图结构且具有较强的稀疏性。图计算作为分析事物之间复杂关联关系的重要工具,能够有效支持科学计算领域中数据间稀疏关联关系分析,实现科学计算领域中海量稀疏数据的高效处理。然而,由于科学计算... 科学计算数据通常能够直接或间接表示为图结构且具有较强的稀疏性。图计算作为分析事物之间复杂关联关系的重要工具,能够有效支持科学计算领域中数据间稀疏关联关系分析,实现科学计算领域中海量稀疏数据的高效处理。然而,由于科学计算应用的复杂性,图计算驱动的科学计算面临着数据形态纷繁芜杂、处理手段多样和计算模式难适配等挑战。为此,本研究针对多个科学计算领域研究了面向科学计算的构图方法以及相应的图计算方法,通过图计算技术来高效支持各种科学计算应用的需求。通过在快速射电暴搜寻、RNA二级结构相似性分析以及高能物理实验径迹重建等多个科学计算领域进行了验证,探索了图计算为科学计算应用提供解决思路的新方法。 展开更多
关键词 稀疏数据处理 图计算 科学计算 构图方法 领域图算法 加速系统
在线阅读 下载PDF
知识图谱在公文处理中的应用研究
17
作者 牛恺南 刘杰 +2 位作者 刘思扬 薛璐佳 陈学东 《中国科技纵横》 2026年第2期54-56,共3页
针对公文处理中存在的信息碎片化、协同效率低与信息孤岛等问题,本文提出融合知识图谱与大语言模型的智能公文处理系统应用方案,内容涵盖协同处理流程规范化、公文知识图谱构建与智能辅助平台搭建,支持智能检索、推荐、流转追踪与提醒... 针对公文处理中存在的信息碎片化、协同效率低与信息孤岛等问题,本文提出融合知识图谱与大语言模型的智能公文处理系统应用方案,内容涵盖协同处理流程规范化、公文知识图谱构建与智能辅助平台搭建,支持智能检索、推荐、流转追踪与提醒等功能,旨在提升公文处理智能化水平与决策支持能力,实现跨部门知识共享,为公文处理数字化转型提供技术路径。 展开更多
关键词 公文处理 知识图谱 SCHEMA 数字化转型 智能辅助
在线阅读 下载PDF
知识图谱结合大模型的语音信号处理智能虚拟助教系统构建
18
作者 唐闺臣 梁瑞宇 +2 位作者 谢跃 赵小燕 包永强 《中国现代教育装备》 2026年第5期20-23,共4页
针对当前通用大模型的智能助教系统普遍存在幻觉、专业性偏弱等问题,本研究以语音信号处理技术及应用课程为例,搭建专用知识图谱,并融合大模型设计了智能虚拟助教系统。该系统通过在增强检索中使用知识图谱提升检索的准确性、效率和语... 针对当前通用大模型的智能助教系统普遍存在幻觉、专业性偏弱等问题,本研究以语音信号处理技术及应用课程为例,搭建专用知识图谱,并融合大模型设计了智能虚拟助教系统。该系统通过在增强检索中使用知识图谱提升检索的准确性、效率和语义理解能力。实际测试显示,相较于通用大模型,该系统能更精准地回答专业性问题,提升学生的学习效果。 展开更多
关键词 智能虚拟助教系统 知识图谱 大模型 语音合成 语音信号处理技术及应用
在线阅读 下载PDF
基于序贯模块法的课程内容体系重构——以《化工分离过程》为例
19
作者 颜婷珪 潘红艳 +2 位作者 史永永 徐梅松 吴淑桃 《广东化工》 2026年第2期157-160,共4页
本论文针对《化工分离过程》课程教学中存在的理论与实践脱节问题,提出基于序贯模块法的实践任务驱动型教学模式。通过对课程内容体系进行模块化解构,构建基于理论知识图谱的实践任务及过程评价方式。按照序贯模块法的流程模拟策略,将... 本论文针对《化工分离过程》课程教学中存在的理论与实践脱节问题,提出基于序贯模块法的实践任务驱动型教学模式。通过对课程内容体系进行模块化解构,构建基于理论知识图谱的实践任务及过程评价方式。按照序贯模块法的流程模拟策略,将全过程系统降阶处理成能够单独收敛的子系统,以Aspen单元操作模拟为实践核心,在单元操作层面打通理论知识到工艺调节及设计的学习路径。最后以单元模块的输出和输入流股为联结,以团队合作形式完成过程系统模拟任务,达到提升学生的知识应用能力、实践操作能力和团队协作能力的目的。 展开更多
关键词 序贯模块法 分离过程 Aspen模拟 知识图谱 实践能力 案例教学
在线阅读 下载PDF
基于知识图谱的智能问答系统设计研究
20
作者 关沧 《科技资讯》 2026年第4期25-27,共3页
基于知识图谱的智能问答系统融合知识图谱构建、自然语言处理等技术。系统通过分层架构实现数据存储、知识抽取与融合、语义理解与问答交互。知识图谱构建模块处理多源数据形成结构化知识,自然语言处理模块解析用户问题,问答逻辑处理模... 基于知识图谱的智能问答系统融合知识图谱构建、自然语言处理等技术。系统通过分层架构实现数据存储、知识抽取与融合、语义理解与问答交互。知识图谱构建模块处理多源数据形成结构化知识,自然语言处理模块解析用户问题,问答逻辑处理模块结合知识图谱完成查询推理,用户交互模块提供多形式交互。经功能与性能测试验证,系统能够准确回答问题,响应时间、吞吐量等指标满足需求,为智能问答应用提供解决方案。 展开更多
关键词 知识图谱 智能问答系统 自然语言处理 问答逻辑 系统测试
在线阅读 下载PDF
上一页 1 2 62 下一页 到第
使用帮助 返回顶部