The rectified linear unit is a standard activation function; it returns the input when it is positive and zero otherwise: a[z]=ReLU[z]={0zz<0z≥0=max(0,z)