1) AutoML-Zero is a framework that uses an evolutionary algorithm to evolve machine learning algorithms from basic mathematical operations, with minimal human constraints on the search space.
2) Experiments showed AutoML-Zero could find simple neural networks like linear and nonlinear regression models in difficult search spaces, outperforming random search.
3) When applied to image classification tasks on MNIST and CIFAR-10, the discovered algorithms achieved performance on par or better than standard models like logistic regression and multilayer perceptrons, trained with minimal human input.