My question is simple.
How do I make keras output to be limited with boundaries - min and max?
Some people suggest me to make a custom activation function to converts the output to transform in min and max values. I want it to be my last option.
I thought kernel_constraint and bias_constraint on Dense layer with min_max_norm will work but it turns out to be not working.