期刊文献+
共找到1,058篇文章
< 1 2 53 >
每页显示 20 50 100
Nearest neighbor search algorithm based on multiple background grids for fluid simulation 被引量:2
1
作者 郑德群 武频 +1 位作者 尚伟烈 曹啸鹏 《Journal of Shanghai University(English Edition)》 CAS 2011年第5期405-408,共4页
The core of smoothed particle hydrodynamics (SPH) is the nearest neighbor search subroutine. In this paper, a nearest neighbor search algorithm which is based on multiple background grids and support variable smooth... The core of smoothed particle hydrodynamics (SPH) is the nearest neighbor search subroutine. In this paper, a nearest neighbor search algorithm which is based on multiple background grids and support variable smooth length is introduced. Through tested on lid driven cavity flow, it is clear that this method can provide high accuracy. Analysis and experiments have been made on its parallelism, and the results show that this method has better parallelism and with adding processors its accuracy become higher, thus it achieves that efficiency grows in pace with accuracy. 展开更多
关键词 multiple background grids smoothed particle hydrodynamics (SPH) nearest neighbor search algorithm parallel computing
在线阅读 下载PDF
Basic Tenets of Classification Algorithms K-Nearest-Neighbor, Support Vector Machine, Random Forest and Neural Network: A Review 被引量:7
2
作者 Ernest Yeboah Boateng Joseph Otoo Daniel A. Abaye 《Journal of Data Analysis and Information Processing》 2020年第4期341-357,共17页
In this paper, sixty-eight research articles published between 2000 and 2017 as well as textbooks which employed four classification algorithms: K-Nearest-Neighbor (KNN), Support Vector Machines (SVM), Random Forest (... In this paper, sixty-eight research articles published between 2000 and 2017 as well as textbooks which employed four classification algorithms: K-Nearest-Neighbor (KNN), Support Vector Machines (SVM), Random Forest (RF) and Neural Network (NN) as the main statistical tools were reviewed. The aim was to examine and compare these nonparametric classification methods on the following attributes: robustness to training data, sensitivity to changes, data fitting, stability, ability to handle large data sizes, sensitivity to noise, time invested in parameter tuning, and accuracy. The performances, strengths and shortcomings of each of the algorithms were examined, and finally, a conclusion was arrived at on which one has higher performance. It was evident from the literature reviewed that RF is too sensitive to small changes in the training dataset and is occasionally unstable and tends to overfit in the model. KNN is easy to implement and understand but has a major drawback of becoming significantly slow as the size of the data in use grows, while the ideal value of K for the KNN classifier is difficult to set. SVM and RF are insensitive to noise or overtraining, which shows their ability in dealing with unbalanced data. Larger input datasets will lengthen classification times for NN and KNN more than for SVM and RF. Among these nonparametric classification methods, NN has the potential to become a more widely used classification algorithm, but because of their time-consuming parameter tuning procedure, high level of complexity in computational processing, the numerous types of NN architectures to choose from and the high number of algorithms used for training, most researchers recommend SVM and RF as easier and wieldy used methods which repeatedly achieve results with high accuracies and are often faster to implement. 展开更多
关键词 Classification algorithms NON-PARAMETRIC K-nearest-neighbor Neural Networks Random Forest Support Vector Machines
在线阅读 下载PDF
Nearest neighbor search algorithm for GBD tree spatial data structure
3
作者 Yutaka Ohsawa Takanobu Kurihara Ayaka Ohki 《重庆邮电大学学报(自然科学版)》 2007年第3期253-259,共7页
This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteris... This paper describes the nearest neighbor (NN) search algorithm on the GBD(generalized BD) tree. The GBD tree is a spatial data structure suitable for two-or three-dimensional data and has good performance characteristics with respect to the dynamic data environment. On GIS and CAD systems, the R-tree and its successors have been used. In addition, the NN search algorithm is also proposed in an attempt to obtain good performance from the R-tree. On the other hand, the GBD tree is superior to the R-tree with respect to exact match retrieval, because the GBD tree has auxiliary data that uniquely determines the position of the object in the structure. The proposed NN search algorithm depends on the property of the GBD tree described above. The NN search algorithm on the GBD tree was studied and the performance thereof was evaluated through experiments. 展开更多
关键词 邻居搜索算法 GBD树 空间数据结构 动态数据环境 地理信息系统 计算机辅助设计
在线阅读 下载PDF
基于不规则区域划分方法的k-Nearest Neighbor查询算法 被引量:1
4
作者 张清清 李长云 +3 位作者 李旭 周玲芳 胡淑新 邹豪杰 《计算机系统应用》 2015年第9期186-190,共5页
随着越来越多的数据累积,对数据处理能力和分析能力的要求也越来越高.传统k-Nearest Neighbor(k NN)查询算法由于其容易导致计算负载整体不均衡的规则区域划分方法及其单个进程或单台计算机运行环境的较低数据处理能力.本文提出并详细... 随着越来越多的数据累积,对数据处理能力和分析能力的要求也越来越高.传统k-Nearest Neighbor(k NN)查询算法由于其容易导致计算负载整体不均衡的规则区域划分方法及其单个进程或单台计算机运行环境的较低数据处理能力.本文提出并详细介绍了一种基于不规则区域划分方法的改进型k NN查询算法,并利用对大规模数据集进行分布式并行计算的模型Map Reduce对该算法加以实现.实验结果与分析表明,Map Reduce框架下基于不规则区域划分方法的k NN查询算法可以获得较高的数据处理效率,并可以较好的支持大数据环境下数据的高效查询. 展开更多
关键词 k-nearest neighbor(k NN)查询算法 不规则区域划分方法 MAP REDUCE 大数据
在线阅读 下载PDF
Comparison of Two Quantum Nearest Neighbor Classifiers on IBM’s Quantum Simulator
5
作者 Wei Hu 《Natural Science》 2018年第3期87-98,共12页
Today computers are used to store data in memory and then process them. In our big data era, we are facing the challenge of storing and processing the data simply due to their fast ever growing size. Quantum computati... Today computers are used to store data in memory and then process them. In our big data era, we are facing the challenge of storing and processing the data simply due to their fast ever growing size. Quantum computation offers solutions to these two prominent issues quantum mechanically and beautifully. Through careful design to employ superposition, entanglement, and interference of quantum states, a quantum algorithm can allow a quantum computer to store datasets of exponentially large size as linear size and then process them in parallel. Quantum computing has found its way in the world of machine learning where new ideas and approaches are in great need as the classical computers have reached their capacity and the demand for processing big data grows much faster than the computing power the classical computers can provide today. Nearest neighbor algorithms are simple, robust, and versatile supervised machine learning algorithms, which store all training data points as their learned “model” and make the prediction of a new test data point by computing the distances between the query point and all the training data points. Quantum counterparts of these classical algorithms provide efficient and elegant ways to deal with the two major issues of storing data in memory and computing the distances. The purpose of our study is to select two similar quantum nearest neighbor algorithms and use a simple dataset to give insight into how they work, highlight their quantum nature, and compare their performances on IBM’s quantum simulator. 展开更多
关键词 QUANTUM COMPUTATION QUANTUM MACHINE Learning QUANTUM nearest neighbor algorithm
在线阅读 下载PDF
基于K近邻算法的高粘结性能混凝土抗压强度预测
6
作者 伍晓圆 刘艳 《粘接》 2025年第3期24-27,共4页
针对掺合料种类繁多,无法适应粘结界面的粗糙度,降低了抗压强度的预测精度问题,从不同硅灰掺量、钢纤维掺量、粉煤灰掺量角度,制备不同配合比条件的高粘结性能混凝土试件,将不同配合比掺量数据作为K近邻算法的输入,以适应粘结界面的粗糙... 针对掺合料种类繁多,无法适应粘结界面的粗糙度,降低了抗压强度的预测精度问题,从不同硅灰掺量、钢纤维掺量、粉煤灰掺量角度,制备不同配合比条件的高粘结性能混凝土试件,将不同配合比掺量数据作为K近邻算法的输入,以适应粘结界面的粗糙度,计算新配比样本与参考配比样本配比特征的欧几里得距离,将距离最小的参考配比样本中混凝土抗压强度作为新配比样本中混凝土抗压强度预测值,提高抗压强度的预测精度。试验结果表明,硅灰掺量、钢纤维掺量、粉煤灰掺量分别是25%、4%、10%时,高粘结性能混凝土抗压强度较优。 展开更多
关键词 K近邻算法 高粘结性能 抗压强度 超高性能混凝土 配合比
在线阅读 下载PDF
A Study of EM Algorithm as an Imputation Method: A Model-Based Simulation Study with Application to a Synthetic Compositional Data
7
作者 Yisa Adeniyi Abolade Yichuan Zhao 《Open Journal of Modelling and Simulation》 2024年第2期33-42,共10页
Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear mode... Compositional data, such as relative information, is a crucial aspect of machine learning and other related fields. It is typically recorded as closed data or sums to a constant, like 100%. The statistical linear model is the most used technique for identifying hidden relationships between underlying random variables of interest. However, data quality is a significant challenge in machine learning, especially when missing data is present. The linear regression model is a commonly used statistical modeling technique used in various applications to find relationships between variables of interest. When estimating linear regression parameters which are useful for things like future prediction and partial effects analysis of independent variables, maximum likelihood estimation (MLE) is the method of choice. However, many datasets contain missing observations, which can lead to costly and time-consuming data recovery. To address this issue, the expectation-maximization (EM) algorithm has been suggested as a solution for situations including missing data. The EM algorithm repeatedly finds the best estimates of parameters in statistical models that depend on variables or data that have not been observed. This is called maximum likelihood or maximum a posteriori (MAP). Using the present estimate as input, the expectation (E) step constructs a log-likelihood function. Finding the parameters that maximize the anticipated log-likelihood, as determined in the E step, is the job of the maximization (M) phase. This study looked at how well the EM algorithm worked on a made-up compositional dataset with missing observations. It used both the robust least square version and ordinary least square regression techniques. The efficacy of the EM algorithm was compared with two alternative imputation techniques, k-Nearest Neighbor (k-NN) and mean imputation (), in terms of Aitchison distances and covariance. 展开更多
关键词 Compositional Data Linear Regression Model Least Square Method Robust Least Square Method Synthetic Data Aitchison Distance Maximum Likelihood Estimation Expectation-Maximization algorithm k-nearest neighbor and Mean imputation
在线阅读 下载PDF
基于特征融合的往复式压缩机气阀故障诊断
8
作者 王康 宋朝琪 +4 位作者 聂方 袁宗泽 任护国 尧阳烽 余永华 《机床与液压》 北大核心 2025年第1期151-156,共6页
针对仅依靠单一信号难以准确诊断气阀故障且缺乏多参数综合利用的气阀故障诊断方法的问题,提出一种基于t-分布随机近邻嵌入(t-SNE)特征降维融合的往复式压缩机气阀故障诊断方法。以某型四级高压往复式压缩机为研究对象,通过故障模拟试... 针对仅依靠单一信号难以准确诊断气阀故障且缺乏多参数综合利用的气阀故障诊断方法的问题,提出一种基于t-分布随机近邻嵌入(t-SNE)特征降维融合的往复式压缩机气阀故障诊断方法。以某型四级高压往复式压缩机为研究对象,通过故障模拟试验获取进、排气阀不同典型故障下的热力参数和声发射信号,利用t-SNE降维算法将不同信号源提取的高维特征参数融合降维,并基于K-近邻算法(KNN)构建气阀故障诊断模型。结果表明:与其他降维算法相比,经t-SNE降维后,同类样本的类内距离小,不同类型故障样本类间距离较大,可以有效区分进排气阀的各类故障;多信号特征融合降维后,基于KNN分类算法构建的气阀故障诊断模型能有效识别气阀故障,其准确率为100%。 展开更多
关键词 气阀 故障诊断 t-分布随机近邻嵌入 特征融合 K-近邻算法
在线阅读 下载PDF
风力机齿轮箱无监督故障诊断方法研究
9
作者 俎海东 焦晓峰 +2 位作者 张万福 孙康 李春 《动力工程学报》 北大核心 2025年第1期106-114,130,共10页
针对风力机齿轮箱振动信号具有强非线性特征,提出了改进变分模态分解方法对信号进行分解以提取特征分量,并以混沌相图及Lyapunov指数量化信号的非线性变化。采用随机近邻嵌入算法对多模态非线性故障特征集的冗余特征进行降维,以保证故... 针对风力机齿轮箱振动信号具有强非线性特征,提出了改进变分模态分解方法对信号进行分解以提取特征分量,并以混沌相图及Lyapunov指数量化信号的非线性变化。采用随机近邻嵌入算法对多模态非线性故障特征集的冗余特征进行降维,以保证故障特征提取的可靠性并提升故障诊断准确率,所提出的无监督故障诊断框架无需人为对故障样本进行标注,更适合工程应用,并将所提方法应用于NREL GRC风力机齿轮箱故障。结果表明:改进变分模态分解方法可准确实现多模态特征提取,结合随机近邻嵌入算法,可有效消除冗余特征保证故障信息的可靠性,且同类样本聚集、异类样本差异增大,聚类表现更清晰,提升了故障分类的准确率。 展开更多
关键词 齿轮箱 变分模态分解 混沌相图 LYAPUNOV指数 随机近邻嵌入算法 故障诊断
在线阅读 下载PDF
基于Bayes超参数优化梯度提升树的心脏病预测方法
10
作者 王海燕 焦增晨 +2 位作者 赵剑 安天博 鞠熠 《吉林大学学报(理学版)》 北大核心 2025年第2期472-478,共7页
针对传统机器学习算法在数据集Cleveland和Hungary上预测准确率低的问题,提出一种基于Bayes超参数优化梯度提升树的心脏病预测方法.首先,采用K-最近邻算法对数据集中的缺失值进行填补,用Min-Max标准化、One-Hot编码处理数据,并基于梯度... 针对传统机器学习算法在数据集Cleveland和Hungary上预测准确率低的问题,提出一种基于Bayes超参数优化梯度提升树的心脏病预测方法.首先,采用K-最近邻算法对数据集中的缺失值进行填补,用Min-Max标准化、One-Hot编码处理数据,并基于梯度提升树算法进行心脏病预测;其次,采用Bayes优化和十倍交叉验证的方式搜寻算法的最佳超参数组合.实验结果表明,优化后的梯度提升树算法在心脏病数据集Cleveland上预测准确率可达90.2%,在心脏病数据集Hungary上预测准确率可达81.4%,优于决策树、支持向量机、K-最近邻等传统机器学习方法,可辅助医生进行心脏病诊断. 展开更多
关键词 心脏病预测 K-最近邻算法 梯度提升树 Bayes优化
在线阅读 下载PDF
基于反向最近邻的密度估计聚类算法
11
作者 许梅梅 侯新民 《计算机工程与应用》 北大核心 2025年第1期165-173,共9页
基于相互最近邻的密度峰聚类算法(DenMune)通过相互最近邻计算数据点的局部密度,是一种有效的聚类手段。但该算法存在构建聚类骨架不合理的问题,在分配弱点时采用硬投票策略,易产生错误。因此提出一种新的基于反向最近邻的密度估计聚类... 基于相互最近邻的密度峰聚类算法(DenMune)通过相互最近邻计算数据点的局部密度,是一种有效的聚类手段。但该算法存在构建聚类骨架不合理的问题,在分配弱点时采用硬投票策略,易产生错误。因此提出一种新的基于反向最近邻的密度估计聚类算法(RNN-DEC)。该算法引入反向最近邻来计算数据点的局部密度,将数据点分成强点、弱点和噪声点。使用强点构建聚类算法的骨架,通过软投票的方式将弱点分配到与其相似度最高的簇中去。提出了一种基于反向最近邻的簇融合算法,将相似度高的子簇融合,得到最终的聚类结果。实验结果表明,在一些合成数据集和UCI真实数据集上,相比较于其他经典算法,该算法具有更好的聚类效果。 展开更多
关键词 反向最近邻 局部密度 密度聚类算法 子簇融合
在线阅读 下载PDF
基于点云的发动机叶片损伤体积测量方法
12
作者 魏永超 刘家伟 +2 位作者 莫杜衡 岳雨琛 蔡双 《制造技术与机床》 北大核心 2025年第1期188-195,共8页
针对当前发动机叶片损伤体积计算困难、误差较大的问题,提出一种基于点云的压气机叶片的损伤体积测量方法。首先,通过结构光扫描仪获取完整点云模型和损伤点云模型,配准分割得到缺损点云。其次,缺损点云经过姿态转换后与主成分轴对比分... 针对当前发动机叶片损伤体积计算困难、误差较大的问题,提出一种基于点云的压气机叶片的损伤体积测量方法。首先,通过结构光扫描仪获取完整点云模型和损伤点云模型,配准分割得到缺损点云。其次,缺损点云经过姿态转换后与主成分轴对比分析、分层、切片、投影得到二维点云轮廓。最后,提出单向双次最近邻点搜索算法对二维点云的轮廓进行有序提取,使用坐标解析法求解投影面的面积,累加各层面积与切片间隔的乘积得到最终的体积。试验结果表明,提出的第一主成分轴方向切片体积计算效果更好,且轮廓提取算法对比凸包提取法、双向最近邻搜索和改进最近邻搜索算法(improved nearest point search,INPS)算法更准确,效率更高,与Geomagic软件结果相比平均相对误差不超过0.3%,证明了算法的高效性和有效性。 展开更多
关键词 压气机叶片 体积测量 点云 姿态转换 最近邻点搜索算法
在线阅读 下载PDF
图像特征点匹配算法下车辆行驶主动防撞预警
13
作者 张海民 刘训星 《安全与环境学报》 北大核心 2025年第1期41-49,共9页
对于车辆行驶过程中的防撞预警,如果无法识别前车的具体行驶状态,可能使系统反应速度较慢,而不能动态变化调整本车行驶策略,导致无法有效规避潜在碰撞的危险。为了提高车辆在行驶过程中对周围环境的感知能力,防止车辆碰撞事故的发生,提... 对于车辆行驶过程中的防撞预警,如果无法识别前车的具体行驶状态,可能使系统反应速度较慢,而不能动态变化调整本车行驶策略,导致无法有效规避潜在碰撞的危险。为了提高车辆在行驶过程中对周围环境的感知能力,防止车辆碰撞事故的发生,提出了图像特征点匹配算法下车辆行驶主动防撞预警方法。通过尺度不变特征转换(Scale-Invariant Feature Transform,SIFT)对采集到的前车图像中的特征点展开提取;利用近似最近邻搜索算法完成特征点的匹配,并将匹配点对从像素坐标系转换到图像坐标系中,以完成对前车的定位;基于单帧静态图像测距方法获得车距,并将前车的行驶状态分为静止、减速、匀速或加速三种状态,计算不同状态下的提醒报警距离和危险报警距离,动态调整本车行驶策略。当车距达到提醒报警距离或危险报警距离时,发出报警,以此实现车辆行驶过程中的主动防撞预警。试验结果表明:利用图像特征点匹配算法下车辆行驶主动防撞预警方法对前车车距展开测量,测量结果与实际车距基本一致,准确度误差在5 cm以内,相较于差异化预警方法和车联网数据预警方法而言可以更精准地测量车距;此外,所提方法的风险系数最大值为0.12,远小于差异化预警方法和车联网数据预警方法的风险系数,证实了该方法的车辆定位准确度高、防撞预警性能强。 展开更多
关键词 安全工程 车辆防撞预警 图像特征点匹配 尺度不变特征变换算法 近似最近邻搜索算法 特征点提取
在线阅读 下载PDF
一种识别和检测人工智能生成文本的算法
14
作者 王雨欣 刘柯飞 +1 位作者 李雪莲 王红军 《电讯技术》 北大核心 2025年第3期378-384,共7页
针对目前人工智能(Artificial Intelligence,AI)生成文本的滥用导致的学术不端、侵犯版权、隐私保护和舆情监控等问题,提出了一种基于自然语言处理的AI生成文本的识别和检测算法。该算法首先采用Word2vec方法中的连续词袋模型将文本词... 针对目前人工智能(Artificial Intelligence,AI)生成文本的滥用导致的学术不端、侵犯版权、隐私保护和舆情监控等问题,提出了一种基于自然语言处理的AI生成文本的识别和检测算法。该算法首先采用Word2vec方法中的连续词袋模型将文本词转换成词向量,并将词向量累加获得文本向量。随后利用softmax函数获取文本向量的概率分布,通过统计可视化分析AI生成文本的基本规律,并采用余弦相似性来判断文本类型。其次采用支持向量机递归特征消除算法判断文本是否由AI生成,通过K-近邻算法对文本重生成次数进行判断,进一步细化了文本检测的粒度。通过仿真实验验证了算法的有效性,结果显示算法识别准确率达80%及以上。 展开更多
关键词 AI生成文本检测 文本向量 余弦相似性 支持向量机(SVM) K-近邻(KNN)算法
在线阅读 下载PDF
基于改进最近邻算法的电力数据缺失处理方法
15
作者 江疆 杨秋勇 苏华权 《电子设计工程》 2025年第4期165-169,共5页
针对电力数据采集缺失算法存在的准确率低、计算开销大等缺陷,文中将最近邻算法与对抗神经网络结合,提出了一种电网用户信息缺失处理算法。对于最近邻算法存在的高维度数据处理能力差的问题,使用自编码器对高维数据进行降维,同时通过变... 针对电力数据采集缺失算法存在的准确率低、计算开销大等缺陷,文中将最近邻算法与对抗神经网络结合,提出了一种电网用户信息缺失处理算法。对于最近邻算法存在的高维度数据处理能力差的问题,使用自编码器对高维数据进行降维,同时通过变分方法引入了隐变量学习数据中可连续、可解释的特征。利用最近邻算法生成数据样本标签,由对抗神经网络根据样本标签和自编码器输出特征最终生成缺失数据。在公开数据集进行的实验测试中,所提算法的准确率与迭代次数在所有应用场景及对比算法中均为最优,充分表明了算法的高效性和工程实用性。 展开更多
关键词 最近邻算法 变分自编码器 对抗神经网络 数据缺失处理 数据分析
在线阅读 下载PDF
基于化学计量学和近红外光谱法的油莎豆产地溯源
16
作者 罗晓宏 王楠希 +5 位作者 陈红娟 庄绪会 孙恬恬 肖巾秀 令狐羽珮 杨永坛 《食品安全质量检测学报》 2025年第4期178-184,共7页
目的采用近红外光谱技术对油莎豆进行分析,并应用化学计量学中识别模式对油莎豆进行产地溯源。方法采用近红外光谱法结合化学计量学软件,对来自河北、湖南、山东、新疆、云南等地408份油莎豆样品进行产地溯源,分别采用多元散射校正、多... 目的采用近红外光谱技术对油莎豆进行分析,并应用化学计量学中识别模式对油莎豆进行产地溯源。方法采用近红外光谱法结合化学计量学软件,对来自河北、湖南、山东、新疆、云南等地408份油莎豆样品进行产地溯源,分别采用多元散射校正、多量标准化或多量标准化耦合去趋势算法3种光谱预处理方法和支持向量机(support vector machine,SVM)、簇类独立分类(soft independent modeling of class analogy,SIMCA)、正交偏最小二乘判别(orthogonal partial least squares discriminant analysis,OPLS-DA)、偏最小二乘判别(partial least squares discriminant analysis,PLS-DA)、和K最近邻算法(K-nearest neighbor algorithm,KNN)等5种识别模式进行产地识别。结果SVM、SIMCA、OPLS-DA、PLS-DA和KNN等5种模式的建模识别率分别为91.89%、94.47%、62.37%、65.32%和100.00%。选择KNN作为产地识别模型,分析不同预处理方法、数据预处理及样本距离对模型预测结果稳定性的影响,筛选出最优模型参数。选用多元散射校正光谱预处理方式,在UV标度化、Pareto标度化、自动标度化或中心化任一种数据预处理条件下,样本距离选用街区距离,测试集识别率能达到100.00%。结论近红外光谱结合KNN模式的技术具有分析速度快、操作简单、样本预处理容易、无损、在线的定性定量分析等优点,具有一定应用前景。 展开更多
关键词 油莎豆 近红外光谱技术 K最近邻算法 产地溯源
在线阅读 下载PDF
基于KNN的水电站水轮机监控系统研究
17
作者 谢科军 宋善坤 +2 位作者 胡婷 姚娟 张利益 《粘接》 2025年第1期193-196,共4页
针对大型水轮机轴承故障诊断和预警准确率低,导致抽水蓄能电站存在状态监测与运维管理效果不佳的问题,提出一种大型水轮机轴承润滑油液在线监测系统。利用电涡流传感器对轴承油液数据采集,采用改进的K最近邻算法对轴承故障进行准确分类... 针对大型水轮机轴承故障诊断和预警准确率低,导致抽水蓄能电站存在状态监测与运维管理效果不佳的问题,提出一种大型水轮机轴承润滑油液在线监测系统。利用电涡流传感器对轴承油液数据采集,采用改进的K最近邻算法对轴承故障进行准确分类与诊断。结果表明,通过改进KNN算法,得到新故障与集合A中故障识别球的相似度最大值为0.4787,低于相似度匹配阀值0.6,说明改进KNN算法可实现新故障类型的准确识别,具备一定的自适应性和可扩展性;实际应用也进一步证明该算法可满足对水轮机轴承的状态监测、故障诊断和预警需求,实现水电站的准确监测和智能化运维管理。 展开更多
关键词 抽水蓄能电站 水轮机组 在线油液监测 K近邻算法 故障诊断
在线阅读 下载PDF
一种使用斐波那契点实现球面区域划分的算法研究
18
作者 宁方美 赵春燕 《科学技术创新》 2025年第8期81-85,共5页
本文针对计算机图形学中的球面区域划分问题,提出了一种基于斐波那契点的球面区域划分方案。该方案首先通过斐波那契网格在单位球面上均匀分布点,然后利用这些点集生成划分区域。文章首先介绍了两种区域划分方法:斐波那契-多边形网格Mes... 本文针对计算机图形学中的球面区域划分问题,提出了一种基于斐波那契点的球面区域划分方案。该方案首先通过斐波那契网格在单位球面上均匀分布点,然后利用这些点集生成划分区域。文章首先介绍了两种区域划分方法:斐波那契-多边形网格Mesh生成算法和Keinert逆映射斐波那契球面近邻查找算法。并且对后者进行了改进,以实现相邻区域间的平滑过渡。实验结果表明,该方案能够随机且均匀地划分球面区域,满足计算机图形学中的相关需求。 展开更多
关键词 球面区域划分 斐波那契点 计算机图形学 多边形网格生成 最近邻查找算法 平滑过渡
在线阅读 下载PDF
基于Stacking模型融合算法的风电功率预测方法
19
作者 张雪原 蔡思烨 +4 位作者 刘巧宏 朱坚 包晓炜 夏玉剑 陈极 《电力与能源》 2025年第1期61-66,共6页
随着新能源在新型电力系统中渗透率的日益增加,对风电场功率预测的准确性能要求也不断提升。为提高风电功率预测的准确性和可靠性,设计了以线性回归、K邻近、随机森林算法为特征提取层,以轻量梯度提升机为回归预测层的Stacking模型融合... 随着新能源在新型电力系统中渗透率的日益增加,对风电场功率预测的准确性能要求也不断提升。为提高风电功率预测的准确性和可靠性,设计了以线性回归、K邻近、随机森林算法为特征提取层,以轻量梯度提升机为回归预测层的Stacking模型融合算法。以某风电场近年运行数据为案例,验证了该基于Stacking模型融合算法的预测方法相较于任一单一机器学习算法都具有更高的预测精度。 展开更多
关键词 风力发电 Stacking模型融合算法 随机森林 K邻近 负荷预测
在线阅读 下载PDF
AN EFFICIENT FAST ENCODING ALGORITHM FOR VECTOR QUANTIZATION 被引量:1
20
作者 徐润生 陆哲明 +1 位作者 许晓鸣 张卫东 《Journal of Shanghai Jiaotong university(Science)》 EI 2000年第2期23-27,32,共6页
A fast encoding algorithm was presented which made full use of two characteristics of a vector, its sum and variance. In this paper, a vector was separated into two subvectors, one is the first half of the coordinates... A fast encoding algorithm was presented which made full use of two characteristics of a vector, its sum and variance. In this paper, a vector was separated into two subvectors, one is the first half of the coordinates and the other contains the remaining coordinates. Three inequalities based on the characteristics of the sums and variances of a vector and its two subvectors were introduced to reject those codewords which are impossible to be the nearest codeword. The simulation results show that the proposed algorithm is faster than the improved equal average eaual variance nearest neighbor search (EENNS) algorithm. 展开更多
关键词 VECTOR QUANTIZATION nearest neighbor SEARCH equal AVERAGE nearest neighbor SEARCH algorithm equal AVERAGE equal variance nearest neighbor SEARCH algorithm Document code:A
在线阅读 下载PDF
上一页 1 2 53 下一页 到第
使用帮助 返回顶部