relu()View on GitHubSyntaxrelu(n) Returns the rectified linear unit of a number. Returns 0 if n < 0 or n, same as max(0, n).Found a problem with this page?View the source on GitHubEdit this page on GitHub