What are AI Developers Researching Today?
摘要
Machine learning has made significant progress in recent years, and new developments have the potential to revolutionize the way AI systems learn and adapt. New approaches aim to enable learning new tasks or recognizing objects with minimal amounts of data, thus overcoming the need for large amounts of training data. In few-shot learning, models such as the Prototypical Network are trained, which can quickly adapt to new tasks with a small amount of training data. In one-shot learning, the model learns from only one example per class. The Memory Enhanced Neural Network uses an external memory matrix for this purpose. One-shot learning has proven particularly effective in handwriting recognition. In zero-shot learning, models can make predictions for completely unknown classes without explicit training examples by transferring knowledge from related or similar classes that were seen during training. This is achieved by using semantic representations such as word vectors. Transfer learning uses the knowledge gained in solving one problem to apply it to another, related problem. In meta-learning, models are trained to learn from a small amount of data and generalize to new tasks with little or no additional training. In hybrid machine learning, various approaches are combined. In known operator learning, for example, individual layers of a neural network are replaced by known operators.