Skills you will need

To perform your more advanced experiments, it's worth mastering a few new skills. They will help you run more, and better, experiments.

Experimental design

You need to think carefully about each experiment, and what it is designed to discover. Do not simply run random, ill-thought-out experiments and then try to make sense of the results. Instead, form a hypothesis, and express it as a falsifiable statement, like this:

When training models only on speaker A, the word error rate will be lower for speaker A’s test data, than for test data from speaker B.

and then design an experiment to test whether that is true.

The key is to control any factors that you are not interested in, and only investigate a single factor (e.g., speakers’ gender) per experiment.

Shell scripting

A few fairly simple shell scripting techniques will help you enormously here. You can completely automate your experiments. This not only makes them more efficient for you, it also makes it easier to reproduce your results.

There are several resources in the “Intermission” lab tab if you need some help getting started with the shell, particular this intro to shell scripting. You may also find this bash primer by Jason Fong helpful!

 

Viewing 15 topics - 1 through 15 (of 17 total)
Viewing 15 topics - 1 through 15 (of 17 total)
  • You must be logged in to create new topics.