搜索资源列表
BP神经网络的非线性系统建模_非线性函数拟合
- BP神经网络构建根据拟合非线性函数特点确定BP神经网络结构,由于该非线性函数有两个输入参数,一个输出参数,所以BP神经网络结构为2—5—1,即输入层有2个节点,隐含层有5个节点,输出层有1个节点。 从非线性函数中随机得到2000组输入输出数据,从中随机选择1900组作为训练数据,用于网络训练,100组作为测试数据,用于测试网络的拟合性能。(Construction of BP neural network for nonlinear function fitting structure acc
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
RBF神经网络自适应控制_源代码
- 《RBF神经网络自适应控制的matlab仿真》刘金琨著 程序包("RBF neural network adaptive control matlab simulation" Liu Jinkun program package)
神经网络与深度学习
- 介绍神经网络和深度学习,还有部分代码讲解(Introduction to neural networks and depth learning, there are some code to explain)
神经网络模型及其MATLAB仿真程序设计
- 神经网络模型及其MATLAB仿真程序设计(Neural network model and its MATLAB simulation program design)
复数神经网络及其在说话人识别中的应用
- 复数神经网络及其在说话人识别中的应用,及其matlab代码(Complex neural network and its application in speaker recognition)
小波神经网络
- 神经网络做回归预测,3层小波包结合在一起做预测(network regress prediction)
bp神经网络分类
- 1. 采用BP神经网络设计男女生分类器。采用的特征包括身高、体重、是否喜欢数学、是否喜欢文学、是否喜欢运动共五个特征,BP神经网络包含一个隐层,隐层结点数为5。要求:自行编写代码完成后向传播算法,采用交叉验证的方式实现对于性能指标的评判(包含SE,SP,ACC和AUC,AUC的计算可以基于平台的软件包)。(. using BP neural network to design the classifier for male and female students. The features in
Matlab实现简易神经网络
- 一个简易的神经网络模型, 一个对象具有4种特征,现设有3个对象,学习完成后,输入4个特征数据,能够得到属于哪一个对象类型(A simple neural network model, An object has 4 features, and now has 3 objects, after learning, input 4 characteristic data, which type of object can be obtained)
车牌识别(有大的框架和BP神经网络delphi)
- 本程序是基于C++的车牌识别,里面有大的框架和BP神经网络(This program is based on C++ license plate recognition, which has a large frame and BP neural network)
MATLAB神经网络30个案例分析
- MATLAB神经网络30个案例分析,对学习神经网络的同学很重要,简单易懂(Matlab neural network analysis of 30 cases, the neural network to learn the students is very important, easy to understand)
神经网络
- 很好的神经网络书籍,有中文和英文书籍,值得好好看看。(Very good nerve network books, there are Chinese and English books, worth a good look.)
神经网络
- 基于MATLAB编写的神经网络单层感知器分类(Neural network single layer perceptron classification based on MATLAB)
《MATLAB 神经网络30个案例分析》源程序 数据
- MATLAB 神经网络30个案例分析 ,包括源程序(MATLAB neural network 30 case analysis, including source code)
神经网络matlab.rar
- 这是一份对于西储大学的轴承数据神经网络分析,主要数据在官网上可以下。(This is a neural network analysis of the bearing data of the West University of storage, the main data can be under the official website.)
BP神经网络+最小距离分类器
- BP神经网络算法,贝叶斯-最小距离分类器,可以用于模式识别。(BP neural network algorithm, Bayesian minimum distance classifier, can be used for pattern recognition)
关于用遗传算法改进BP神经网络的MATLAB实现
- 在MATLAB中用遗传算法改进BP神经网络(Improvement of BP neural network by genetic algorithm in MATLAB)
BP神经网络MATLAB中的实现
- 在MATLAB中实现BP神经网络算法计算代码(Implementation of BP neural network algorithm in MATLAB)
神经网络43
- 神经网络可以指向两种,一个是生物神经网络,一个是人工神经网络。 生物神经网络:一般指生物的大脑神经元,细胞,触点等组成的网络,用于产生生物的意识,帮助生物进行思考和行动。 人工神经网络(Artificial Neural Networks,简写为ANNs)也简称为神经网络(NNs)或称作连接模型(Connection Model),它是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的
神经网络编程_源代码
- 使用神经网络算法求解多元多次方程,使用多个节点进行设计,得到的子代结果很精确,误差极小(The use of neural network algorithm for solving multivariate polynomial equation)