I am a beginner learning in Deep learning framework with keras backend tensorflow and start learning with this sample code https://machinelearningmastery.com/handwritten-digit-recognition-using-convolutional-neural-networks-python-keras/.
I want to make boundaries for my weight in keras model. I want to make my weights value in the range from -1 to 1. How can i do that?
I read about weight decay, weight constraint, weight clipping, making condition boundaries in file keras optimize.py , but because my lack of experience i can't decided which should i use.