framework_starters: Simple architecture search examples in DeepArchitect across multiple deep learning frameworks. Good starting point for learning about DeepArchitect.
mnist: Simplest architecture search example in DeepArchitect for the MNIST classification task showcasing simple search spaces, searchers, and evaluators.
mnist_with_logging: Similar to mnist, but also showcasing the use of the logging functionality.
simplest_multiworker: Simplest way of making use of multiple machines to do architecture search in DeepArchitect: first samples multiple architectures from a search space, and then distributes them them across the evaluators.
benchmarks: Compares the search performance of different search algorithms on different search spaces.