Can neural net weights be negative?

49 ビュー (過去 30 日間)
Michael
Michael 2014 年 7 月 21 日
回答済み: Michael 2014 年 7 月 21 日
I have a question on neural net weights. My understanding is that the default is they add up to one. Can they be negative? (If they can't be negative, it seems to me I would need to make sure to make input data generally proportional to the target output. If they can be negative, then I can just let the system adapt to the proportionality.) Thanks!

採用された回答

Shashank Prasanna
Shashank Prasanna 2014 年 7 月 21 日
Weights can be whatever the training algorithm determines the weights to be. If you take the simple case of a perceptron (1 layer NN), the weights are the slope of the separating (hyper)plane, it could be positive or negative.
Take a look at some examples in the neural network toolbox:

その他の回答 (1 件)

Michael
Michael 2014 年 7 月 21 日
Thanks Shashank, I'll check it out.

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by