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!