Hello Reader.
I am working on a project to detect disease in leaves of potato, now with CNN I can get the output as 0 or 1 means wheather it has disease or not.
Data I am using is for defected leaves is mixtures of Late_Blight diesease and Early_blight disease and healthy leaves photos.
I want to use fuzzy logic system on output 1 of CNN for all images for that i am getting 1 to predict the fuzzy values as low, medium, high disease.
But i am not able to have extra parameters like age, humidity etc. now want can i do with available data.
My idea:
I will use CNN to predict is there any disease or not, then again i will apply another CNN to predict that what disease it have like output 0 for Late Blight and 1 for Early Blight can confussion is how to use this 0 and 1 to fuzzy system and all the defected images data. how to do that
I anybody have any idea about this . Please give some suggestions