Transfer Learning

On this chapter we will learn about 2 scenarios on transfer learning

  • Initialize the network with a set of weights trained from another session. (Instead of initializing the network with random values).

  • Load some network, freeze it's weights up to a certain point and re-train the rest, normally on a smaller dataset.

References

Last updated