A Python toolkit of Deep Reinforcement Learning for Structured Data-Oriented Recommendation.
Project description
# Deep Reinforcement Learning for Business Structured Data —
## Item_Reco —
A class to recommend products to customers with their any current information and product-recommended history. Class variable items indicates the products as well as their associate promotions, offers such as any recommendation type. If you want to take a case where customers have not recommendation, you can use ‘none’ to represent the case. States, actions and reward are respectively n-dim array, 1-d array and a float number. A transition model, state + action => (state, reward), is assumed as a multi-output neural network on TorchModel.
This framework, actually, is applicable to problems of any structured data.
## Network_for_Reco —
A class to update Q-values though a nueral network. This is also a general form avaiable to any problem.
## DQN_Learn —
A class to formulate a Deep Q Learning problem(an environment, an agent and its policy and associated parameters) and to learn the agent by a Deep Q Network and its approximator.
## TorchModel —
Several classes to build a neural network by pyTorch.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file RL_for_reco-1.0.11.tar.gz.
File metadata
- Download URL: RL_for_reco-1.0.11.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
231c5ad677e1758b0cf3760b69bcdb17a08d55a0f482a5fb80e82f35c13ee46c
|
|
| MD5 |
f69630872c0bb29fc90f7833da028c7d
|
|
| BLAKE2b-256 |
06649f585543c8fd49b8f989d105e0d3118edc299c910ac34afd66780a0f3e2c
|
File details
Details for the file RL_for_reco-1.0.11-py3-none-any.whl.
File metadata
- Download URL: RL_for_reco-1.0.11-py3-none-any.whl
- Upload date:
- Size: 14.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
423e29cb59157051905788555e90d695d563a3dae1065da23fa7e310bfca0d54
|
|
| MD5 |
761997d4b89c9d8087c0a345e2751ae2
|
|
| BLAKE2b-256 |
9a3b53ad8dc02dd371be97e2927ab66132e0218072596f9cfcf720bb2d9bd2ea
|