资源列表
SVM
- SVM: 一种分类器,采用最大化分类间隔进行优化参数。 关于这个分类器两点比较重要: 1)SMO优化算法需要掌握, 可以具体参看两篇文章,John Platt的文章 以及“Improvements to Platt s SMO algorithm for SVM Classifier Design” 2)核函数的使用,如何将核函数使用到SVM中,核函数就是空间转换的函数, 说白了就是距离计算函数,如何将同类之间的距离计算的比较近,如何将低维空间转换到易于分类的高维空间
TreeRegression
- 树回归:对复杂的关系建模。一般可以分为两种,一种是回归树,一种是模型树, 主要的区别在于对于叶节点的建模方式,回归树使用分段常数,模型树使用线性回归方程。 可以使用剪枝技术对于可能过拟合的树进行剪枝,剪枝一般分为预剪枝和后剪枝。 回归树和模型树都是2元树,每次总是选择最好的分割方式,分成两部分。 这个是自己写的Python语言的CART树回归程序,基本实现了其原理,注释比较多。-Tree Regression: modeling of complex relationshi
dtank
- 基于神经网络的双容水箱的液面控制系统,用的是simulink仿真。-Level control system based on neural network-based dual-tank water
Neural-network-
- 神经网络时间序列预测,采用BP网络进行的时间序列预测-Neural network time series prediction
5_CNN
- 五阶CNN(细胞神经网络)的Lyapunov指数的求解代码-CNN' s fifth-order Lyapunov exponent
Apriori
- Apriori算法的实现用于购物篮数据的频繁项集提取,附有数据和结果-Apriori for detecting rules
Affinity-propagation_JAVA
- Affinity propagation (AP)聚类算法的JAVA程序!可参考再修改!-Affinity propagation (AP) clustering algorithm JAVA program! Refer again to modify!
VB-modbus--FC102-drive
- VB的Modbus通信程序代码,原创,附详细注释。已实现与丹佛斯FC102变频器的modbus通信。-The VB code for Modbus communication, achieved the modbus communication with Danfoss FC102 drive.
6e3921bc9da1
- dstar 寻路网络 上找 来的 ( ̄. ̄)+-dstar auto
radar-camera-calibration
- 在matlab中实现了雷达相机标定,文件中包含有5个m文件-to realize the radar camera calibration in matlab
ABC.m
- 人工蜂群ABC算法在Matlab下的源代码,在四种基准目标函数下,经仿真测试均可成功运行,适合初学ABC算法的人参考-Artificial bee colony ABC algorithm in Matlab source code in four benchmark objective function, the simulation can be run successfully tested, suitable for beginners ABC algorithm Reference
GEP_genericalgorithm
- 很好的基因表达式编程(GEP)的入门小程序,C 语言写的,欢迎下载。-gep vc code