搜索资源列表
classification
- 该程序包实现了几个常用的模式识别分类器算法,包括K近邻分类器KNN、线性判别方程LDF分类器、二次判别方程QDF分类器、RDA规则判别分析分类器、MQDF改进二次判别方程分类器、SVM支持向量机分类器。 主程序中还有接口调用举例,压缩包中还有两个测试数据集文件。-The package to achieve a number of commonly used pattern recognition classifier algorithms, including K neighbor class
Narama-L2
- 介绍基于神经网络的反馈线性化控制过程。反馈线性就是利用反馈的控制手段来消除系统中的非线性,以使的其闭环系统的动力学方程是线性的。-Introduced based on neural network feedback linearization control process. Feedback linearization is to use feedback control to eliminate the non-linear system, so that its closed-loop
math-problems
- 一些数学问题算法模板,稍微做了下分类 目录 1 欧几里得和模线性方程 欧几里德 扩展欧几里德 模线性方程 2 欧拉φ函数 扩展欧拉函数 3 线性时间素数筛法 生成欧拉函数表 4 因式分解 5 Nim游戏和sg函数 合肥B 题 -Some mathematical problems algorithm template, do a little under Categories 1and mode of linear eq
Immune-the-nonlinear-model
- 本书首先对免疫性和非线性数学模型做简单的介绍,然后在各章中具体的讨论各种各样的免疫非线性描述的具体问题。在非线性模型方面,谈非线性动力学方程,反应扩散方程的波动和参数涨落时的随机描述,结合具体问题谈了细胞自动机。-Book begins on immunological and non-linear mathematical model to do a brief introduction, the chapters and then discuss a variety of specific
TreeRegression
- 树回归:对复杂的关系建模。一般可以分为两种,一种是回归树,一种是模型树, 主要的区别在于对于叶节点的建模方式,回归树使用分段常数,模型树使用线性回归方程。 可以使用剪枝技术对于可能过拟合的树进行剪枝,剪枝一般分为预剪枝和后剪枝。 回归树和模型树都是2元树,每次总是选择最好的分割方式,分成两部分。 这个是自己写的Python语言的CART树回归程序,基本实现了其原理,注释比较多。-Tree Regression: modeling of complex relationshi
chapter4
- 遗传算法,反演出线性方程非线性方程的最优解,准确率较高(Genetic algorithm is the best solution to the nonlinear equation of linear equation, with higher accuracy.)