You are helping a customer start to implement hyper parameter optimization (HPO) with HPE
Machine learning Development Environment. An ML engineer is putting together an experiment
config file with the desired Adaptive A5HA settings. The engineer asks you questions, such as how
many trials will be trained on the max length and what the min length for all trials will be.
What should you explain?
B
Explanation:
The engineer should specify the number of trials to train on the max length and the minimum length
for all trials in the experiment config file. For example, if the engineer wants to run 10 trials with a
max length of 10, the config file should look something like this:
{
"mode": "A5HA",
"max_trials": 10,
"max_length": 10,
"min_length": 1,
"divisor": 2,
"max_runs": 1
}
Once the config file is complete, the engineer should upload it to the HPE Machine Learning
Development Environment WebUI and view the graph of the experiment plan. This will allow the
engineer to see how the Adaptive A5HA settings will affect the experiment. After that, the engineer
can run the experiment and assess the results.
A customer is using fair-share scheduling for an HPE Machine Learning Development Environment
resource pool. What is one way that users can obtain relatively more resource slots for their
important experiments?
A
Explanation:
Fair-share scheduling allocates resources to experiments based on the weight value of the resource
pool. Increasing the weight value of a resource pool will result in more resource slots being allocated
to it.
You want to set up a simple demo cluster for HPE Machine Learning Development Environment (or
the open source Determined Al) on Amazon Web Services (AWS). You plan to use "det deploy" to set
up the cluster. What is one prerequisite?
C
Explanation:
In order to use the "det deploy" command to set up a cluster for HPE Machine Learning
Development Environment (or the open source Determined Al) on Amazon Web Services (AWS), you
will need to have a valid AWS EC2 keypair. The keypair will authenticate your access to the cluster
and allow you to securely access the cluster once it is set up.
A company has an HPE Machine Learning Development Environment cluster. The ML engineers store
training and validation data sets in Google Cloud Storage (GCS). What is an advantage of streaming
the data during a trial, as opposed to downloading the data?
B
Explanation:
Streaming the data during a trial allows the data to be processed more quickly, as it does not need to
be downloaded onto the cluster before training can begin. This means that the trial can start up
faster and the model can begin training more quickly.
Refer to the exhibit.
You are demonstrating HPE Machine Learning Development Environment, and you show details
about an experiment, as shown in the exhibits. The customer asks about what "validation loss'
means. What should you respond?
A
Explanation:
Validation loss is a metric used to measure how well the model is performing on unseen data. It is
calculated by taking the difference between the predicted values and the actual values. The lower
the validation loss, the better the model's performance on new data.
An ml engineer wants to train a model on HPE Machine Learning Development Environment without
implementing hyper parameter optimization (HPO). What experiment config fields configure this
behavior?
B
Explanation:
To train a model on HPE Machine Learning Development Environment without implementing hyper
parameter optimization (HPO), you need to set the "optimizer" field to "none" in the
hyperparameters section of the experiment config. This will instruct the ML engine to not use any
hyperparameter optimization when training the model.
What is a benefit of HPE Machine Learning Development Environment, beyond open source
Determined AI?
D
Explanation:
One of the main benefits of HPE Machine Learning Development Environment is its ability to
automate the process of hyperparameter optimization (HPO). HPO is a process of automatically
tuning the hyperparameters of a model during training, which can greatly improve a model's
performance. HPE ML DE provides automated HPO, making the process of tuning and optimizing the
model much easier and more efficient.
A customer has Men expanding its deep learning (DO prefects and is confronting several challenges.
Which of these challenges does HPE Machine Learning Development Environment specifically
address?
D
Explanation:
The HPE Machine Learning Development Environment specifically addresses Complex and time-
consuming hyperparameter optimization (HPO). HPO is a process used to identify the most effective
set of hyperparameters for a given machine learning model. HPE's ML Development Environment
provides a suite of tools that allow users to quickly and easily design and deploy deep learning
models, as well as optimize their hyperparameters to get the best results.
You want to set up a simple demo cluster for HPE Machine Learning Development Environment for
the open source Determined all on a local machine. Which OS Is supported?
D
Explanation:
The OS supported for setting up a simple demo cluster for HPE Machine Learning Development
Environment for the open source Determined on a local machine is Red Hat 7-based Linux. Red Hat
7-based Linux is an open source operating system that is used extensively in enterprise applications.
It provides a stable and secure platform for running applications and is suitable for use in a demo
cluster.
The ML engineer wants to run an Adaptive ASHA experiment with hundreds of trials. The engineer
knows that several other experiments will be running on the same resource pool, and wants to avoid
taking up too large a share of resources. What can the engineer do in the experiment config file to
help support this goal?
A
Explanation:
The ML engineer can set "maxconcurrenttrials" under "searcher" in the experiment config file to cap
the number of trials run at once by this experiment. This will help ensure that the experiment does
not take up too large a share of resources, allowing other experiments to also run concurrently.
What is a benefit or HPE Machine Learning Development Environment, beyond open source
Determined AI?
C
Explanation:
The benefit of HPE Machine Learning Development Environment beyond open source Determined AI
is Distributed Training. Distributed training allows multiple machines to train a single model in
parallel, greatly increasing the speed and efficiency of the training process. HPE ML Development
Environment provides tools and support for distributed training, allowing users to make the most of
their resources and quickly train their models.
A customer is deploying HPE Machine learning Development Environment on on-prem
infrastructure. The customer wants to run some experiments on servers with 8 NVIDIA A too GPUs
and other experiments on servers with only Z NVIDIA T4 GPUs. What should you recommend?
D
Explanation:
By establishing multiple compute resource pools on the cluster, you can ensure that the correct
servers are used for each experiment, depending on the number of GPUs required. This will help
ensure that the experiments are run on the servers with the correct resources without having to
manually assign each experiment to the appropriate server.
Compared to Asynchronous Successive Halving Algorithm (ASHA), what is an advantage of Adaptive
ASHA?
B
Explanation:
Adaptive ASHA is an enhanced version of ASHA that uses a reinforcement learning approach to select
hyperparameter configurations. This allows Adaptive ASHA to select higher-performing configs and
clone those configurations, allowing for better performance than ASHA.
What is a benefit of HPE Machine Learning Development Environment mat tends to resonate with
executives?
B
Explanation:
HPE Machine Learning Development Environment is designed to deliver results more quickly than
traditional methods, allowing companies to get a return on their investment sooner and benefit from
their DL projects faster. This tends to be a benefit that resonates with executives, as it can help them
realize their goals more quickly and efficiently.
Your cluster uses Amazon S3 to store checkpoints. You ran an experiment on an HPE Machine
Learning Development Environment cluster, you want to find the location tor the best checkpoint
created during the experiment. What can you do?
D
Explanation:
HPE Machine Learning Development Environment uses Amazon S3 to store checkpoints. To find the
location of the best checkpoint created during an experiment, you need to look for a "determined-
checkpoint/" bucket within Amazon S3, referencing your experiment ID. This bucket will contain all of
the checkpoints that were created during the experiment.