# Sales-Forecasting-of-Book-Retailers-using-an-LSTM-Model **Repository Path**: lwanqiang/Sales-Forecasting-of-Book-Retailers-using-an-LSTM-Model ## Basic Information - **Project Name**: Sales-Forecasting-of-Book-Retailers-using-an-LSTM-Model - **Description**: Data on sales from book retailers from the past 18 years was used to create an LSTM model to forecast book retailer sales into the end of 2020. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-07 - **Last Updated**: 2021-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Project Overview - Data on sales from book retailers from 1992 to late 2019 was gathered from the Federal Reserve Economic Data (FRED). - The goal of this project was to use the book sales history to create a model that can forecast future sales into the end of 2020. - A model was created using an LSTM recurrent neural network, which was trained on a subset of the data and the results were compared to a test set. - Once satisfactory performance was achieved, a second LSTM model was trained using the entire data set, which was then used to project book sales of retailers into 2020. The project notebook can be found in the .ipynb file.
The dataset is can be found under MRTSSM451211USN.csv and the library requirements/versions used for this project are located in the requirements.txt file.
Technologies used for this project: python, pandas, numpy, matplotlib, seaborn, scikit-learn, tensorflow, keras, jupyter notebook.