Help Center> ModelArts> Model Development> Introduction to Model Development
Updated on 2024-06-12 GMT+08:00

Introduction to Model Development

AI modeling involves two stages:

  • Development: To train using deep learning, you must set up and configure the environment and debug the code. For code debugging, it is recommended to use ModelArts development environments.
  • Experiment: To obtain an ideal model, you must optimize the datasets and hyperparameters through multiple rounds of experiments. ModelArts training is recommended.

In the two stages, code is designed, developed, and tested in repeated cycles. In the development stage, when the code becomes stable, the modeling process enters the experiment stage, during which hyperparameters are continuously optimized to iterate the model. In the experiment stage, when the training performance can be optimized, the modeling process returns to the development stage for optimizing code.

The following is part of the process for AI modeling.

ModelArts provides model training, which allows you to review training results and tune model parameters based on the training results. You can select resource pools with different specifications for model training.

To train a model on ModelArts, follow these steps: