필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

trainNetwork - protect centain layers from changing

조회 수: 1 (최근 30일)
Samuel Ubrezi
Samuel Ubrezi 2019년 1월 26일
마감: MATLAB Answer Bot 2021년 8월 20일
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?

답변 (1개)

BERGHOUT Tarek
BERGHOUT Tarek 2019년 2월 4일
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.

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by