konversioonikihte
Konversioonikihte, often translated as conversion layers, are a concept used in machine learning, particularly in deep learning, to adapt a pre-trained model to a new, related task. This process is common when working with large datasets and complex model architectures. Instead of training a model from scratch for a new task, which can be computationally expensive and require a vast amount of new data, a pre-trained model serves as a strong starting point.
The core idea of a conversion layer is to modify the final layers of a pre-trained neural
The weights of the earlier layers of the pre-trained model are usually kept frozen or are fine-tuned