How to get the independent Probability ?In your code you have used the Softmax classifier to get the result ,this result is sum of all probabilities equals to one.But I need to get the independent class probabilities where every class probability is equal to one. So can you guide me is there any function that can give the independent class probability(we have already used sigmoid function but we are not getting the results what we want)
How to get the independent Probability ?In your code you have used the Softmax classifier to get the result ,this result is sum of all probabilities equals to one.But I need to get the independent class probabilities where every class probability is equal to one. So can you guide me is there any function that can give the independent class probability(we have already used sigmoid function but we are not getting the results what we want)