In the patternnet network, what is the type of training, online or in batch?

답변 (1개)

Abhipsa
Abhipsa 2025년 2월 5일
편집: Abhipsa 2025년 2월 21일

0 개 추천

Hello @Lorena Andrade, the training type used in “patternnet” network is “batch. This means that the network weights and biases are updated after processing the entire dataset, as opposed to online training, where updates occur after each individual training example or the given batch size.
As per MATLAB R2021b, “patternnet” uses “batch” processing. You can refer to the link below for a related MATLAB answer:
Moreover, according to the MATLAB documentation for “patternnet, no updates regarding this have been mentioned in the version history up to R2024b.
You can refer to the documentation of “patternnet” below:
Furthermore, you can check the trainable parameters of the network using the command “>>net.trainParam in MATLAB command window, where “net” being the name of your “patternnet” instance.
Hope this helps!

카테고리

도움말 센터File Exchange에서 Matrix Indexing에 대해 자세히 알아보기

태그

질문:

2019년 5월 27일

편집:

2025년 2월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by