Too Long; Didn't Read
This article is the first in a series of articles where we will cover common computer vision problems. In this article we will be focusing on a multiclass classification problem with practical code examples written with Keras. We will use cross validation for evaluating the pipeline and hyperopt for hyperparameters tuning. The business problem is to classify images to its anomaly type.
Share Your Thoughts