Perceptron : how to change bias in matlab?
显示 更早的评论
hello,,,
i m so confused how to change bias in perceptron,,
basically, change weight in perceptron is
dW = learnp(weight,p,[],[],[],[],e,[],[],[],[],[]);
weight = weight + dW;
but how to change bias in perceptron??
please help me :(
回答(2 个)
Sean de Wolski
2012-5-10
0 个投票
Modify net.b (the bias component of the net)?
类别
在 帮助中心 和 File Exchange 中查找有关 Define Shallow Neural Network Architectures 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!