...
A deep learning model is a trained model using a neural network architecture or a set of labelled data that contains multiple layers.
FASL
FASL is the combination of Few-shot learning, which addresses the problem of learning new, unseen concepts quickly with a limited number of annotated training samples and Active learning, which is based on the idea that smart sampling of data leads to faster training and more accurate models.
...
Few-shot learning
Few-shot learning refers to the model’s ability toclassify new data when only a limited number of training instances (e.g., 10 to 100) have been provided. As a result, after being exposed to a small amount of prior information, the model improves its performance.
...