The document compares the performance of extreme learning machine (ELM) and support vector machines (SVM) in classification tasks. It finds that ELM achieves comparable or better accuracy than SVM and LS-SVM on cancer classification data, while being significantly faster. ELM requires less human intervention than SVMs since its hidden node parameters are randomly assigned rather than optimized. While ELM often has lower computational complexity than SVMs for large datasets, more analysis is needed to understand its behavior with different network sizes and datasets.