Ask Your Question

ramesh1600's profile - activity

2024-03-16 14:11:08 +0200 commented question Simple ReLU plot

thanks. max_symbolic works.

2024-03-16 13:58:40 +0200 commented answer Simple ReLU plot

This worked. Thank you very much. I went and read the max_symbolic documentation, I could not understand why max does no

2024-03-16 13:50:55 +0200 marked best answer Simple ReLU plot

I am trying to plot this simple ReLU function max(0,x).
But the line is struck at y=0. Can somebody help ?

Here is my code:
plot(max(0,x), -2, 2)

2024-03-16 13:50:55 +0200 received badge  Scholar (source)
2024-03-15 13:50:10 +0200 asked a question Simple ReLU plot

Simple ReLU plot I am trying to plot this simple ReLU function max(0,x). But the line is struck at y=0. Can somebody he