필터 지우기
필터 지우기

neural network- nodes

조회 수: 1 (최근 30일)
Sivakumaran Chandrasekaran
Sivakumaran Chandrasekaran 2012년 5월 28일
how to asssign weights to a node using matlab code

채택된 답변

Greg Heath
Greg Heath 2012년 6월 2일
Some types of networks are automatically created with random weights.
Typing net without a semicolon will list all of the properties.
Networks can be randomly initialized using the command init(net) or initnw(net).
Individual weights and biases can be assigned using to the cells net.IW, net.LW and net.b.
Hope this helps.
Greg

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Sequence 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