I would like to map inputs to $(0, 1)$ with sum to one constraint.
At first, I came up with softmax function, but it's not invertible.
Is there any function that map inputs to (0, 1) with sum to one constraint?
For example, Let $x_i,y_i \in \mathbb{R}$ and $(_1,_2,_3)=(_1,_2,_3)$, then $Σ_=1$ with $0<_<1$.
I only consider a dimension of input is greater than 2.