搜索资源列表
gmdh
- this is a matlab implementation for gmdh network
GMDH
- gmdH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出-gmdH the MATLAB source code is the main program, which is gmdhbuild. file. The related test files gmdhtest.m, will then send the output error gmdhpredice.m
VariReg
- VariReg是一款免费的GMDH软件,解压后记事本上有开发该代码的网址,里面还有丰富的MATLAB编写的GMDH原程序。非常好用。-VariReg is a free GMDH software, decompression after Notepad to develop the code on the URL, there is also a wealth of MATLAB programs written in the original GMDH. Is very easy to us
gmdh
- 神经网络gmdh的详细程序,demo是主程序-Neural Networks gmdh detailed procedures, demo is the main program
knowledgeminer
- gmdh神经网络专用软件knowledgeminer5.0,注意要用中介软件executor才能在windows下使用-gmdh neural network-specific software knowledgeminer5.0, note that the software executor to use an intermediary to use in windows
gmdhbuild
- GMDH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出。-GMDH The MATLAB source code, is the main program, which is gmdhbuild. File. Accompanying test file gmdhtest.m, output error will be followed by a gmdhpredice.m.
gmdhpredict
- GMDH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出。-GMDH The MATLAB source code, is the main program, which is gmdhbuild. File. Accompanying test file gmdhtest.m, output error will be followed by a gmdhpredice.m.
gmdhtest
- GMDH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出。-GMDH The MATLAB source code, is the main program, which is gmdhbuild. File. Accompanying test file gmdhtest.m, output error will be followed by a gmdhpredice.m.
GMDH-Shell-1.3.setup
- GMDH Shell 1.3 setup
gmdh2
- 数据分组处理算法GMDH源代码是自组织数据挖掘的核心算法,具有很强的泛化能力,相比回归分析法可以处理小样本数据-GMDH packet processing algorithms source code is the core of self-organizing data mining algorithm, which has strong generalization ability, compared with regression analysis can deal with small
GMDH
- this simple sample of Group Method of Data Handling(GMDH) neural network main file: GMDH.m-this is simple sample of Group Method of Data Handling(GMDH) neural network main file: GMDH.m
maGMDH
- 采用MATLAB编写的GMDH软件,里面有三个.m程序,分别为训练、误差检测、预测输出。很好用。-GMDH using software written in MATLAB, which has three. M steps in the training, error detection, prediction output. Good use.
gmdh_example
- GMDH_main为GMDH主函数; variable_Combin为输入层初始变量选为x1,x1^2,x1*x2,x2^2,x2时的输入变量矩阵值 variable_select计算X_train训练输入数据,Y_train训练输出数据,X_test测试输入数据,Y_test测试输出数据 Combin为求变量的两两组合 Sym_Combin为求符号变量的两两组合 PE_AIC求每层各神经元的参数估计W,及训练数据在参数估计后估计的输出out_train,测试数据在参数估计后
Test
- GMDH _ Nureal Network _ Matlab code -GMDH _ Nureal Network _ Matlab code
GMDH-(Function-Approximation)
- A project for function approximation by GMDH neural network (with GUI).
Ensemble-learning-based-on-GMDH
- 基于自组织数据挖掘的多分类器集成选择的程序-Multiple classifiers ensemble selection based on GMDH
A-hybrid-least-squares
- A hybrid least squares support vector machines and GMDH approach for river fl ow forecasting-This paper proposes a novel hybrid forecasting model, which combines the group method of data handling (GMDH) and the least squares supp
algorith
- 实现复杂的GMDH网络,神经网络gmdh的详细程序-Complex of GMDH network, a foreign cattle were written, personal feel good
GMDH
- gmdh代码 训练方法 —————————————— 1.将数据集分为训练集和测试集。 2.建立输入层 3.建立所有符合5楼条件的神经元(只考虑“攻”和“受”的关系,不考虑具体的权值)。如果前面几层共有N个神经元,那么我们就需要建立N(N-1)/2个神经元。 4.用最小二乘法确定权值 5.计算每一个神经元在测试集上的表现。 6.选取表现最好的K个神经元放在后面一层。(K可以自己选择) 7.重复3,直到网络的性能足够好,或者网络开始过拟合。(GMDH codeTraining me
GMDH
- By means of gmdh algorithm a model can be represented as set of neurons in which different pairs of them in each layer are connected through a quadratic polynomial and thus produce new neurons in the next layer. Such representation can be used in mod