Extreme Learning Machine (ELM) is a learning method for single-hidden layer feedforward neural network (SLFN)
training. The ELM strategy speeds up learning by generating input weights and biases for hidden nodes at random rather than
modifying network parameters, making it much faster than the standard gradient-based approach.