Batch or online training?

1 回表示 (過去 30 日間)
Lorena Andrade
Lorena Andrade 2019 年 5 月 27 日
編集済み: Abhipsa 2025 年 2 月 21 日
In the patternnet network, what is the type of training, online or in batch?

回答 (1 件)

Abhipsa
Abhipsa 2025 年 2 月 5 日
編集済み: Abhipsa 2025 年 2 月 21 日
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!

カテゴリ

Help Center および File ExchangeWireless Communications についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by