Abstract:
Learn how the combination of capsule networks, active learning, and transfer learning can reduce the number of training samples required to add a new label to an existing classifier. We will detail how we developed our network architecture, training data selection algorithm, and discuss their implementation in Python and TensorFlow's Keras layers with GPU acceleration. We'll also discuss our results from applying this approach to image-classification tasks and how they compare to a standard convolutional neural network approach.