搜索资源列表
EstimationSideslipAngle
- 使用matlab编写的:用神经网络方法来辨识质心侧偏角程序。供大家使用参考。
GA-BP
- 遗传算法优化神经网络代码,大家可以下载,方法很简单,-Genetic algorithm neural network code, you can download, the method is very simple,
Signal
- 过程信号的前馈-反馈型自适应盲分离算法:利用神经网络的自学习能力实现信号的盲分离已被证明是实现信号分离的一种有效方法,不同的神经网络模型对分离算法的效能将产生极大的影响 -The process of signal feedforward- feedback-based adaptive algorithm for blind source separation: Using neural networks to achieve self-learning ability of the bl
GeneticAlgorithmandbp
- 模拟自然进化过程搜索最优解的方法 BP神经网络和遗传算法源程序-Genetic Algorithm
qpso
- 在网络异常检测中,为了提高对异常状态的检测率,降低对正常状态的误判率,本文提出一种基于量子粒子群优化算法训练小波神经网络进行网络异常检测的新方法。利用量子粒子群优化算法(QPSO)训练小波神经网络,将小波神经网络(WNN)中的参数组合作为优化算法中的一个粒子,在全局空间中搜索具有最优适应值的参数向量。- In order to improve the detection rate for anomaly state and reduce the false positive rate for n
Hopfieldfordsp
- 用Hopfield神经网络方法实现TSP旅行商问题-Using Hopfield neural network implementation Traveling Salesman Problem TSP
0514
- 基于matlab的神经网络训练方法,其中采用不同的隐层,自己编写的,实现多类数据的分类-It ia a code to learn network.
Patternrecognition
- 模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换。-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural network, 1_k neighbor method, editing method, feature selection and feature transformatio
TheSimulationStudyonPIDNeuralNetworkDecouplingCont
- 介绍了汽包锅炉燃烧控制系统的控制任务、量间关系、原则性控制方案、传统控制方法,以及解耦控制方法的发展 ,引入了 PID型神经网络控制系统的结构、学习算法、初始权值参数选取. MATLAB仿真结果表明 ,该控制系统对多变量强耦合时变的锅炉燃烧控制对象具有良好的解耦性能和自学习控制特性.-The control tasks, the relations between physical variables, the fundamental controlschemes, the convention
m341z
- 基于神经网络的传感器建模仿真和传感器动态补偿方法-Sensors based on neural network modeling and simulation, and dynamic compensation method
quxiannihe
- 用神经网络方法进行曲线拟合,可以进行对数字辨识-Using neural networks for curve fitting, can be identified on the digital
face4
- 基于神经网络的人脸识别的一种算法,给出了计算识别率的方法-Neural network-based face recognition algorithm, gives the recognition rate calculation method
一种神经网络的语音情感识别
- 一种在matlab平台上运行的语音情感识别方法基于神经网络,(Speech emotion recognition method neural network)
小波神经网络分解程序
- 小波神经网络实例,用一周的数据来预测未来一天的情况,使用MATLAB软件实现人工智能的方法。(A wavelet neural network example is used to predict the situation of the next day with one week's data. MATLAB software is used)
BPPID
- 基于BP神经网络的一种PID实现方法,将神经网络技术和常用的PID方法结合,实现更精准的控制。(A Realization Method of PID Based on BP Neural Network)
综合评价方法MATLAB实现matlab文件何逢标
- 里面包含多种综合评价方法,如层次分析法、模糊综合评判、基于可拓学的综合评价方法、数据包络分析法、TOPSIS分析法、熵权法以及人工神经网络分析法(It contains many comprehensive evaluation methods, such as analytic hierarchy process, fuzzy comprehensive evaluation, extension-based comprehensive evaluation method, data enve
Elman神经网络预测股价
- 利用MATLAB软件,通过elman神经网络方法,以前5天数据为输入,预测第六天数据,实现了股价的预测,且与BP神经网络相比,提高了预测精度。
BCI_MI_CSP_DNN
- BCI_MI_CSP_DNN是一种基于matlab的运动图像脑电信号分类程序。 基于matlab深度学习工具箱编写了BCI_MI_CSP_DNN程序 本程序的原理基于CSP和DNN算法 这个程序的性能是基于BCI竞赛II数据集II 提出了一种基于深度学习的运动图像脑电信号分类方法。在预处理原始脑电图信号的基础上,采用共空间模型(CSP)方法提取脑电图特征矩阵,并将其输入深度神经网络(DNN)进行训练和分类。我们的工作在BCI Competition II Dataset III上进行了实
神经网络3
- 人工智能分割图像方法,运用深度学习实现,程序可直接使用(The method of image segmentation based on artificial intelligence and realized by deep learning)
rbf神经网络程序和一个例子
- rbf神经网络学习例子,可以给初学者提供一个学习rbf神经网络的思路和方法,高手可以跳过就行