/GPT3_SCM

Primary LanguageJupyter NotebookMIT LicenseMIT

GPT3_SCM

  1. GPT_economics.ipynb - general analysis of AI economics and trends on model size and dataset size growths.
  2. GPT3SIM.ipynb - simulation model of the single-server queuing system in the form of code (written in procedural style) to description in plain English
  3. single_server.ipynb - simulation model (written in procedural style) of the single server queuing system used in GPT3SIM.ipynb
  4. GPT3inv.ipynb - simulation model of the single-product inventory-control system in the form of code (written in procedural style) to description in plain English
  5. inventory.ipynb - simulation model (written in procedural style) of the single-product inventory-control system used in GPT3inv.ipynb