Ultimate access to all questions.
You are working on a project to develop a natural language processing (NLP) model for a large e-commerce platform. The model's task is to classify millions of product descriptions into predefined categories. The dataset includes product descriptions with a vocabulary of 100,000 unique words. The platform requires the model to be efficient, scalable, and capable of understanding the semantic relationships between words to improve classification accuracy. Given these requirements, which preprocessing approach should you adopt for feeding the words into a recurrent neural network (RNN)? Choose the best option.