Changes

Jump to navigation Jump to search
**may cause our model favoring the larger class, then the accuracy metric is not reliable
**several suggestions to fix this: A. under-sampling the larger class B.over-sampling the smaller class
* Convert image data into same format** : [https://www.oreilly.com/library/view/linux-multimedia-hacks/0596100760/ch01s04.html Make image thumbnail]**we can modify image target size in our CNN, but we cannot know for sure how Keras library crop or re-scale image with given target size
*I chose to group images into cohort folder or not_cohort folder to let our CNN model detect the class label of an image. There are certainly other ways to detect class label and one may want to modify the Screenshot Tool and <code>cnn.py</code> to assist with other approaches
227

edits

Navigation menu