Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahid Nourbakhsh authored and Vahid Nourbakhsh committed Apr 29, 2023
1 parent 08bb9fe commit 11087b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 11087b8

Please sign in to comment.