搜索资源列表
FunctionApproximation
- matlab平台上实现函数y=sinx的逼近程序,构造bp算法实现(输出层采用y=x线性函数,隐含层采用非对称Sigmoid函数)
byjc
- 对于一些图像来说,常用的边缘检测算法有时候无法设立合适的阈值将它们的梯度较小的模糊边缘检测出来。为了解决这个问题,有两种解决方法:将图像方差标准化,拉大模糊边缘的梯度值,或通过设置sigmoid函数,将像素所在区域的信息传递到梯度值中去,对其进行调整,就能找到合适阈值,有效地将模糊边缘提取出来。本程序把这两种算法实现并与与传统算法进行了比较。-For some images, the commonly used edge detection algorithm sometimes can not
adjcontrast
- 图像预处理中的图像去噪声,滤波器的程序,能把带噪声的图像还原,敬请关注- ADJCONTRAST- Adjusts image contrast using sigmoid function. function g = adjcontrast(im, gain, cutoff) Arguments: im - image to be processed. gain - controls the a
sigmoid
- image streth matlab -image streth matlab
(SVM)-regression-algorithm
- 对比这么复杂的推导过程,SVM的思想确实那么简单。它不再像logistic回归一样企图去拟合样本点(中间加了一层sigmoid函数变换),而是就在样本中去找分隔线,为了评判哪条分界线更好,引入了几何间隔最大化的目标。-The derivation process of the contrast is so complex, the idea of SVM is so simple. It is no longer tried to like logistic regression fitting
cvfastsigmoid
- 快速sigmoid函数,可用于深度学习的优化-fast sigmoid function, can be used for optimization of deep learning.
linear_autoencoder
- 自动编码线性解码器主要是考虑到稀疏自动编码器最后一层输出如果用sigmoid函数,由于稀疏自动编码器学习是的输出等于输入,simoid函数的值域在[0,1]之间,这就要求输入也必须在[0,1]之间,这是对输入特征的隐藏限制,为了解除这一限制,我们可以使最后一层用线性函数及a z-Automatic linear encoder decoder mainly on account of sparse autocoder last layer output if sigmoid function,
6422495
- Sigmoid的参数求解matlab源代码,可以嵌入到各种机器学习问题中使用,-The parameters of the Sigmoid solve the matlab source code, can be embedded in a variety of machine learning problems in use,