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!