From 11087b8f4c357ff438e94aa1e6568eae3a5d9e40 Mon Sep 17 00:00:00 2001 From: Vahid Nourbakhsh Date: Sat, 29 Apr 2023 07:19:54 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5676f1..7a4893d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,6 @@ Useful utility functions are explained in `utility/learn_utilities.ipynb` notebo ## time series with natural language processing -Notebook `natural_language_processing/ds_beach_demand_nlp.ipynb` shows how you can use NLP techniques to build a deep learning forecasting model. The model forecasts the demand for each (store, item) tuple using historical sales as well as item descriptions. In other words, the relationship between items is captured through item descriptions. +Notebook `natural_language_processing/ds_beach_demand_nlp.ipynb` shows how you can use NLP techniques to build a deep learning forecasting model. The model forecasts the demand for each (store, item) tuple using historical sales as well as item descriptions. In other words, the relationship between items is captured through item descriptions. The notebook is based on the notebook and youtube by Dr. Jeff Heaton. You can find his video on [Youtube](https://youtu.be/zN3LlMOFqxM). I have modified the code, used my tested time series utility functions. [TODO] create the python environment with all dependencies in a requirements file.