Welcome![Sign In][Sign Up]
Location:
Search - sigmoid

Search list

[Other resourcemlsigmoid

Description: Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用-Sigmoid parameters Solving Matlab source code, can be embedded into various machines used to study the problem
Platform: | Size: 1864 | Author: 罗军 | Hits:

[Other resourceBPnetwork

Description: 用BP网络完成函数的逼近。BP网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。-network to be completed by BP function approximation. BP networks usually have one or more hidden layer, hidden layer neurons are used sigmoid-type transformation function, The output layer neurons using pure linear transformation function. The application of a two-tier cases BP network function approximation to complete the task, hidden layer neuron number is 5.
Platform: | Size: 942 | Author: 张大坤 | Hits:

[OtherBPalgrithm

Description: 神经网络的样本值对整个网络能否正常运行及误差的大小非常重要,因此本程序不采用让用户自己输入样本植的方法,而自动设定了样本值 该网络采用的作用函数为Sigmoid函数,即f(x)=1/(1+e-x)。网络先对输入的样本值进行训练,当达到规定的训练次数或者网络的整体误差达到规定的精确度时就停止训练。此后,可以输入成绩运行网络得出运行结果。 -neural network for the entire sample values of normal network operation and the size of error is very important. So do not use this procedure to allow users to import their own samples of the plants, and the sample is automatically set the value of the network to function, Sigmoid function, that f (x) = 1 / (an e-x). The network of input sample values training When the required number of training or network error to the overall accuracy of the time to stop training. Since then, the results can be imported to come running network operating results.
Platform: | Size: 99604 | Author: huying | Hits:

[Special EffectsFunctionApproximation

Description: matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)
Platform: | Size: 785 | Author: 黄泉 | Hits:

[Other resourcemisc

Description: Probability distribution functions. estimation - (dir) Probability distribution estimation. dsamp - Generates samples from discrete distribution. erfc2 - Normal cumulative distribution function. gmmsamp - Generates sample from Gaussian mixture model. gsamp - Generates sample from Gaussian distribution. cmeans - C-means (or K-means) clustering algorithm. mahalan - Computes Mahalanobis distance. pdfgauss - Computes probability for Gaussian distribution. pdfgmm - Computes probability for Gaussian mixture model. sigmoid - Evaluates sigmoid function.
Platform: | Size: 21921 | Author: 林枫 | Hits:

[Other resourcewaveletnn

Description: 一种基于BP算法学习的小波神经网络,网络隐层采用框架小波函数、输出层采用Sigmoid 激励函数, 并选用“熵误差函数”以加速网络的学习速度。
Platform: | Size: 1345 | Author: 黄乾 | Hits:

[Other resource3_1_1sigmoi

Description: 3-1 型sigmoid网络的matlab原程序,可以直接运行
Platform: | Size: 1174 | Author: jie | Hits:

[Other resourceBP

Description: 用bp神经网络对sin(x)拟合,隐含层采用sigmoid函数,输出层采用线性函数,
Platform: | Size: 1285 | Author: jesse | Hits:

[Other resourcebpnnet

Description: 用BP网络完成函数的逼近 P网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。-network to be completed by BP function approximation P networks usually have one or more hidden layer, a hidden layer neurons are used sigmoid-type transformation function, the output layer neurons using pure linear transformation function. The application of a two-tier cases BP network function approximation to complete the task, hidden layer neuron number is 5.
Platform: | Size: 1247 | Author: 王得 | Hits:

[SourceCodeBackpropagation Algorithm

Description: 利用随机反向传播算法及学习率为0.1和sigmoid函数,构造singmoid网络,训练它用来将模式分别分到w1和w2两个类中。
Platform: | Size: 1887 | Author: 516736966@qq.com | Hits:

[matlabbpnnet

Description: 用BP网络完成函数的逼近 P网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。-network to be completed by BP function approximation P networks usually have one or more hidden layer, a hidden layer neurons are used sigmoid-type transformation function, the output layer neurons using pure linear transformation function. The application of a two-tier cases BP network function approximation to complete the task, hidden layer neuron number is 5.
Platform: | Size: 1024 | Author: 王得 | Hits:

[matlabmlsigmoid

Description: Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用-Sigmoid parameters Solving Matlab source code, can be embedded into various machines used to study the problem
Platform: | Size: 2048 | Author: 罗军 | Hits:

[matlabBPnetwork

Description: 用BP网络完成函数的逼近。BP网络通常有一个或多个隐层,隐层中的神经元均采用sigmoid型变换函数,输出层的神经元采用纯线性变换函数。本例应用一个两层BP网络来完成函数逼近的任务,其中隐层的神经元个数是5。-network to be completed by BP function approximation. BP networks usually have one or more hidden layer, hidden layer neurons are used sigmoid-type transformation function, The output layer neurons using pure linear transformation function. The application of a two-tier cases BP network function approximation to complete the task, hidden layer neuron number is 5.
Platform: | Size: 1024 | Author: 张大坤 | Hits:

[Special EffectsFunctionApproximation

Description: matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)-matlab platform function y = sinx approximation procedures, construction bp algorithm (output layer using linear function y = x, hidden layer use of non-symmetrical Sigmoid function)
Platform: | Size: 1024 | Author: 黄泉 | Hits:

[AI-NN-PRwaveletnn

Description: 一种基于BP算法学习的小波神经网络,网络隐层采用框架小波函数、输出层采用Sigmoid 激励函数, 并选用“熵误差函数”以加速网络的学习速度。-BP learning algorithm based on wavelet neural network, the network hidden layer using the framework of wavelet function, the output layer using Sigmoid activation function, and select
Platform: | Size: 1024 | Author: 黄乾 | Hits:

[matlab3_1_1sigmoi

Description: 3-1 型sigmoid网络的matlab原程序,可以直接运行-3-1 type sigmoid network matlab original procedures, can be directly run
Platform: | Size: 1024 | Author: jie | Hits:

[Software EngineeringPSOBPlunwen

Description: 基于PSO的BP训练算法论文:在BP训练算法中,关于变权值、学习速率、步长的问题已被广泛地研究,几种基于启发式改进的技术也表明具有改善训练时间以及避免陷入局部最小的明显效果。这里BP训练过程由基于PSO同时优化log—Sigmoid函数与网络权值的新算 法(PSO。GainBP)实现。实验结果表明,PSO—GainBP比传统基于PSO的BP算法在网络训练方面具有更好的性能。-PSO based on the BP training algorithm Papers: In the BP training algorithm, on the right to change the value of learning rate, step length of the question has been widely studied, several heuristics based on improved technology also shows that to improve the training time and avoid falling into local the smallest tangible results. Here BP training process at the same time by the PSO-based optimization of log-Sigmoid function and the network weights of the new algorithm (PSO. GainBP) to achieve. The experimental results show that, PSO-GainBP than the traditional PSO based on the BP algorithm in network training has a better performance.
Platform: | Size: 150528 | Author: ekin | Hits:

[Program docanewLMSalgorithm

Description:  本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在 自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.-In this paper, variable step adaptive filter algorithm to discuss the establishment of a step factor μ and the error signal e (n) between another new nonlinear function. The function has a sigmoid function than the simple and the error e (n) close to zero Department has a slow change in the characteristics of a Sigmoid function to overcome the steady-state phase in the adaptive step length adjustment during the process. this function, this paper gives another new variable step size adaptive filtering algorithms, and analysis of the parameters α, β the value principles and the convergence performance. The algorithm has better convergence performance easy to calculate. Simulation results and theoretical analysis, confirmed the convergence of the algorithm better performance than existing algorithms.
Platform: | Size: 206848 | Author: 韩一广 | Hits:

[matlabSigmoid

Description: sigmoid函数及其导函数的介绍推导和应用-sigmoid text
Platform: | Size: 649216 | Author: wyp | Hits:

[matlabS

Description: Sigmoid函数, 可以在一些程序里面直接调用的S型函数实现过程(this Sigmoid function can be used in some situation where you need apply it.)
Platform: | Size: 2048 | Author: 李强强11111 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net