AlexNet

public struct AlexNet<Element, Device> : LayerType, Codable where Element : RandomizableType, Device : DeviceType

AlexNet image classification network.

Batch normalization has been added to this implementation.

https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf