Skip to main content

Adding algorithms to a project

The Algorithms option in the sidebar would open the algorithms page for the project.

Accessing algorithms

A JSON configuration is required to add the Algorithms to a Project, this JSON configuration helps properly manage the history, the training infrastructure, the training and evaluation methods and the output & logs.

When the Add New button is clicked a JSON editor would be shown where the JSON configuration for the algorithm can be added. This editor support auto-completion aiding the configuration creation process.

Once the algorithm configuration is created, save the configuration by clicking the Save button.

The tutorial on Algorithm Configuration covers the JSON configuration for algorithms in details.