How to retrain neural network from a script command?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello, apologies if this question was asked before, but I have yet to find an answer to my question. When I use "nnstart", there is an option to retrain the network after it finishes training. How can I do this from the script command?
Thanks.
댓글 수: 0
답변 (1개)
Rishabh Rathore
2018년 9월 28일
편집: Rishabh Rathore
2018년 9월 28일
There's no function/command to retrain the network.
"Retrain" option resets the weights and runs the " train " function again. You could do the same to retrain the network. Reset the initial network weights and biases to new values with init and train again (see “ Initializing Weights ” (init)).
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Image Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!