This chapter explores multiclass classification using deep learning. You look at different deep neural networks, like CNN, RNN, and LSTM, and ways to tune and evaluate them.
Problem Statement
In the era of e-commerce and retail, the biggest challenge is to tag a particular product or SKU to its category. There are billions of items, and manually tagging is an inefficient task and ...