The main goal of this project is to discover and explain how internals of convolution layers
and fully connected layers provide recognition of depicted information. Original net design of the AlexNet has been
described in the NIPS 2012 publication. This project examines contemporary version of
implementation contained in PyTorch™ example series.