arXiv 1503.02531
Distilling the Knowledge in a Neural Network
By Geoffrey Hinton, Oriol Vinyals, et al.
Published 2015-03-09
Mindmap
Browse the paper's core ideas, clusters, and relationships in a structured outline.
A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions. Unfortunately, making predictions using a whole ensemble of models is cumbersome and may be too computationally expensive to allow deployment to a large number of users, especially if the individual models are large neural nets. Caruana and hi…