Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

trainNetwork - protect centain layers from changing

2 visualizaciones (últimos 30 días)
Samuel Ubrezi
Samuel Ubrezi el 26 de En. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi,
I am trying to do train a neural net with my own layers but I dont want to change weights and biases in certain layers.
algorithm looks like this:
train Net1 with Layers1
train Net2 with Layers = [Layers2 Layers1]
My problem is that I dont want to anyhow alter weights and biases in Layers1, is there any way to do this?

Respuestas (1)

BERGHOUT Tarek
BERGHOUT Tarek el 4 de Feb. de 2019
yes there is a pssibility take this codes and change the training lope, when you find ''for i=1: nember of layes '' change it to for " i=2:nember of layes ", good luck.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by