Which are the training examples in a sequence classification?
显示 更早的评论
I am implementing a Sequence-to-Sequence Classification. As an example here it is the documentation from mathworks:
Exploring the various fields of the function trainingOptions i have a doubt about the definition of the 'MiniBatchSize' and the training sample definition. If i have 8 sequences of 2000 time samples each which are considered training samples for the mini-batch?
- the 8 sequences, so if i define a minibatch of 1 i will feed the networks with 2000 samples each training iteration.
- the 2000x8 samples, so if i define a minibatch of 100 i will feed the networks with 100 time samples at each iteration.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!