搜索资源列表
co-training
- 半监督学习co-training 回归算法的java代码实现。-COREG is a co-training style semi-supervised regression algorithm, which employs two kNN regressors using different distance metrics to select the most confidently labeled unlabeled examples for each other.
pso_nnet
- 利用pso算法训练人工神经网络的源代码。-PSO algorithm for the use of training artificial neural network source code.
BPNN
- 用BP神经网络实现模糊控制规则为T=int[(e +ec)/2]的模糊神经网络控制器。可以改变隐层节点数和学习速率。网络训练算法是变学习速率法。-BP neural network with fuzzy control rules for the T = int [(e+ Ec)/2] of the fuzzy neural network controller. Can change the hidden layer nodes and learning rate. Network tra
75448181BP
- 故障诊断 基于BP神经网络的故障诊断系统 1生成BP网络2.训练和自适应调整-Fault diagnosis based on BP neural network fault diagnosis system for a generation of BP network 2. Training and adaptive adjustment
competitive_modifikasi_d
- NN training for DVR control
BP_neural_network_source_code
- BP神经网络源程序(程序是在VC++6.0环境下编译的,在低版本编译可能会出现错误!) 程序文件说明: 1、界面程序:wuzhou11.* 2、BP神经网络训练程序:LearnDlg.* 3、BP神经网络预报程序:ForecastDlg.* 4、BP神经网络说明程序:text.txt 5、测试范例:ldlqw11.* .nna 训练样本文件 .nnb 测试文件 .par 训练控制参数 .nnr 训练误差文件 .out 测试结果文件 .wgt 网络
gabp-src
- a matlab code for training a backpropagation neural network
GAbp
- 用遗传算法优化bp神经网络的权值,并训练以及验证网络-Bp by using genetic algorithms to optimize the weights of neural networks, and network training and validation
Continuous-multi-output-Perceptron-Training-Algori
- 连续多输出感知器训练算法的实现 利用c语言实现-Continuous multi-output Perceptron Training Algorithm
training
- Matlab HMM training code
GABP
- 用遗传算法来优化BP神经网络,进行网络训练,包含有实验数据-Using genetic algorithms to optimize the BP neural network, the network training, includes the experimental data
BPnetwork
- 本代码是采用BP神经网络 对上海港的集装箱吞吐量进行预测,内涵两个程序包,一个为训练网络,里一个是测试之用,请参考,希望有所帮助-This code is used BP neural network to predict the Shanghai Port' s container throughput, meaning the two packages, one for training the network, where one is testing purposes, pleas
Training-support-vector-machines-an-application-to
- 一篇介绍将SVM应用于人脸探测的论文,推荐-Training support vector machine an application to face detection
neural-network-training-for-XOR
- 一个简单的神经网络训练,一个二层的神经网络实现异或的功能-A simple neural network training, a different layer of the neural network function or
block-training-method
- 介绍了美籍华人陈克训的“棋慧”围棋程序及用分块法实现智能围棋算法的方法。 “棋慧”是美籍华人陈克训所设计的电脑围棋程序,在电脑围棋赛上屡获佳绩。-Mr Chan describes the training of Chinese Americans "chess wisdom" Go with the binning procedure and intelligent chess algorithm method. "Chess wisdom" Mr Chan is a Chinese-
BP-training
- 我们使用了30组故障样本数据对BP神经网络进行了训练,观察网络训练情况,并计算了训练时间-we used 30 sets of fault sample data training BP neural network to observe the result and calculate the training time.
Training
- 人工智能自我训练的一个小程序,里面有最后的截图-A small self-training artificial intelligence program, which has the final shot
Training-program
- 采用遗传算法训练具有7个隶属函数的FNN控制器权值的一个好用程序,读自MATLAB工具箱的神经网络理论与应用程序源代码一书。-A useful training program using genetic algorithms with seven membership function FNN controller weights, read from MATLAB toolbox neural network theory and application source code book.
BP-neural-network-training
- BP神经网络训练程序,可计算误差与学习速率,训练采用的拟合函数为Y=sin(X)\n,-BP neural network training procedures, fitting function Y = sin (X) \ n, calculate the error and learning rate,
co-training
- matlab实现co-training算法,数据集mutiple+Features(Matlab implements co-training algorithm, data set mutiple+Features.)