Introduction
We'll cover the following
In this Lab you will be building the machine learning model for predicting sales. Then, after training and evaluation to create the final model, you’ll use it to make sales predictions on new data.
A. Which model do we use?
Now that we’ve analyzed and processed the project’s data, we need to choose the correct model for the task. While certain applications benefit from more advanced models (e.g. CNNs for image recognition, LSTMs for NLP), a majority of use cases can be handled by a simple multilayer perceptron.
Our case study deals with predicting weekly sales for various retail stores. The feature data used in the model’s input pipeline consists of regular numeric and categorical features, meaning that an MLP will work just fine in making predictions.
Create a free account to view this lesson.
Continue your learning journey with a 14-day free trial.
By signing up, you agree to Educative's Terms of Service and Privacy Policy