How to specify some weight of ANN?

Is there a way to specify some weights of ANN, as I build a parallel ANN structure, and the output of the whole ANN is the summary of sub-ANN, say Out=Out1+Out2-Out3,so the weight of the output neuron are 1,1,-1. My question is: can I specify these three weights, while the other weights will be updated automatically?

 Accepted Answer

Greg Heath
Greg Heath on 3 Feb 2015
Set the learning rates of the output layer to zero.

1 Comment

That sounds make sense, but I do not find how to set the lr of the output layer to zero.

Sign in to comment.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Asked:

on 3 Feb 2015

Commented:

on 3 Feb 2015

Community Treasure Hunt

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

Start Hunting!