Fine‑tuning (Machine Learning)
Fine‑tuning is the practice of taking a machine‑learning model that has already been trained on a broad data set and then continuing its training on a smaller, task‑focused collection of examples. By exposing the same parameters to new material that reflects a particular domain or problem, the model reshapes its internal representations so they become useful for the target application while retaining much of the general knowledge it acquired earlier.
The importance of fine‑tuning lies in its efficiency and practicality. It avoids the need to build a large model from scratch, which would demand massive computational resources and vast labeled data; instead a practitioner can leverage publicly available pre‑trained models and adapt them with only modest effort. This makes high‑performing AI accessible for specialized tasks where data are scarce or time is limited.
You will see fine‑tuning whenever a general language model is repurposed to draft legal contracts, when an image classifier trained on millions of everyday objects is narrowed to recognize defects in a manufacturing line, and similarly in speech systems that learn the nuances of a particular speaker’s accent. It is a cornerstone technique in transfer learning across vision, text, audio, and many other modalities.