Fixed Length
fixed-length
Input constraint where all sequences must have same length
Required for:
- Traditional neural networks
- bag-of-words models
- Batch processing in rnn
Solutions: padding or truncation
*References
*References
#ml-notes
Input constraint where all sequences must have same length
Required for:
Solutions: padding or truncation
#ml-notes