-
-
Notifications
You must be signed in to change notification settings - Fork 3
Overview: Create and use a machine translation model.
Isaac Schifferer edited this page May 23, 2024
·
3 revisions
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.