The document discusses various machine learning techniques for improving performance when training data is limited, including ensembles, active learning, transfer learning, and semi-supervised learning. It provides examples of how ensemble methods like DECORATE that generate alternative hypotheses can improve accuracy over bagging or boosting on small datasets. Active learning techniques like Active-DECORATE that select the most informative examples for labeling can reduce labeling requirements. Transfer learning approaches exploit related labeled data to improve learning on a new task.
Related topics: