[PR113] D2: Relaxed Softmax
The Softmax operation is modified to the function below. In original Softmax, for the model to be unsure, the model must learn to output e.g. By using Relaxed Softmax, this becomes as easy as predicting an appropriately small single α value.
- Technology: