Skip to content

RNN controller code used in paper "Recurrent Neural Networks for Stochastic Control in Real-Time Bidding" in The 25th ACM SIGKDD Conference

Notifications You must be signed in to change notification settings

alephd/rnn_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN Controller

RNN controller code used in paper "Recurrent Neural Networks for Stochastic Control in Real-Time Bidding" in The 25th ACM SIGKDD Conference (KDD'19).

Usage

Directory sample_data contains an example of the data file format to use for training on large datasets.

One can run the following commands and run the main in data.py to ensure correct setup:

mkdir -p /tmp/noisy_controller_demo_small/2018-09-13/
cp ./sample_data/20180913_1028526 /tmp/noisy_controller_demo_small/2018-09-13/20180913_1028526

Alternatively, one can use toy datasets from toy_volume_curves.py as input_fn to the TF estimator provided by experiment.py

About

RNN controller code used in paper "Recurrent Neural Networks for Stochastic Control in Real-Time Bidding" in The 25th ACM SIGKDD Conference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages