Classification of Fashion Labels using CNN model
- Achieved 94% test accuracy for the CNN model by performing hyperparameter tuning to determine the optimal network architecture.
- Identified mystery labels in the dataset by leveraging encodings from the intermediate layer of a CNN model by applying dimensionality reduction with PCA and employing K-means and DBSCAN clustering algorithms for unsupervised classification.
- Analyzed feature extraction through dimensionality reduction using PCA and Autoencoder and determined that Autoencoder generated the most effective representation based on improved classification test accuracy with KNN.