资源列表
neuralconstrut
- 用小波构造神经网络,将小波分解的基函数构成神经的隐函数。
Multiple
- 多元线性回归:输入参数有样本长度(n),自变量(x),因变量(Y)
monter
- c编写的蒙特卡罗算法,载的一个师兄的,验证过,可用
pr1
- #include<stdio.h> void main(void) {int n,k,derivata,a[10],i printf("n=") scanf(" d",&n) for(i=0 i<=n i++) { printf("a[ d]=",i) scanf(" d",&a[i]) } printf("k=") scanf(" d",&k) for(derivata=1 derivata<=k derivata++
PCA
- 主成份分析,一个最经典的无监督学习算法,也是最常用的线性降维方法-PCA
FFT
- 快速傅里叶变换c程序,用FFT实现离散傅里叶变换 -Fast Fourier transform c program, with the discrete Fourier transform FFT
huffman
- 数据结构中生成最小二叉树,已通过测试,可直接使用-Generate the smallest binary tree data structure, has been tested, can be used directly
ANNBP2hiddenlayers
- 双隐含层神经网络源代码,希望对大家有帮助-ANNBP2hiddenlayers double hidden layer neural network code
AA
- 统计、求和与*排序 [目的] 熟悉循环和子程序调用的编程方法 [设计要求] 1. 从键盘随机输入十个数据,统计其中负数的个数,并在屏幕上显示出来; 2. 求出这十个数的总和, 存入数据段SUM 单元,并在屏幕上显示出来; 3. * 将这些数从小到大排序,存入 ORDER 为首址的存储区域,并在屏幕上显示出来。 4.** 编一跳转表,按键1,2,3,分别执行上述三种操作。 -Statistics, Sum* Sort [purpose] loop and subrout
Matrix
- 矩阵计算,包括加减乘,反矩阵,python源码,可以直接使用-matrix calculation
chilunguzhangjiance
- 齿轮故障识别,能够实现在无拆装状态下的故障检测,基于BP/elman神经网络的齿轮箱故障识别-Gear fault recognition, can achieve without disassembly state of the fault detection, based on the BP/elman neural network of gearbox fault recognition,MATLAB C
AR_LPC
- 本程序实现了一个简单模型下的线性预测,对于初学者较有帮助-This program implements a simple linear prediction model, are more helpful for beginners