Slide 28
Slide 28 text
4GCNYQTNFGZCORNGUQHVGPUQTFCVC
• Vector data
• 2D tensor of shape (sample, features)
• Timeseries data or Sequence data
• 3D tensor of shape (samples, timesteps, features)
• Images
• 4D tensor of shape (samples, height, width, channels)
• Videos
• 5D tensor of shape (samples, frames, h, w, channels)
28