The document describes an experiment comparing different convolutional and recurrent neural network architectures for music classification and tagging. Specifically, it compares models with 1D convolutions (k1c1, k1c2), 2D convolutions (k2c1, k2c2), and a convolutional recurrent neural network (CRNN). The CRNN and k2c2 models achieved the best performance while balancing complexity, though k2c1 was most computationally efficient. Performance varied across tags depending on factors like number of training examples and tag difficulty or ambiguity. The authors conclude the best structure depends on constraints but CRNN generally performed best when feasible.