CNN on Oral Cancer Holistic Images
-
Augmented the data with flip and rotate.
-
Segmented the data into normal and cancerous.
-
Added cnn and fc layer with images.
-
Created a [cnn-pool-cnn-pool-fc-softmax] architecture and got 67% accuracy (overfitting?)
-
Currently trying to accomodate the transfer learning by adapting to inception-v3 net weights with total data set as test data.
-
To augment Holistic Data , doing color augmentation and normalization(in progress)
-
Transfer learning the inceptionv3 results(in progress)
-
Doing patch based cnn and classification based on the "Patch-based Convolutional Neural Network for Whole Slide Tissue Image Classification" Paper(in progress).