You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Isaac Schifferer edited this page May 23, 2024
·
3 revisions
An overview of the steps required to create and use a machine translation model.
This page will describe the steps at a high level to give a quick overview. The other pages go into more detail about each step.
The work of creating a model can be split into three main parts:
Preparation of the machine learning platform.
Collection and cleaning of the corpus.
Configuration, training and testing of the model.
Using the model, or putting it into a production environment isn't discussed here (yet). If we gain insights as we use the model and experiments we've created we may share those here too.