{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
\n", "By examining the results of expt1, a smaller range of hyperparameters for expt2 was chosen. This allowed for a more targetted search of the hyperparameter space to find an optimal configuration. The selected parameters for expt2 were as follows:\n", "
\n", "\n",
"Several of the parameters were able to be fixed to a specific value, and the remaining parameters (with the exception of `in_act`) were reduced to only 2 or 3 possible values, dramatically shrinking the parameter space. For this reason, a significantly less aggressive pruning algorithm was used, allowing for a more thorough search of the parameter space.\n",
"