Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 473 Bytes

pharma_sales

Predicts the rate of sales of drugs of a pharmacy store. It predicts when the sales are high or low during a particular period.

For the target:

High sales = 1 Low sales = 0

The network uses Backpropagation to predict the outcome of the sales.

Needed Software

Jupyter Notebook OR it can be run using Google Colab or any cloud based platform.

Read the code very well to uncomment/comment lines necessary to run it based on the environment you're using.