jingweimo / food-image-classification-

ten-class food images and classification based on cnn in python
9 stars 6 forks source link

Getting the independent probability #3

Open vikash512 opened 7 years ago

vikash512 commented 7 years ago

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)