40 likes | 57 Views
Explore existing research, summarize findings, normalize data, extract color and texture features, utilize SVM for classification, and analyze learning models. Process labeled training and test images, iterate over parameters for optimum accuracy, generate ROC curve, extend findings, and document progress.
E N D
Term project next steps • Read papers! • Review what others have done. Don’t re-invent the wheel. • Summarize your papers • Due Friday
Normalize Normalize Extract Features (color, texture) Extract Features (color, texture) Statistical Learning (svmtrain) Classifier(svmfwd) Common model of learning machines Labeled Training Images Summary Test Image Label
Sunset Process • Loop over images • Extract features • Normalize • Split into train and test • Save • Loop over kernel params • Train • Test • Record accuracy • For SVM with param giving best accuracy, • Generate ROC curve • Find good images • Do extension • Write as you go!