vikash512

Results 4 issues of vikash512

How to get the independent Probability? I am trying to detect the food images in composite image using CNN,In the final layer I have done the Softmax classifier to get...

Hi, The model you have trained with less Data is awesome and good.It works completely perfect . But a small issue had occurred while testing the model. The problem is...

How to get the independent Probability? I am trying to detect the food images in composite image using CNN,In the final layer I have done the Softmax classifier to get...

import keras import nltk import pandas as pd import numpy as np import re import codecs input_file = codecs.open("/home/vikash/gen/social_media-disaster-tweets-DFE.csv", 'r' , encoding='utf-8', errors='replace') print input_file output_file = open("social_media_relevant_cols_clean.csv", "w") def...