资源列表
percep3
- 一个感知器的网络训练模型,给出了分类曲线
bp7
- 一个bp训练网络,最后给出了等高线图和矩阵变化
chaoliu_matlab
- 电力系统计算节点数不多的潮流程序,数度比较快
fortran_code
- fortan数值计算的源代码,如空间光滑出来,非线性拟合等
K_smooth
- The subroutines glkern.f and lokern.f use an efficient and fast algorithm for automatically adaptive nonparametric regression estimation with a kernel method. Roughly speaking, the method performs a local averaging of the observations when es
fft
- fft.c非常常用的快速傅立叶变换程序。
Neural
- 神经网络的识别程序,c语言写的,适合对神经网络识别感兴趣的的初学者和资深编程人员。
apriori_improve
- 数据挖掘中频繁项集挖掘算法,改进了apriori算法,性能提高很多
sift4
- sift特征点对应匹配算法,对立体匹配的初学者和资深编程人员都是很有用的。
Apriori
- 数据挖掘关联算法VC实现,很实用,只要按格式修改数据格式就好了
kalmtbx
- matlab中kalman滤波程序包,很全,实用
N_fac_plus
- 计算1!+2!+3!+...+n!的较快的算法。