Skip to content

Commit

Permalink
Update topics/statistics/tutorials/galaxy-ludwig/tutorial.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anup Kumar <[email protected]>
  • Loading branch information
paulocilasjr and anuprulez authored Oct 17, 2024
1 parent bc38dab commit 768e4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/statistics/tutorials/galaxy-ludwig/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ v) The model is trained to classify images into categories (e.g., recognizing di
Ludwig simplifies the complexities of machine learning by automating essential steps such as data preprocessing, model architecture selection, hyperparameter tuning, and device management. To properly adapt the configuration for different datasets, users should consider the following parameters:

- Input Features: Ensure the type reflects the nature of the data.
- Encoder: Depending on the input type, this may need to be changed. For example, for image data, consider varying num_filters and filter_size. For text data, you might switch to type: rnn or type: transformer.
- Encoder: Depending on the input type, this may need to be changed. For example, for image data, consider varying `num_filters` and `filter_size` hyperparameters. For text data, you might switch to type: rnn or type: transformer.
- Output Features: Adjust the type according to the target variable. For instance, if it's a regression task, use type: numerical instead of category.
- Trainer Parameters: Users can adjust epochs, batch_size, and learning_rate based on the dataset size, complexity, data behavior, and available computational resources.

Expand Down

0 comments on commit 768e4fc

Please sign in to comment.