资源列表
BP
- BP算法 给定一个由N维向量X组成的集合,这些向量将是一个响应agent的感知处理单元计算出的特征向量。这些分量的值可以是数值,也可以是布尔值。这些动作也许是学习者所观察到的一个教师对一组输入的响应。这些相关的动作有时称为向量的“标号”或“类别”。集合与响应的标号组成“训练集合(training set)”.机器学习问题就是寻找一个函数。
BP(matlab)
- 利用matlab的M文件语言实现简单的BP神经网络
DT1RBFGJDTDSYnet
- 动态一阶改进型RBF神经网络对大迟延系统的建模程序,直接运行即可!-Dynamic first-order modified RBF neural network for large delay system modeling procedures can be directly run!
nonlinear_filter
- 非线性滤波器的例程,为接口封装函数,matlab代码。-Routine non-linear filters for the interface package function
fljFFT
- c语言环境下编写的利用分裂基算法求复序列 的DFT -c language environment, the use of split-based algorithm for the preparation of complex sequence of DFT requirements
kalmand
- kalman源代码,希望我上传了可以下载你们的代码,同时你们也可以看我上传的 共同学习-kalman source
KPCA
- KPCA是一种基于核的主要成分分析,是一种由线性到非线性之间的桥梁。通过非线性函数把输入空间映射到高维空间,在特征空间中间型数据处理,引入核函数,把非线性变换后的特征空间内积运算转换为原始空间的核函数计算。 基本思想是通过某种隐士方法将输入空间映射到某个高维空间(特征空间),并在特征空间实现PCA。对该算法进行了详细的说明-KPCA is a kernel-based principal components analysis, is a bridge between the linear
tree
- 二叉树的实现,简单实现增删改查功能,基本的数据结构-The realization of a binary tree, simple CRUD functions, the basic data structure
CubicSpline
- 三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。-we consider spaces of cubic C~1-spline on a class of trian- gulations.By using the inductive algorithm,the posed Lagrange interpolation sets are constructed for cubic spline space.
danlianbiao
- 单链表的建立(头插法),插入,删除,查找、修改、计数、输出-The establishment of a singly linked list (first interpolation), insert, delete, find, modify, count, output
add
- 简单的复数加法程序,小巧,灵活,可以改动-Complex additions
sj3
- (1)掌握栈“后进先出”的特点。 (2)掌握栈的典型应用——后缀表达式求值。 -(1) to master the characteristics of the stack last in, first out . (2) master the typical application of stack suffix expression uation.