└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # sales-forecast-lstm 2 | Restaurant sales forecasting with LSTM neural networks 3 | 4 | The Jupyter Notebook sales_forecast.ipynb trains a long short-term memory neural network to predict a weekly sales forecast for a restaurant using the given dataset of transactions, sample.txt. 5 | 6 | ## Dependencies 7 | 8 | Python 3.6.1 with the following modules: 9 | 10 | * pandas 0.20.1 11 | * matplotlib 2.0.2 12 | * numpy 1.13.3 13 | * mlxtend 0.10.0 14 | * scikit-learn 0.19.1 15 | * Keras 2.0.5 16 | * tensorflow 1.3.0 17 | 18 | --------------------------------------------------------------------------------