搜索资源列表
bpxor
- BP算法实现异或问题,采用S型函数的前向多层神经网络及其逆推学习算法-BP algorithm differences or problems, use of the S-Function to the multilayer neural networks and learning algorithms Backstepping
SVM_SteveGunn.向量机的基本理论
- 支持向量机的基本理论是从二类分类问题提出的,常用的核函数有:多项式、径向基、Sigmoid型。对于同一组数据选择不同的核函数,基本上都可以得到相近的训练效果。,Support vector machine' s basic theory is the question of second-class classification, commonly used kernel functions include: polynomial, radial basis, Sigmoid type. For
bp1
- 两层BP神经网络训练加权系数 隐含层取S型传输函数 输出取线性传输函数-Two-tier training BP neural network hidden layer weighting coefficient from S-transfer function output from the linear transfer function
nmctrianglech
- 求模糊控制器的三角型隶属函数优化后的最小目标值 请大家指教-For triangular fuzzy controller membership functions optimized minimum target U.S. advice please
nmctrapch
- 求模糊控制器的梯型隶属函数优化后的最小目标值 请大家指教-Ladder for the fuzzy controller membership functions optimized minimum target U.S. advice please
Generic-function
- 泛型函数: 总结:使用标准模板库 (STL) C++标准库提供了更为安全,更为灵活的数据集处理方式。 STL的最主要的两个特点:数据结构和算法的分离,非面向对象本质。 访问对象是通过象指针一样的迭代器实现的;容器是象链表,矢量之类的数据结构,并按模板方式提供; 算法是函数模板,用于操作容器中的数据。由于STL以模板为基础,所以能用于任何数据类型和结构。-Generic function: Summary: Using the Standard Template Library
Additive.m
- 计算无线通信网络的效用值。采用s型函数,具备2个可调参数,分别控制中值和弹性。-The calculation of the wireless communication network utility value. S function, with two adjustable parameters, respectively, to control the value and flexibility.
bp-example
- 利用两层BP神经网络训练加权系数。隐含层的激活函数取S型传输函数,输出层的激活函数取线性传输函数-Weighting factor of two layers of BP neural network training. The hidden layer activation function to take the S-shaped transfer function, the output layer activation function to take a linear transfer
vb--bp
- S型激励函数,ATN激励函数,带有样本,两种激励函数的不同效果-S-type activation function, ATN activation function, with samples of two different effects of activation function
wushuadianjitiaosu
- 在Matlab/Simulink环境下,把独立的功能模块和S函数相结合,构建了无刷直流 电机系统的仿真模型。系统采用双闭环控制:速度环采用离散PID控制,根据滞环电流跟踪型PWM 逆变器原理实现电流控制。仿真和试验结果与理论分析一致,验证了该方法的合理性和有效性。-In the Matlab/Simulink environment, the independent functional modules and S-function combined to build a simulation
li1
- 请用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题(输入为,要求可以判别输出为0或1),并画出学习曲线。其中,非线性函数采用S型Logistic函数。-Please use the Multilayer Perceptron (MLP) back propagation neural network (BP) algorithm XOR problem (input is required to determine the output is 0 or 1), and draw
tujtzcbu
- 有CDF三角函数曲线/三维曲线图,对信号进行频谱分析及滤波,matlab小波分析程序,包括广义互相关函数GCC时延估计,一种噪声辅助数据分析方法,D-S证据理论数据融合,正确率可以达到98%,抑制载波型差分相位调制。- There CDF trigonometric curve/3D graphs, The signal spectral analysis and filtering, matlab wavelet analysis program, Including the generali
8数码
- 需要说明的是:本文示例图中的目标状态在计算上是最快捷的,首先取数很方便,一般地查看目标在第i个位置上的值,则需要访问数组goal[i],而这里goal[i]==i,故而无需访问数组;第二,要想知道数码n的目标位置,则需要找到goal[i]==n,然后row=i/3,col=i%3. 但是这里的话,row=n/3,col=n%3. 当我们用8位无符号整型来表示各个数码值(0~8)时,n/3和n%3操作是非常快的,比访问数组还快。 程序还提供一种玩游戏模式,即用户自己通过W,S,A,D四个键分
S
- Sigmoid函数, 可以在一些程序里面直接调用的S型函数实现过程(this Sigmoid function can be used in some situation where you need apply it.)
bppid_S函数
- bp神经的S型函数,开发与matlab平台,可以借用于相关算法的训练学习。(BP neural S function, developed and MATLAB platform, can be used for the training of related algorithms learning.)