"This book implemented six different algorithms to classify images with the prediction accuracy of the testing data as the primary criterion (the higher the better) and the time consumption as the secondary one (the shorter the better). The accuracies varied between about 80% and 90%, while the time consumptions varied from several seconds to more than one hour. Considering both of the criteria, the Pre-Tra ...Full description
"This book implemented six different algorithms to classify images with the prediction accuracy of the testing data as the primary criterion (the higher the better) and the time consumption as the secondary one (the shorter the better). The accuracies varied between about 80% and 90%, while the time consumptions varied from several seconds to more than one hour. Considering both of the criteria, the Pre-Trained AlexNet Features Representation plus a Classifier, such as the k-Nearest Neighbors (KNN) and the Support Vector Machines (SVMs), was concluded as the best algorithm. The six algorithms are: Tine Images Representation + Classifiers; HOG (Histogram of Oriented Gradients), Features Representation + Classifiers; Bag of SIFT (Scale Invariant Features Transform) Features Representation + Classifiers; Training a CNN (Convolutional Neural Network) from scratch; Fine Tuning a Pre-Trained Deep Network (AlexNet) Features Representation + Classifiers. The codes were written with Python in Jupyter Notebook, and they could be executed on both CPUs and GPUs"--Back cover