CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab sigmoid

搜索资源列表

  1. mlsigmoid

    0下载:
  2. Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用-Sigmoid parameters Solving Matlab source code, can be embedded into various machines used to study the problem
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1864
    • 提供者:罗军
  1. FunctionApproximation

    0下载:
  2. matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:785
    • 提供者:黄泉
  1. 3_1_1sigmoi

    0下载:
  2. 3-1 型sigmoid网络的matlab原程序,可以直接运行
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1174
    • 提供者:jie
  1. bp3

    1下载:
  2. 三层前馈神经网络的BP算法。程序具有以下功能: (1) 允许选择各层节点数; (2) 允许选用不同的学习率η; (3) 能对权值进行初始化,初始化用[-1、1]区间的随机数; (4)允许选用单极性和双极性两种不同Sigmoid型转移函数。 -Three-tier feed-forward neural network BP algorithm. Procedures have the following functions: (1) allows to choose the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1214
    • 提供者:Mingruixia
  1. byjc

    1下载:
  2. 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
  3. 所属分类:图形图象

    • 发布日期:2013-06-24
    • 文件大小:1138
    • 提供者:李思齐
  1. 1

    0下载:
  2. matlab应用于神经网络:利用BP算法及Sigmoid函数,研究函数的逼近问题。-matlab applied to neural networks: the use of BP algorithm and Sigmoid function is to study the function approximation problem.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:271504
    • 提供者:戎琳
  1. BPnn

    0下载:
  2. 基于随机梯度下降法的两层sigmoid神经元的BP算法-Stochastic gradient descent method based on two layers of sigmoid neurons in the BP algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:918
    • 提供者:songmin
  1. anewLMSalgorithm

    0下载:
  2.  本文对变步长自适应滤波算法进行了讨论,建立了步长因子μ与误差信号e(n) 之间另一种新的非线性函数关系. 该函数比已有的sigmoid 函数简单,且在误差e(n)接近零处具有缓慢变化的特性,克服了Sigmoid 函数在 自适应稳态阶段步长调整过程中的不足. 由此函数本文得出了另一种新的变步长自适应滤波算法,并且分析了参数α,β的取值原则及对算法收敛性能的影响. 该算法有较好的收敛性能且计算量少. 计算机仿真结果与理论分析相一致,证实了该算法的收敛性能优于已有的算法.-In this pap
  3. 所属分类:Communication

    • 发布日期:2017-04-23
    • 文件大小:207001
    • 提供者:韩一广
  1. sigmoid

    0下载:
  2. image streth matlab -image streth matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-04-23
    • 文件大小:10896
    • 提供者:yinxiupu
  1. Functions-Matlab

    0下载:
  2. Bi-directional sigmoid, one-way sigmoid, linear function, sign function implementation on Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:11600
    • 提供者:sbekmezci
  1. matlab-bp

    0下载:
  2. 本源码用Matlab去解决神经网络中的利用Sigmoid函数去训练的经典异或问题-The classic source Matlab to solve with the use of neural networks to train the Sigmoid function XOR problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1008
    • 提供者:鲁寒凝
  1. NN(MATLAB)

    0下载:
  2. This code is neural network (Matlab). The objective function is used the sigmoid.
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:18637
    • 提供者:packchanjun
  1. mlclass-ex2

    1下载:
  2. 逻辑回归,机器学习相关内容,内有说明,基于matlab仿真-ex2.m- Octave scr ipt that will help step you through the exercise ex2 reg.m- Octave scr ipt for the later parts of the exercise ex2data1.txt- Training set for the rst half of the exercise ex2data2.txt- Training s
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:26549
    • 提供者:张伟强
  1. mlclass-ex3

    0下载:
  2. 多分类学习及神经网络,机器学习相关,基于matlab计算-ex3.m- Octave scr ipt that will help step you through part 1 ex3 nn.m- Octave scr ipt that will help step you through part 2 ex3data1.mat- Training set of hand-written digits ex3weights.mat- Initial weights for the
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7608065
    • 提供者:张伟强
  1. mlclass-ex4

    0下载:
  2. 神经网络学习,基于matlab仿真,机器学习相关知识-ex4.m- Octave scr ipt that will help step you through the exercise ex4data1.mat- Training set of hand-written digits ex4weights.mat- Neural network parameters for exercise 4 submit.m- Submission scr ipt that sends you
  3. 所属分类:Other systems

    • 发布日期:2017-05-24
    • 文件大小:7609831
    • 提供者:张伟强
  1. MLP_NN

    0下载:
  2. Multilayer Perceptron (MLP) Neural Network Function using MATLAB: An implementation for Multilayer Perceptron Feed Forward Fully Connected Neural Network with a sigmoid activation function.- Multilayer Perceptron (MLP) Neural Network Functio
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-14
    • 文件大小:3516
    • 提供者:matlab
  1. 6422495

    0下载:
  2. Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用,-The parameters of the Sigmoid solve the matlab source code, can be embedded in a variety of machine learning problems in use,
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-12
    • 文件大小:1592
    • 提供者:entily
  1. 第10章 模糊逼近算法

    0下载:
  2. RBF网络的学习过程与BP网络的学习过程类似,两者的主要区别在于各使用不同的作用函数。BP网络中隐层使用的是Sigmoid函数,其值在输入空间中无限大的范围内为非零值,因而是一种全局逼近的神经网络;而RBF网络中的作用函数是高斯基函数,其值在输入空间中有限范围内为非零值,因为RBF网络是局部逼近的神经网络。(The learning process of RBF networks is similar to the learning process of BP networks. The mai
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:241664
    • 提供者:pingyeliang
  1. BP

    0下载:
  2. BP神经网络的主程序,已经调试成功。其中传递函数可以自己随意选用,sigmoid,pureline等函数。训练函数也可以自己设置,trainlm,trainbr等等(Back propagation neural network.)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:1024
    • 提供者:李宁227
  1. 稀疏自动编码器的matlab代码

    5下载:
  2. 本资源是3层的自编码器加上稀疏正则项约束的matlab代码。隐层激活函数选sigmoid函数,输出层选线性函数,程序中以一个标准数据集sonar为例,使用该方法可以做无监督表征学习,数据压缩,多任务学习等(This resource is a 3-layer self-encoder plus matlab code for sparse regular term constraints. The hidden layer activation function selects the sigm
  3. 所属分类:其他

    • 发布日期:2020-04-02
    • 文件大小:101376
    • 提供者:帝都007
« 12 »
搜珍网 www.dssz.com