Concept

k2c2 - CNN Model

  • For music tagging and genre classification
  • 5 convolutional layers of 3x3 kernels and max-pooling layers
  • Reduces size of feature maps to 1x1 at final layer, where each feature covers the whole input rather than each frequency band as in k1c1 and k2c1
  • Allows time and frequency invariances in different scale by gradual 2D sub-samplings
  • Fully-convolutional (fewer parameters)

0

2

Updated 2021-08-19

Tags

Data Science

Related