This is a repository on how to utilize 2 types of Knowledge distilation on a regression poblem, Feature based Knowledge distilation and Response based knowledge distilation. I use these paper as a reference : https://arxiv.org/pdf/1908.00858.pdf , https://arxiv.org/pdf/1412.6550.pdf
Alpha is the ratio of used theacher output and ground truth output as a method of Knowledge distilation
Student model (Reduced paremeters), Teacher model(Base model) and Distilled Model(Reduced Parameters with Knowledge Distilation Assistance)