Capsule Networks: A neural network architecture that attempts to better model hierarchical relationships in data
Capsule Networks (often called CapsNets) are a neural network architecture proposed to address a common limitation in traditional convolutional neural networks (CNNs): CNNs can recognise patterns well, but they do not explicitly represent the hierarchical relationships between parts and wholes. In many real-world tasks,such as recognising faces, objects,…